vendor:
PhpMyShopping
by:
Metropolis
7.5
CVSS
HIGH
Blind SQL Injections, XSS
CWE
Product Name: PhpMyShopping
Affected Version From: v1.0.1505
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
PhpMyShopping Multiple Vulnerabilities
PhpMyShopping v1.0.1505 is vulnerable to blind SQL injections and XSS attacks. The blind SQL injection vulnerability can be exploited through the 'detail_article.php' page with the 'C' and 'P' parameters. An attacker can manipulate these parameters to execute arbitrary SQL queries. The XSS vulnerability can also be exploited through the same page with the 'C' and 'P' parameters by injecting malicious JavaScript code.
Mitigation:
To mitigate the blind SQL injection vulnerability, it is recommended to implement proper input validation and parameterized queries. To mitigate the XSS vulnerability, it is recommended to implement proper input sanitization and output encoding.