vendor:
Webmail
by:
Pr0T3cT10n AKA Yakir Wizman
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF) & Stored Cross-Site Scripting (XSS)
352
CWE
Product Name: Webmail
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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 CSRF & Stored XSS
T-dah Webmail is vulnerable to Cross-Site Request Forgery (CSRF) and Stored Cross-Site Scripting (XSS). An attacker can exploit this vulnerability by crafting a malicious HTML page that contains a form with hidden fields. When a victim visits the malicious page, the form is automatically submitted and the attacker can inject malicious JavaScript code into the application. This code will be executed when a victim visits the application.
Mitigation:
The application should validate all input and encode all output to prevent Cross-Site Scripting (XSS) attacks. Additionally, the application should implement anti-CSRF tokens to prevent Cross-Site Request Forgery (CSRF) attacks.