header-logo
Suggest Exploit
vendor:
SHOUTcast
by:
SecurityFocus
7.5
CVSS
HIGH
HTML-injection
79
CWE
Product Name: SHOUTcast
Affected Version From: 1.9.2007
Affected Version To: 1.9.2007
Patch Exists: YES
Related CWE: N/A
CPE: a:nullsoft:shoutcast
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Microsoft Windows
2006

Nullsoft SHOUTcast HTML-injection Vulnerability

Nullsoft SHOUTcast is prone to an HTML-injection vulnerability because it fails to properly sanitize user-supplied input before using it in dynamically generated content. Attacker-supplied HTML and script code would run in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user; other attacks are also possible.

Mitigation:

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

Exploit-DB raw data:

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

Nullsoft SHOUTcast is prone to an HTML-injection vulnerability because it fails to properly sanitize user-supplied input before using it in dynamically generated content.

Attacker-supplied HTML and script code would run in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user; other attacks are also possible.

This issue affects SHOUTcast 1.9.7 for Microsoft Windows; other versions may also be vulnerable.

http://www.example.com/"/><script>alert(document.getElementsByTagName("PRE")[0].firstChild.data)</script>