CVE-2005-1184
Windows 2000 and Windows 2003 Server - Denial of Service via TCP Keep Alive Packet Flood
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-1184. PoCs published by Antonio M. D. S. Fortes.
AI-analyzed exploit summary This PoC exploits CVE-2005-1184 by sending crafted TCP packets with incorrect ACK numbers to trigger a DoS condition. It uses libpcap to sniff and inject packets into an established TCP session.
Description
The TCP/IP stack in multiple operating systems allows remote attackers to cause a denial of service (CPU consumption) via a TCP packet with the correct sequence number but the wrong Acknowledgement number, which generates a large number of "keep alive" packets. NOTE: some followups indicate that this issue could not be replicated.
Exploits (1)
This PoC exploits CVE-2005-1184 by sending crafted TCP packets with incorrect ACK numbers to trigger a DoS condition. It uses libpcap to sniff and inject packets into an established TCP session.