CVE-2001-1243
Microsoft Internet Information Server - Denial of Service via MS-DOS Device Name Injection
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2001-1243. PoCs published by VIPER_SV.
AI-analyzed exploit summary This is a writeup describing a DoS vulnerability in Microsoft IIS where a crafted URL with a device name as a script parameter causes the server to crash. No actual exploit code is provided, only a description and example URL.
Description
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.
Exploits (2)
This is a writeup describing a DoS vulnerability in Microsoft IIS where a crafted URL with a device name as a script parameter causes the server to crash. No actual exploit code is provided, only a description and example URL.
This exploit is a simple ASP script that triggers a denial of service (DoS) in Microsoft IIS by attempting to open and read from a device file (e.g., 'com1'). The vulnerability arises due to improper handling of device file access, causing the server to crash.