vendor:
Shopping Cart
by:
t0pP8uZz & xprog
5.5
CVSS
MEDIUM
SQL Injection, XSS, Default Logins
CWE
Product Name: Shopping Cart
Affected Version From: 2.5 and prior
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
BUG MALL SHOPPING CART 2.5 AND PRIOR SQL, XSS, DEFAULT LOGINS VULNERABILITYS
The Bug Mall Shopping Cart 2.5 and prior versions are vulnerable to SQL injection, cross-site scripting (XSS), and default login vulnerabilities. The SQL injection vulnerability can be exploited through the search box, allowing an attacker to execute arbitrary SQL queries. The XSS vulnerability can be exploited by injecting HTML or JavaScript code into the 'msgs' parameter. The script also seems to have a default login with the username 'demo' and password 'demo'.
Mitigation:
To mitigate the SQL injection vulnerability, input validation and parameterized queries should be implemented. The XSS vulnerability can be mitigated by properly encoding user input. The default login should be disabled or the password should be changed to a strong and unique one.