vendor:
WSTMart
by:
linfeng
6.1
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: WSTMart
Affected Version From: 2.0.8
Affected Version To: 2.0.8_181212
Patch Exists: YES
Related CWE: CVE-2018-20367
CPE: a:wstmall:wstmart:2.0.8_181212
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2018
WSTMart 2.0.8 – Cross-Site Scripting
WSTMart 2.0.8 is vulnerable to Cross-Site Scripting (XSS). An attacker can inject malicious JavaScript code into the 'consultContent' parameter of the 'mall some commodity details - commodity consultation' function, which is then stored in the application and executed when the page is loaded. This can be used to steal user data or perform other malicious actions.
Mitigation:
Input validation should be used to prevent XSS attacks. All user-supplied input should be validated and filtered before being used in the application.