vendor:
OpenCart Core
by:
Saud Alenazi
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: OpenCart Core
Affected Version From: 4.0.2.3
Affected Version To: 4.0.2.3
Patch Exists: NO
Related CWE:
CPE: a:opencart:opencart:4.0.2.3
Platforms Tested: XAMPP, Linux
2024
OpenCart Core 4.0.2.3 – ‘search’ SQL Injection
OpenCart Core 4.0.2.3 is vulnerable to SQL Injection through the 'search' parameter in the URL /index.php?route=product/search&search=. Exploiting this vulnerability can lead to a potential compromise of the application, unauthorized access or modification of data, and exploitation of hidden database vulnerabilities.
Mitigation:
To mitigate this vulnerability, input validation and sanitization should be implemented to filter out malicious SQL queries. Additionally, using parameterized queries can help prevent SQL Injection attacks.