CVE-2000-0886
published 2000-12-19CVE-2000-0886: IIS 5.0 allows remote attackers to execute arbitrary commands via a malformed request for an executable file whose name is appended with operating system…
PriorityP347high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
67.03%
99.2th percentile
IIS 5.0 allows remote attackers to execute arbitrary commands via a malformed request for an executable file whose name is appended with operating system commands, aka the "Web Server File Request Parsing" 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 .cmd executable file parsing attack"; flow:established,to_server; http.uri; content:".cmd|22|"; nocase; pcre:"/^.*?\x26/Ri"; reference:bugtraq,1912; reference:cve,2000-0886; classtype:web-application-attack; sid:2103193; rev:6; metadata:created_at 2010_09_23, cve CVE_2000_0886, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_22;)
- →Look for HTTP requests to .bat or .cmd files in /scripts/ that contain a double-quote character (") immediately following the filename, which is the delimiter used to inject OS commands. ↗
- →Detect the byte sequence `.cmd` followed immediately by a double-quote (0x22) in the HTTP URI, combined with an ampersand (&, 0x26) anywhere later in the URI — as captured by the Snort rule content `.cmd|22|` and pcre `/^.*?\x26/Ri`.
- →After patch Q277873, watch for path traversal sequences using overlong/alternate UTF-8 encoding (%C1%9C) appended to .bat or .asp file requests, followed by a path to cmd.exe. ↗
- →Monitor for process creation of cmd.exe spawned under the IIS worker process (inetinfo.exe or w3wp.exe) running as IUSR_machinename, which indicates successful exploitation. ↗
- →An active worm exploiting this vulnerability has been reported; correlate high-volume identical malformed .bat/.cmd requests across multiple source IPs as a worm propagation indicator. ↗
- ·Exploitation requires the target .bat or .cmd file to already exist on the server AND the requesting user must have execute permissions on that folder; requests to non-existent scripts will fail. ↗
- ·Microsoft's patch Q277873 does not fully remediate the vulnerability; Georgi Guninski discovered post-patch variants using %C1%9C-encoded path traversal that still allow command execution. ↗
- ·The attack surface extends beyond cmd.exe to ActiveState Perl installations on the same IIS server, meaning Perl-based command parsing is also exploitable. ↗
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 .cmd executable file parsing attack
suricata·2010-09-23
CVE-2000-0886 GPL EXPLOIT .cmd executable file parsing attack
GPL EXPLOIT .cmd executable file parsing attack
Rule: alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (msg:"GPL EXPLOIT .cmd executable file parsing attack"; flow:established,to_server; http.uri; content:".cmd|22|"; nocase; pcre:"/^.*?\x26/Ri"; reference:bugtraq,1912; reference:cve,2000-0886; classtype:web-application-attack; sid:2103193; rev:6; metadata:created_at 2010_09_23, cve CVE_2000_0886, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_22;)
No writeups or analysis indexed.
http://www.securityfocus.com/bid/1912http://www.securityfocus.com/templates/archive.pike?mid=143604&list=1&fromthread=0&end=2000-11-11&threads=0&start=2000-11-05&https://docs.microsoft.com/en-us/security-updates/securitybulletins/2000/ms00-086https://exchange.xforce.ibmcloud.com/vulnerabilities/5470https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A191http://www.securityfocus.com/bid/1912http://www.securityfocus.com/templates/archive.pike?mid=143604&list=1&fromthread=0&end=2000-11-11&threads=0&start=2000-11-05&https://docs.microsoft.com/en-us/security-updates/securitybulletins/2000/ms00-086https://exchange.xforce.ibmcloud.com/vulnerabilities/5470https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A191
2000-12-19
Published