vendor:
IIS 5.0
by:
SecurityFocus
7.5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: IIS 5.0
Affected Version From: Microsoft IIS 5.0
Affected Version To: Microsoft IIS 5.0
Patch Exists: NO
Related CWE: N/A
CPE: a:microsoft:iis:5.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2002
Microsoft IIS 5.0 Directory Traversal Vulnerability
Microsoft IIS 5.0 ships with a sample script that may be used to view the source code of other scripts in the sample scripts (/IISSAMPLES) directory. However, this script (CodeBrws.asp) does not adequately filter unicode representations of directory traversals. For example, an attacker can break out of the sample script directory by substituting '%c0%ae%c0%ae' for '..' in a dot-dot-slash directory traversal attack. It has been demonstrated that this issue may be exploited to map out the directory structure of the filesystem on a host running the vulnerable script.
Mitigation:
Ensure that the CodeBrws.asp script is not accessible from the web, or that the script is modified to filter out directory traversal characters.