cbcvebase.
CVE-2001-1243
published 2001-07-04

CVE-2001-1243: Scripting.FileSystemObject in asp.dll for Microsoft IIS 4.0 and 5.0 allows local or remote attackers to cause a denial of service (crash) via (1) creating an…

PriorityP427medium5CVSS 2.0
AVNACLAuNCNINAP
EXPLOIT
EPSS
63.19%
99.1th percentile
Scripting.FileSystemObject in asp.dll for Microsoft IIS 4.0 and 5.0 allows local or remote attackers to cause a denial of service (crash) via (1) creating an ASP program that uses Scripting.FileSystemObject to open a file with an MS-DOS device name, or (2) remotely injecting the device name into ASP programs that internally use Scripting.FileSystemObject.

Affected

2 ranges
VendorProductVersion rangeFixed in
microsoftinternet_information_server
microsoftinternet_information_services

Detection & IOCsextracted from sources · hover to see the quote

urlhttp://host.int/scripts/script.asp?script=com1
  • Look for HTTP requests to ASP scripts where query string parameters contain MS-DOS device names (e.g., com1, com2, lpt1, aux, con, nul, prn) — this is the remote injection vector for the DoS.
  • Monitor IIS 4.0/5.0 for ASP files invoking Scripting.FileSystemObject with MS-DOS device name arguments, which triggers the crash condition.
  • Alert on new .asp file creation by local users on IIS servers, particularly files referencing Scripting.FileSystemObject combined with device name strings.
  • ·The remote exploitation vector requires that the target ASP application internally uses Scripting.FileSystemObject and accepts user-supplied input that is passed to it — not all IIS deployments are equally exposed.
  • ·Successful exploitation crashes the server and requires a manual service restart to restore functionality; there is no self-recovery.
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.