vendor:
Hupa
by:
Shai rod
7,5
CVSS
HIGH
Stored XSS
79
CWE
Product Name: Hupa
Affected Version From: 0.0.2
Affected Version To: 0.0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:apache:hupa:0.0.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012
Hupa Webmail Stored XSS
Hupa Webmail is vulnerable to stored XSS in the email subject and body. An attacker can send an email to the victim with the payload in the subject field or email body, which will be triggered in message listings (Inbox etc..). XSS payloads used are XSS POC<img src='1.jpg'onerror=javascript:alert("XSS")> and <a href=javascript:alert("AnotherXSS")>POC MAIL</a>.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.