CVE-2000-0457: High severity Microsoft Internet Information Services vulnerability
ISM.DLL in IIS 4.0 and 5.0 allows remote attackers to read file contents by requesting the file and appending a large number of encoded spaces (%20) and terminated with a .htr extension, aka the ".HTR File Fragment Reading" or "File Fragment Reading via .HTR" vulnerability.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Remove
Remove
Microsoft Internet Information Services (IIS) - ISM.DLLfrom your environment.Unregister or remove ISM.DLL if the .htr processing functionality is not required by your applications
- Configuration
Disable or remove the ISAPI extension mapping that processes .htr files with ISM.DLL (unregister or disable ISM.DLL handling of .htr requests)
Microsoft Internet Information Services (IIS) - ISM.DLL / .htr mapping ISAPI extension mapping for .htr (ISM.DLL) = disabled - Compensating control
Configure perimeter controls (WAF, proxy or firewall) to block or drop HTTP requests for .htr files and to block requests containing long sequences of encoded spaces (%20) to prevent file fragment reading attempts
- Operational
Monitor web server logs for requests for .htr files or requests containing many %20 sequences; investigate incidents and block or remediate offending sources
Event History
Frequently Asked Questions
What is the severity of CVE-2000-0457?
CVE-2000-0457 is considered to have a high severity due to the potential for unauthorized file access.
How do I fix CVE-2000-0457?
To fix CVE-2000-0457, it is recommended to upgrade to a secure version of IIS or apply patches provided by Microsoft.
What is the impact of CVE-2000-0457?
The impact of CVE-2000-0457 is that attackers can read sensitive files on the server by exploiting the .htr file fragment reading vulnerability.
Which versions are affected by CVE-2000-0457?
CVE-2000-0457 affects Microsoft Internet Information Server versions 4.0 and 5.0.
Can CVE-2000-0457 be exploited remotely?
Yes, CVE-2000-0457 can be exploited remotely, allowing attackers to access files without authentication.