vendor:
PHP Shopping Cart
by:
nu11secur1ty
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Shopping Cart
Affected Version From: PHP Shopping Cart-4.2
Affected Version To: PHP Shopping Cart-4.2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Web application
2023
PHP Shopping Cart-4.2 Multiple-SQLi
The 'id' parameter in PHP Shopping Cart-4.2 is vulnerable to SQL injection attacks. By submitting a single quote and observing a database error message, an attacker can manipulate the input to steal information from the database. This exploit allows unauthorized access to sensitive data.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent malicious SQL injection attempts.