vendor:
Monkey HTTP Server
by:
DownBload
7.5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: Monkey HTTP Server
Affected Version From: Monkey 0.1.4
Affected Version To: Monkey 0.1.4
Patch Exists: NO
Related CWE: N/A
CPE: a:monkey_project:monkey_http_server
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
2002
Monkey HTTP Server Directory Traversal Vulnerability
Monkey HTTP server is prone to a directory-traversal bug that may allow attackers to access sensitive files. By passing a malicious query to a vulnerable server, an attacker can potentially gain access to arbitrary webserver-readable files. This issue occurs because the application fails to sufficiently validate the user-supplied input.
Mitigation:
Validate user-supplied input to prevent directory traversal attacks.