vendor:
VP-ASP Shopping Cart
by:
ajann
7.5
CVSS
HIGH
Remote Multiple Vulnerabilities
89
CWE
Product Name: VP-ASP Shopping Cart
Affected Version From: 06.09
Affected Version To: 06.09
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
VP-ASP Shopping Cart 6.09 Remote Multiple Vulnerabilities
The VP-ASP Shopping Cart 6.09 is vulnerable to SQL Injection and Cross-Site Scripting (XSS) attacks. An attacker can exploit the SQL Injection vulnerability by sending a specially crafted request to the 'shopgiftregsearch.asp' page. This can lead to unauthorized access to the backend database. The XSS vulnerability can be exploited by injecting malicious code into the 'msg' parameter of the 'shopcustadmin.asp' page, which is not properly sanitized before being displayed to the users.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize user input before using it in SQL queries and to implement proper input validation and output encoding to prevent XSS attacks.