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: a:phpjabbers:php_shopping_cart:4.2
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 manipulating the 'id' parameter, an attacker can easily retrieve sensitive information from the database of the web application.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to sanitize user inputs and prevent SQL injection attacks.