CVE-2007-1388
Linux Kernel < 2.6.19.7 - Denial of Service via IPV6_RTHDR Setsockopt NULL Pointer Dereference
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-1388. PoCs published by Joey Mengele.
AI-analyzed exploit summary This exploit leverages a NULL-pointer dereference vulnerability in the Linux kernel (CVE-2007-1388) to read arbitrary kernel memory addresses. It uses socket options with IPPROTO_IPV6 to trigger the vulnerability and dump kernel memory contents.
Description
The do_ipv6_setsockopt function in net/ipv6/ipv6_sockglue.c in Linux kernel before 2.6.20, and possibly other versions, allows local users to cause a denial of service (oops) by calling setsockopt with the IPV6_RTHDR option name and possibly a zero option length or invalid option value, which triggers a NULL pointer dereference.
Exploits (1)
This exploit leverages a NULL-pointer dereference vulnerability in the Linux kernel (CVE-2007-1388) to read arbitrary kernel memory addresses. It uses socket options with IPPROTO_IPV6 to trigger the vulnerability and dump kernel memory contents.