CVE-2005-0048
Microsoft Windows 2000 and XP - Remote Code Execution via Malformed IP Packet Options
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2005-0048. PoCs published by Yuri Gushin, Song Liu.
AI-analyzed exploit summary This exploit sends a malformed TCP/IP packet with an IP option size of 39, triggering an off-by-one error in Microsoft Windows' IP stack, leading to a denial of service. The PoC constructs a packet with a crafted IP options field to demonstrate the vulnerability.
Description
Microsoft Windows XP SP2 and earlier, 2000 SP3 and SP4, Server 2003, and older operating systems allows remote attackers to cause a denial of service and possibly execute arbitrary code via crafted IP packets with malformed options, aka the "IP Validation Vulnerability."
Exploits (3)
This exploit sends a malformed TCP/IP packet with an IP option size of 39, triggering an off-by-one error in Microsoft Windows' IP stack, leading to a denial of service. The PoC constructs a packet with a crafted IP options field to demonstrate the vulnerability.
This Perl script exploits CVE-2005-0048 by sending malformed TCP/IP packets with crafted IPv4 options to trigger a denial of service or potential remote code execution on vulnerable Microsoft Windows systems.
This exploit demonstrates a DoS vulnerability in Windows by sending a malformed IP packet with an option size of 39, causing an off-by-one error. The PoC constructs a raw IP packet with a TCP header and malformed IP options to trigger the crash.