Exploitation Summary
EIP tracks 7 public exploits for CVE-1999-0016. PoCs published by Dejan Levaja, m3lt, MondoMan.
AI-analyzed exploit summary This exploit sends a spoofed TCP SYN packet with the source address and port set to match the destination, triggering an infinite loop in vulnerable TCP/IP stacks. It specifically targets Windows systems (including Windows Server 2003 and XP SP2) and requires correct TCP/IP checksums for newer Microsoft platforms.
Description
Land IP denial of service.
Exploits (7)
This exploit sends a spoofed TCP SYN packet with the source address and port set to match the destination, triggering an infinite loop in vulnerable TCP/IP stacks. It specifically targets Windows systems (including Windows Server 2003 and XP SP2) and requires correct TCP/IP checksums for newer Microsoft platforms.
This exploit sends a spoofed TCP SYN packet with the source and destination IP/port set to the target's address, triggering a 'land' attack that causes a denial-of-service (DoS) due to an infinite loop in vulnerable TCP/IP stacks. It includes checksum calculation to ensure packet validity for modern systems.
This exploit code is a proof-of-concept for CVE-1999-0016, a TCP/IP stack vulnerability that causes a denial-of-service (DoS) by sending a spoofed TCP SYN packet with the source address and port set to match the destination. The code constructs and sends malformed packets to trigger an infinite loop in vulnerable systems.
This exploit code demonstrates a 'LAND' attack for CVE-1999-0016, which causes a denial-of-service by sending a spoofed TCP SYN packet where the source and destination IP/port are identical. It constructs and sends a malformed IPv6 packet with correct checksums to trigger an infinite loop in vulnerable systems.
This exploit code demonstrates the LAND attack (CVE-1999-0016), a DoS vulnerability affecting multiple TCP/IP stacks. It sends spoofed TCP SYN packets with the source address and port set to match the destination, causing an infinite loop in vulnerable systems.
This repository contains a functional PoC for CVE-1999-0016 (Land Attack), a DoS vulnerability where a spoofed TCP SYN packet with the same source and destination IP/port causes the target system to crash or hang. The script uses Scapy to craft and send the malicious packet, then verifies vulnerability by checking the target's response.
This PoC exploits CVE-1999-0016 (Land Attack) by sending a spoofed TCP SYN packet with the same source and destination IP/port to crash vulnerable systems. It uses Scapy to craft and send the malicious packet, then verifies target downtime via ICMP ping.