vendor:
MailHog
by:
Vulnz
8.8
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: MailHog
Affected Version From: 1.0.1
Affected Version To: 1.0.1
Patch Exists: NO
Related CWE:
CPE: a:mailhog:mailhog:1.0.1
Platforms Tested: Windows,Linux,Docker
2022
Mailhog 1.0.1 – Stored Cross-Site Scripting (XSS)
Malicious users have the ability to send API requests to localhost and this request will be executed without any additional checks. As long as CSRF exists and unrestricted API calls as well, XSS could lead any API calls including email deletion, sending, reading or any other call.
Mitigation:
Implement proper input validation and authentication checks for API calls.