vendor:
MultiCart
by:
Saadat Ullah
N/A
CVSS
MEDIUM
Cross-site Scripting, Cross-site request forgery
79, 352
CWE
Product Name: MultiCart
Affected Version From: 2.4
Affected Version To: 2.4
Patch Exists: NO
Related CWE:
CPE: a:iscripts:multicart:2.4
Platforms Tested: Apache/2.2.15 PHP/5.3.3
2013
iScripts MultiCart <= 2.4 Persistent XSS / CSRF / XSS+CSRF Account takeover
iScript MultiCart is a paid shopping cart system that suffers from XSS and Cross-site request forgery vulnerability. An attacker can manipulate user data by sending them a malicious crafted URL. The XSS vulnerability is found in the product Review feature, allowing the execution of injected code whenever a product is visited by clients. The CSRF vulnerability allows an attacker to perform actions on behalf of a victim user without their consent.
Mitigation:
To mitigate the XSS vulnerability, input data should be properly sanitized before being inserted into the database. To mitigate the CSRF vulnerability, implement CSRF tokens and validate the token on every request that modifies user data.