vendor:
OpenCart
by:
Mert Daş
7.5
CVSS
HIGH
Stored Cross-site scripting(XSS)
79
CWE
Product Name: OpenCart
Affected Version From: 3.0.3.6
Affected Version To: 3.0.3.7
Patch Exists: YES
Related CWE: N/A
CPE: a:opencart:opencart:3.0.3.7
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2021
OpenCart 3.0.3.6 – ‘subject’ Stored Cross-Site Scripting
Stored XSS, also known as persistent XSS, is the more damaging of the two. It occurs when a malicious script is injected directly into a vulnerable web application. This vulnerability can results attacker to inject the XSS payload in Subject field of the mail and each time any user will open that mail of the website, the XSS triggers and attacker can able to steal the cookie according to the crafted payload.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.