vendor:
Zingiri Web Shop
by:
Mehmet Ince
7,5
CVSS
HIGH
Multiple XSS
79, 89
CWE
Product Name: Zingiri Web Shop
Affected Version From: 2.3.0
Affected Version To: 2.4.0
Patch Exists: NO
Related CWE: N/A
CPE: a:zingiri:zingiri_web_shop
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu 11.10 Server
2012
WordPress Zingiri Web Shop Plugin <= 2.4.0 Multiple XSS Vulnerabilities
Wordpress Zingiri Web Shop Plugin contains multiple XSS vulnerabilities. The 'page' variable in plugins/zingiri-web-shop/zing.inc.php is not properly sanitized before being used, allowing an attacker to inject malicious JavaScript code. Additionally, the 'notes' variable in fws/pages-front/onecheckout.php is also not properly sanitized before being used, allowing an attacker to inject malicious JavaScript code. This code can be stored in the database and executed when an administrator views the list of ordered items.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate dynamic content. Additionally, output encoding should be used to ensure that user-supplied data is not interpreted as HTML or JavaScript.