header-logo
Suggest Exploit
vendor:
Subversion Edge
by:
Unknown
N/A
CVSS
N/A
HTML Injection
Unknown
CWE
Product Name: Subversion Edge
Affected Version From: 1.2.2000
Affected Version To: Unknown
Patch Exists: Unknown
Related CWE: Unknown
CPE: Unknown
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

HTML Injection vulnerability in CollabNet Subversion Edge

CollabNet Subversion Edge 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 an attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user; other attacks are also possible.

Mitigation:

Unknown
Source

Exploit-DB raw data:

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

CollabNet Subversion Edge 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 an attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user; other attacks are also possible.

CollabNet Subversion Edge 1.2.0 is vulnerable; other versions may also be affected. 

The following example request is available:
GET /csvn/login</pre><script>alert('pwndd!!!!');</script> HTTP/1.0