← Vulnerability feed

Vulnerability record · CVE-2002-1744 · published 31 December 2002

CVE-2002-1744: Microsoft IIS CodeBrws.asp directory traversal via Unicode encoding

Microsoft · Internet Information Services

CodeBrws.asp in Microsoft IIS 5.0 is vulnerable to directory traversal using a hex-encoded Unicode string (%c0%ae%c0%ae) that decodes to "..", letting a remote attacker escape the intended directory. It matters because it exposes source code and lets an attacker confirm the existence of arbitrary files on the server.

5.0 CVSS 2.0 Medium EPSS 65% · top 0.8%
5.0CVSS 2.0 base score
65%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
8References, 2 tagged exploit
16 Jun 2026Last modified by NVD

Description

Directory traversal vulnerability in CodeBrws.asp in Microsoft IIS 5.0 allows remote attackers to view source code and determine the existence of arbitrary files via a hex-encoded "%c0%ae%c0%ae" string, which is the Unicode representation for ".." (dot dot).

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

Automated analysis

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

medium priorityThe flaw only exposes file contents and existence (partial confidentiality, CVSS 5.0), but public exploit material and a very high EPSS score raise the likelihood of scanning and abuse.

What it is

CodeBrws.asp in Microsoft IIS 5.0 is vulnerable to directory traversal using a hex-encoded Unicode string (%c0%ae%c0%ae) that decodes to "..", letting a remote attacker escape the intended directory. It matters because it exposes source code and lets an attacker confirm the existence of arbitrary files on the server.

Impact

An attacker gains read access to source code and can determine whether arbitrary files exist on the host. The CVSS vector limits this to partial confidentiality impact with no integrity or availability effect.

Attack surface

Reachable over the network through HTTP requests to CodeBrws.asp; the CVSS vector AV:N/AC:L/Au:N indicates no authentication and no user interaction are required.

Exploitation

Not listed in CISA KEV, but EPSS is 0.65174 (99.2nd percentile) and a SecurityFocus reference is tagged Exploit, indicating public exploit material exists.

What to do

  • Apply the Microsoft patch or upgrade from IIS 5.0 to a supported version, since this is a legacy product.
  • Remove or disable CodeBrws.asp and other IIS sample/script files not required in production.
  • Restrict access to IIS sample directories via web server configuration and file permissions.
  • Filter or reject requests containing encoded traversal sequences such as %c0%ae in a reverse proxy or WAF.

Detection

  • Search web logs for requests to CodeBrws.asp containing %c0%ae or similar encoded traversal strings.
  • Alert on CodeBrws.asp requests returning 200 responses for paths outside the expected web root.
  • Monitor for repeated file-existence probing patterns against IIS sample scripts.

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-2002-1744 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.

9.8CVE-2017-7269IIS 6.0 WebDAV ScStoragePathFromUrl buffer overflow enables remote code executionA buffer overflow in the ScStoragePathFromUrl function of the WebDAV service in IIS 6.0 on Windows Server 2003 R2 allows remote code execution via a …KEVEPSS 100%analysed10.0CVE-2010-3972Microsoft IIS FTP Service heap buffer overflow via crafted FTP commandA heap-based buffer overflow exists in the TELNET_STREAM_CONTEXT::OnSendData function in ftpsvc.dll in Microsoft FTP Service 7.0 and 7.5 as shipped w…EPSS 95%analysed10.0CVE-2008-4301Microsoft internet information services vulnerabilityA certain ActiveX control in iisext.dll in Microsoft Internet Information Services (IIS) allows remote attackers to set a password via a string argum…EPSS 17%10.0CVE-2007-2815IIS 5.0 webhits.dll hit-highlighting authentication bypassThe hit-highlighting feature in webhits.dll on Microsoft IIS 5.0 relies only on Windows NT ACLs, so it fails to enforce NTLM or basic authentication.…EPSS 73%analysed10.0CVE-2003-0224Microsoft internet information services vulnerabilityBuffer overflow in ssinc.dll for Microsoft Internet Information Services (IIS) 5.0 allows local users to execute arbitrary code via a web page with a…EPSS 18%10.0CVE-1999-0233Microsoft internet information services vulnerabilityIIS 1.0 allows users to execute arbitrary commands using .bat or .cmd files.EPSS 16%9.3CVE-2010-2730Microsoft internet information services memory buffer overflow vulnerabilityBuffer overflow in Microsoft Internet Information Services (IIS) 7.5, when FastCGI is enabled, allows remote attackers to execute arbitrary code via …EPSS 33%9.0CVE-2008-1446Microsoft IIS IPP ISAPI integer overflow enables remote code executionThe Internet Printing Protocol (IPP) ISAPI extension in Microsoft IIS 5.0 through 7.0 contains an integer overflow that can be triggered by a crafted…EPSS 46%analysed

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