vendor:
T-dah Webmail
by:
Shai rod
7,5
CVSS
HIGH
Stored XSS
79
CWE
Product Name: T-dah Webmail
Affected Version From: 3.2.0
Affected Version To: 3.2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:tdah:t-dah_webmail
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
T-dah Webmail Multiple Stored XSS issues.
T-dah is an Open Sourced Universal Webmail origially developed by Aldoir Ventura under the name Uebimiau in which we picked up late in 2007. It is free and can be installed on any server that supports PHP. There are four stored XSS vulnerabilities in the application. The first is an XSS in the message body (HREF) which can be triggered when the user clicks the link. The second is a stored XSS in the email body which can be triggered when the user opens the message. The third is a stored XSS in contacts which can be triggered when creating a new contact. The fourth is a stored XSS in the calendar which can be triggered when adding a new event.
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. Additionally, the application should be configured to use the HTTPOnly flag for cookies.