header-logo
Suggest Exploit
vendor:
IceWarp Mail Server
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: IceWarp Mail Server
Affected Version From: 9.1.2001
Affected Version To: 9.1.2001
Patch Exists: YES
Related CWE: N/A
CPE: a:icewarp:icewarp_mail_server
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
2008

IceWarp Mail Server Cross-Site Scripting Vulnerability

IceWarp Mail Server is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Mitigation:

Input validation should be used to ensure that untrusted data is not used to dynamically generate web content.
Source

Exploit-DB raw data:

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

IceWarp Mail Server is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

This issue affects IceWarp Mail Server 9.1.1 for Windows; other versions may also be affected. 

http://www.example.com:32000/admin/index.html?message=<script src="your-js.js"></script>