CVE-2007-4567
Linux Kernel < 2.6.22 - Denial of Service via IPv6 Hop-by-Hop Extended Header
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-4567. PoCs published by Clemens Kurtenbach.
AI-analyzed exploit summary This exploit targets a Linux kernel vulnerability (CVE-2007-4567) by sending a malformed IPv6 packet with a crafted 'Hop-By-Hop' header to trigger a kernel panic, resulting in a denial-of-service (DoS). The PoC constructs a raw Ethernet frame with a malicious IPv6 payload and sends it to a specified target.
Description
The ipv6_hop_jumbo function in net/ipv6/exthdrs.c in the Linux kernel before 2.6.22 does not properly validate the hop-by-hop IPv6 extended header, which allows remote attackers to cause a denial of service (NULL pointer dereference and kernel panic) via a crafted IPv6 packet.
Exploits (1)
This exploit targets a Linux kernel vulnerability (CVE-2007-4567) by sending a malformed IPv6 packet with a crafted 'Hop-By-Hop' header to trigger a kernel panic, resulting in a denial-of-service (DoS). The PoC constructs a raw Ethernet frame with a malicious IPv6 payload and sends it to a specified target.