vendor:
HTTP Application
by:
Unknown
5.5
CVSS
MEDIUM
Directory Traversal
22
CWE
Product Name: HTTP Application
Affected Version From: HTTP 1.1
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Unknown
Directory Traversal Vulnerability in HTTP Application
The HTTP application is prone to a directory-traversal vulnerability because it fails to sufficiently sanitize user-supplied input. Exploiting this issue will allow an attacker to view arbitrary local files and directories within the context of the webserver. Information harvested may aid in launching further attacks.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user-supplied input to prevent directory traversal attacks. Additionally, access controls should be implemented to restrict unauthorized access to sensitive files and directories.