Exploitation Summary
EIP tracks 3 public exploits for CVE-2004-1317.
PoCs published by Metasploit, class101, including Metasploit module exploits/windows/misc/netcat110_nt.
AI-analyzed exploit summary This exploit targets a stack buffer overflow in Netcat v1.10 NT, leveraging SEH overwrite to achieve remote code execution. It sends a crafted payload to overwrite SEH and execute arbitrary code via a bound executable.
Description
Stack-based buffer overflow in doexec.c in Netcat for Windows 1.1, when running with the -e option, allows remote attackers to execute arbitrary code via a long DNS command.
Exploits (3)
This exploit targets a stack buffer overflow in Netcat v1.10 NT, leveraging SEH overwrite to achieve remote code execution. It sends a crafted payload to overwrite SEH and execute arbitrary code via a bound executable.
This exploit targets a buffer overflow vulnerability in Netcat v1.1's '-e' switch, allowing remote command execution via a crafted payload. The shellcode is designed to bypass bad characters and spawn a reverse shell.
This Metasploit module exploits a stack buffer overflow in Netcat v1.10 NT by sending an overly long string to overwrite SEH, achieving remote code execution. It targets the vulnerability in doexec.c when netcat binds an executable to a port.