CVE-1999-0448
Internet Information Server 4.0 - URL Obfuscation via Long HTTP Request Method
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-1999-0448. PoCs published by Mnemonix.
AI-analyzed exploit summary This exploit demonstrates a DoS condition in IIS4 by sending an HTTP GET request with a request method longer than 10150 bytes, which bypasses logging. The code establishes a TCP connection to port 80 and sends a malformed request to trigger the vulnerability.
Description
IIS 4.0 and Apache log HTTP request methods, regardless of how long they are, allowing a remote attacker to hide the URL they really request.
Exploits (1)
This exploit demonstrates a DoS condition in IIS4 by sending an HTTP GET request with a request method longer than 10150 bytes, which bypasses logging. The code establishes a TCP connection to port 80 and sends a malformed request to trigger the vulnerability.