cbcvebase.
CVE-2000-0126
published 2000-01-26

CVE-2000-0126: Sample Internet Data Query (IDQ) scripts in IIS 3 and 4 allow remote attackers to read files via a .. (dot dot) attack.

PriorityP424medium5CVSS 2.0
AVNACLAuNCPINAN
EXPLOIT
EPSS
45.66%
98.6th percentile
Sample Internet Data Query (IDQ) scripts in IIS 3 and 4 allow remote attackers to read files via a .. (dot dot) attack.

Affected

2 ranges
VendorProductVersion rangeFixed in
microsoftinternet_information_server
microsoftinternet_information_server

Detection & IOCsextracted from sources · hover to see the quote

path/query.idq?CiTemplate=../../../somefile.ext
filenameidq.dll
filenamewebhits.dll
snort
alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (msg:"GPL EXPLOIT ISAPI .idq attempt"; flow:established,to_server; http.uri; content:".idq?"; nocase; reference:arachnids,553; reference:bugtraq,1065; reference:bugtraq,968; reference:cve,2000-0071; reference:cve,2000-0126; reference:nessus,10115; classtype:web-application-attack; sid:2101244; rev:18; metadata:created_at 2010_09_23, cve CVE_2000_0071, signature_severity Major, updated_at 2024_03_08;)
  • Detect directory traversal via the CiTemplate parameter in .idq requests; look for '../' sequences in the URI query string targeting idq.dll.
  • Detect extension-bypass technique: attacker appends multiple URL-encoded spaces (%20) before .htx to push the extension out of the buffer. Look for patterns like 'filename.txt%20%20%20...%20%20.htx' in .idq CiTemplate parameters.
  • Alert on any HTTP request URI containing '.idq?' directed at IIS servers, as this is the primary attack vector for this CVE.
  • ·Exploitation requires the attacker to know the physical path and filename of the target file, and the ACL must grant read access to the anonymous user, Everyone, or Guest group.
  • ·If the MS00-006 (webhits.dll) patch has been applied, IDQ files are only vulnerable if they do NOT append the .htx extension to user input — the extension-bypass technique is then the relevant attack path.
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.