vendor:
SmarterMail
by:
loneferret of Offensive Security
7,5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: SmarterMail
Affected Version From: 9.2
Affected Version To: 9.2
Patch Exists: YES
Related CWE: N/A
CPE: a:smartertools:smartermail:9.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: Windows Server 2003 SP2, Windows XP Pro SP3 (x86), Windows 7 Pro SP1 (x86)
2012
SmarterMail Free 9.2 XSS Vulnerabilities
SmarterMail Free 9.2 is vulnerable to multiple Cross-Site Scripting (XSS) vulnerabilities. These vulnerabilities can be exploited by malicious people to conduct Cross-Site Scripting attacks. The vulnerabilities are caused due to insufficient sanitization of user-supplied input in various parameters. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. Successful exploitation requires that the attacker can lure a logged-in user to a malicious web site.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically generate HTML or script code. Additionally, the application should use a whitelist of allowed HTML tags and attributes.