Exploitation Summary
EIP tracks 4 public exploits for CVE-2003-0717. PoCs published by VeNoMouS, MrNice, Adik.
AI-analyzed exploit summary This is a Proof of Concept (PoC) for CVE-2003-0717, a buffer overflow vulnerability in the Windows Messenger Service. The exploit sends a maliciously crafted UDP packet to port 135, causing a Denial of Service (DoS) by triggering a buffer overflow due to improper validation of message length.
Description
The Messenger Service for Windows NT through Server 2003 does not properly verify the length of the message, which allows remote attackers to execute arbitrary code via a buffer overflow attack.
Exploits (4)
This is a Proof of Concept (PoC) for CVE-2003-0717, a buffer overflow vulnerability in the Windows Messenger Service. The exploit sends a maliciously crafted UDP packet to port 135, causing a Denial of Service (DoS) by triggering a buffer overflow due to improper validation of message length.
This exploit targets CVE-2003-0717, a buffer overflow in the Microsoft Messenger Service (port 135). It uses an unhandled exception filter to redirect execution and achieve remote code execution (RCE) on Windows 2000 SP0.
This exploit targets a buffer overflow vulnerability in Microsoft Windows Messenger Service (CVE-2003-0717) to achieve remote code execution. It crafts a malicious UDP packet to trigger the overflow and includes shellcode to bind a command shell on port 9191.
This exploit targets a buffer overflow in the Messenger Service (MS03-043) by sending a malformed UDP packet to port 135. The PoC fills the 'body' field with 0x14 bytes, triggering a DoS condition that causes the target system to reboot.