vendor:
DCP Portal
by:
x0kster
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DCP Portal
Affected Version From: 6.11
Affected Version To: 6.11
Patch Exists: YES
Related CWE: N/A
CPE: a:dcp-portal:dcp_portal
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
DCP Portal <= 6.11 Remote SQL Injection Exploit
DCP Portal version 6.11 is vulnerable to a remote SQL injection vulnerability. This vulnerability is due to the lack of proper sanitization of user-supplied input to the 'cid' parameter in the 'index.php' script. An attacker can exploit this vulnerability to gain access to the database and extract sensitive information such as usernames and passwords. The exploit code uses the '%27' character to bypass the filter and inject malicious SQL code into the query.
Mitigation:
Ensure that user-supplied input is properly sanitized before being used in SQL queries.