vendor:
Hexjector
by:
Hexon
4,3
CVSS
MEDIUM
Persistent XSS
79
CWE
Product Name: Hexjector
Affected Version From: v1.0.7.2 and below
Affected Version To: v1.0.7.2 and below
Patch Exists: YES
Related CWE: N/A
CPE: a:hexjector:hexjector
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 XP SP2, Windows 7, Ubuntu 9.10
2010
Hexjector Persistent XSS (<=v1.0.7.2)
Hexjector is vulnerable to persistent XSS due to the lack of filtering of the $url2 parameter in line 91. An attacker can insert malicious JavaScript, HTML, or other code into the File Dump Created. There are a few variations for to exploit this, such as using XSS codes directly in a XSS vulnerable site, using XSS codes directly, using SiXSS to generate a XSS code in a SQL Injection vulnerable site, or including XSS code after the vulnerable parameter in a SQL Injection vulnerable site.
Mitigation:
Input validation should be used to prevent XSS attacks. All user-supplied input should be validated and filtered before being used in the application.