vendor:
thttpd
by:
SecurityFocus
7.5
CVSS
HIGH
Cross Site Scripting
79
CWE
Product Name: thttpd
Affected Version From: 2.20b
Affected Version To: 2.20b
Patch Exists: YES
Related CWE: N/A
CPE: thttpd
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux, BSD, Solaris, other Unix like operating systems
2002
Cross Site Scripting in thttpd
Cross Site Scripting (XSS) issues has been reported in some versions of thttpd. thttpd fails to check URLs for the presence of script commands when generating error pages, allowing the attacker-supplied code to execute within the context of the hosted site.
Mitigation:
Input validation should be used to ensure that user-supplied data does not contain malicious script commands.