CVE-2000-0630
published 2000-07-17CVE-2000-0630: IIS 4.0 and 5.0 allows remote attackers to obtain fragments of source code by appending a +.htr to the URL, a variant of the "File Fragment Reading via .HTR"…
PriorityP428medium5CVSS 2.0
AVNACLAuNCPINAN
EXPLOIT
EPSS
66.71%
99.2th percentile
IIS 4.0 and 5.0 allows remote attackers to obtain fragments of source code by appending a +.htr to the URL, a variant of the "File Fragment Reading via .HTR" vulnerability.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| microsoft | internet_information_server | — | — |
| microsoft | internet_information_services | — | — |
Detection & IOCsextracted from sources · hover to see the quote
snort
alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (msg:"GPL EXPLOIT .htr access"; flow:established,to_server; http.uri; content:".htr"; nocase; reference:bugtraq,1488; reference:cve,2000-0630; reference:nessus,10680; classtype:web-application-activity; sid:2100987; rev:18; metadata:created_at 2010_09_23, cve CVE_2000_0630, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_03_08;)
- →Detect HTTP requests where the URI contains the string '+.htr' (case-insensitive), targeting .asp, .asa, or .ini files — this is the exploit trigger pattern for CVE-2000-0630. ↗
- →The request is processed by ISM.DLL on the server side; presence of ISM.DLL handling .htr requests in IIS logs is indicative of exploitation attempts. ↗
- →Source disclosure stops at the first '<%%>' server-side script delimiter; pages using '<%%>' instead will disclose entire source or up to any '<%' — partial vs. full disclosure in responses can help confirm exploitation. ↗
- ·This is a variant of a previously known vulnerability (BugTraq ID 1193); detections for the original .HTR File Fragment Reading bug should also be reviewed and may overlap. ↗
- ·The Snort rule (sid:2100987) matches broadly on any URI containing '.htr' (nocase), which may produce false positives in environments with legitimate .htr file usage; tune accordingly.
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Suricata
GPL EXPLOIT .htr access
suricata·2010-09-23
CVE-2000-0630 GPL EXPLOIT .htr access
GPL EXPLOIT .htr access
Rule: alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (msg:"GPL EXPLOIT .htr access"; flow:established,to_server; http.uri; content:".htr"; nocase; reference:bugtraq,1488; reference:cve,2000-0630; reference:nessus,10680; classtype:web-application-activity; sid:2100987; rev:18; metadata:created_at 2010_09_23, cve CVE_2000_0630, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_03_08;)
No writeups or analysis indexed.
http://www.securityfocus.com/bid/1488https://docs.microsoft.com/en-us/security-updates/securitybulletins/2000/ms00-044https://exchange.xforce.ibmcloud.com/vulnerabilities/5104http://www.securityfocus.com/bid/1488https://docs.microsoft.com/en-us/security-updates/securitybulletins/2000/ms00-044https://exchange.xforce.ibmcloud.com/vulnerabilities/5104
2000-07-17
Published