vendor:
Zen Cart
by:
smash[at]devilteam.pl
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF) & Persistent Cross-Site Scripting (XSS)
352, 79
CWE
Product Name: Zen Cart
Affected Version From: 1.5.3
Affected Version To: 1.5.3
Patch Exists: NO
Related CWE: N/A
CPE: a:zen-cart:zen_cart:1.5.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache 2.2 [at] Linux
2014
Zen Cart 1.5.3 – CSRF & Admin Panel XSS
Zen Cart 1.5.3 is vulnerable to Cross-Site Request Forgery (CSRF) and Persistent Cross-Site Scripting (XSS). An attacker can delete an admin user by sending a malicious GET request to the profiles.php page with the action parameter set to delete and the profile parameter set to the user ID. An attacker can also reset the layout boxes to default by sending a malicious GET request to the layout_controller.php page with the action parameter set to reset_defaults. Additionally, an attacker can inject malicious JavaScript code into the media_types.php and media_manager.php pages by sending a malicious POST request with the media_name parameter set to the malicious code.
Mitigation:
Ensure that all user input is properly validated and sanitized. Implement a CSRF token to prevent malicious requests.