vendor:
VINCE
by:
Gjoko 'LiquidWorm' Krstic
6.1
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: VINCE
Affected Version From: 1
Affected Version To: 2.0.6
Patch Exists: NO
Related CWE:
CPE: a:cmu:vince:2.0.6
Platforms Tested: nginx, Django
2023
CMU CERT/CC VINCE 2.0.6 – Stored XSS
CMU CERT/CC VINCE 2.0.6 web platform is prone to a stored cross-site scripting vulnerability. Attackers can inject arbitrary HTML/JS code through the 'content' POST parameter, which is not properly sanitized. This allows malicious code execution in the context of the affected user's browser session.
Mitigation:
To mitigate this vulnerability, input validation and output encoding should be implemented to sanitize user inputs and prevent the execution of malicious scripts.