← Vulnerability feed

Vulnerability record · CVE-2001-0333 · published 27 June 2001

CVE-2001-0333: Microsoft IIS directory traversal via double-encoded dot-dot-backslash allows command execution

Microsoft · Internet Information Server

IIS 5.0 and earlier fails to properly neutralize doubly encoded ".." and "\" sequences, allowing directory traversal. Because the traversal reaches executable content, a remote attacker can run arbitrary commands on the server. This is a pre-authentication, network-reachable flaw in a widely deployed web server.

7.5 CVSS 2.0 High EPSS 91% · top 0.2%
7.5CVSS 2.0 base score
91%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
18References
16 Jun 2026Last modified by NVD

Description

Directory traversal vulnerability in IIS 5.0 and earlier allows remote attackers to execute arbitrary commands by encoding .. (dot dot) and "\" characters twice.

AV:N/AC:L/Au:N/C:P/I:P/A:P

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

critical priorityUnauthenticated remote command execution on an internet-facing web server with very high EPSS and a documented vendor patch makes this an urgent remediation target.

What it is

IIS 5.0 and earlier fails to properly neutralize doubly encoded ".." and "\" sequences, allowing directory traversal. Because the traversal reaches executable content, a remote attacker can run arbitrary commands on the server. This is a pre-authentication, network-reachable flaw in a widely deployed web server.

Impact

An attacker gains the ability to execute arbitrary commands with the privileges of the IIS service account, which can lead to full server compromise. No confidentiality, integrity or availability guarantee remains on the host.

Attack surface

Reached over the network via HTTP requests to the IIS web service; the CVSS vector AV:N/AC:L/Au:N indicates no authentication and no user interaction are required. The crafted request is sent directly to the server.

Exploitation

CISA KEV does not list this CVE, but EPSS is very high (0.9077, 99.8th percentile), indicating strong likelihood of exploitation activity. References include the Microsoft bulletin MS01-026 and CERT advisory CA-2001-12, both of which document the issue.

What to do

  • Apply Microsoft security bulletin MS01-026 or the corresponding patch for IIS 5.0 and earlier immediately.
  • If patching is not possible, disable or remove unnecessary IIS components and ISAPI extensions, and restrict the web root to non-executable content.
  • Run IIS under a low-privilege account and apply filesystem ACLs that prevent the service account from writing or executing outside the web root.
  • Use a reverse proxy or URL normalization layer that rejects doubly encoded traversal sequences before they reach IIS.
  • Retire or isolate IIS 5.0 hosts, as the platform is long out of support.

Detection

  • Inspect HTTP request logs for doubly encoded traversal patterns such as %252e%252e%255c or ..%5c variants.
  • Alert on requests containing encoded backslashes or dot-dot sequences targeting executable paths (e.g., cmd.exe, scripts, system directories).
  • Monitor IIS worker process (inetinfo.exe/w3wp.exe) for unexpected child processes or command-shell execution.
  • Correlate web server errors (500/404) with subsequent process creation events on the host.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2001-0333 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2008-0075Microsoft IIS ASP code injection allows remote code executionCVE-2008-0075 is an unspecified code injection flaw in Microsoft Internet Information Services (IIS) 5.1 through 6.0 that is triggered by crafted inp…EPSS 57%analysed10.0CVE-2001-0500Microsoft IIS Index Server ISAPI idq.dll buffer overflowA buffer overflow in the ISAPI extension idq.dll, used by Index Server 2.0 and Indexing Service 2000 in IIS 6.0 beta and earlier, is triggered by a l…EPSS 97%analysed10.0CVE-1999-1011Microsoft MDAC RDS DataFactory unsafe methods allow remote command executionThe Remote Data Service (RDS) DataFactory component of Microsoft Data Access Components (MDAC), as shipped with IIS 3.x and 4.x, exposes unsafe metho…EPSS 77%analysed10.0CVE-1999-0874IIS 4.0 buffer overflow via malformed .HTR, .IDC, .STM requestsIIS 4.0 contains a memory buffer overflow reachable through malformed requests for files with .HTR, .IDC, or .STM extensions. The record describes th…EPSS 75%analysed10.0CVE-1999-0407Microsoft internet information server vulnerabilityBy default, IIS 4.0 has a virtual directory /IISADMPWD which contains files that can be used as proxies for brute force password attacks, or to ident…EPSS 5.1%10.0CVE-1999-1376Microsoft internet information server vulnerabilityBuffer overflow in fpcount.exe in IIS 4.0 with FrontPage Server Extensions allows remote attackers to execute arbitrary commands.EPSS 24%9.0CVE-2009-3023Microsoft IIS FTP Service buffer overflow via crafted NLST commandThe FTP Service in Microsoft IIS 5.0 through 6.0 contains a classic buffer overflow (CWE-120) triggered by a crafted NLST command using wildcards, ca…EPSS 91%analysed8.5CVE-2010-1256Microsoft internet information server code injection vulnerabilityUnspecified vulnerability in Microsoft IIS 6.0, 7.0, and 7.5, when Extended Protection for Authentication is enabled, allows remote authenticated use…EPSS 28%

Source: NIST National Vulnerability Database (record CVE-2001-0333), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.