vendor:
httpd
by:
N/A
6,1
CVSS
MEDIUM
XSS
79
CWE
Product Name: httpd
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: Yes
Related CWE: CVE-2017-6547
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
2017
Cross-Site Scripting (XSS)
httpd checks in the function handle_request if the requested file name is longer than 50 chars. It then responds with a redirection which allows an attacker to inject arbitrary JavaScript code into the router’s web interface context.
Mitigation:
Ensure that the length of the requested file name is properly validated and that the response does not contain any user-supplied data.