header-logo
Suggest Exploit
vendor:
XHP CMS
by:
SecurityFocus
4.3
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: XHP CMS
Affected Version From: 2000.5.1
Affected Version To: 2000.5.1
Patch Exists: N/A
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
2006

XHP CMS Cross-Site Scripting Vulnerability

XHP CMS is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data. Exploiting this issue could allow an attacker to steal cookie-based authentication credentials and to launch other attacks. An example of the exploit is http://www.example.com/index.php?errcode=<script>alert(document.cookie);</script>

Mitigation:

Input validation should be used to ensure that user-supplied data is properly sanitized.
Source

Exploit-DB raw data:

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

XHP CMS is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.

Exploiting this issue could allow an attacker to steal cookie-based authentication credentials and to launch other attacks.

Version 0.5.1 is vulnerable; other versions may also be affected.

http://www.example.com/index.php?errcode=<script>alert(document.cookie);</script>