Overview
Intruders may be able to cause the IIS service to fail by sending a particular kind of overly-long URL.
Description
ISAPI is a programming interface to IIS that can be used to modify or extend the behavior of IIS. Programs written using ISAPI are known as either filters or extension, depending on the way in which they're implemented. One of the primary differences is that extensions only run when called (by a reference in a URL) whereas filters run for every URL submitted to the server. For more information on the difference between filters an extensions, see http://msdn.microsoft.com/library/en-us/vccore/html/_core_What_Is_the_Difference_Between_an_ISAPI_Server_Extension_and_a_Filter.3f.asp. There is an ISAPI filter that ships as part of Microsoft Fronpage Extensions and ASP.NET that handles overly long URLs by replacing them with a null value. When IIS attempts to process the page (to send it back to the client as an error message) an access violation results. Other ISAPI filters may engage in similar behavior, which would trigger the same vulnerability. However, the only known extension to trigger this error ships with ASP.NET and Front Page Extensions. Quoting from Microsoft Security Bulletin MS02-018, |
Impact
An intruder could cause the IIS service to fail. IIS 5.0 and 5.1 will automatically restart, though a sustained attack could be mounted relatively easily; IIS 4.0 would have to be manually restarted. |
Solution
Apply a patch as described in MS02-018. |
Vendor Information
CVSS Metrics
Group | Score | Vector |
---|---|---|
Base | ||
Temporal | ||
Environmental |
References
Acknowledgements
Our thanks to Microsoft Corporation, upon whose advisory this document is based.
This document was written by Shawn V. Hernan.
Other Information
CVE IDs: | CVE-2002-0072 |
Severity Metric: | 33.30 |
Date Public: | 2002-04-10 |
Date First Published: | 2002-04-10 |
Date Last Updated: | 2002-04-10 19:13 UTC |
Document Revision: | 5 |