vendor:
Internet Information Services (IIS)
by:
5
CVSS
MEDIUM
Information Disclosure
200
CWE
Product Name: Internet Information Services (IIS)
Affected Version From: Microsoft IIS 4.0/5.0
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows
Requesting a known filename with .htr extension preceded by approximately 230 ‘%20’ in Microsoft IIS
Requesting a known filename with the extension replaced with .htr preceeded by approximately 230 '%20' from Microsoft IIS 4.0/5.0 will cause the server to retrieve the file and its contents. This is due to the .htr file extension being mapped to ISM.DLL ISAPI application which redirects .htr file requests to ISM.DLL. ISM.DLL removes the extraneous '%20' and replaces .htr with the proper filename extension and reveals the source of the file. This vulnerability is similar to a more recently discovered variant, BugTraq ID 1488.
Mitigation:
Apply patches or updates provided by the vendor to fix the vulnerability. Alternatively, disable the ISM.DLL ISAPI application or remove the mapping of .htr file extension to ISM.DLL.