CVE-2005-2709
Linux Kernel < 2.6.14 - Denial of Service via sysctl Interface File Handling
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-2709. PoCs published by Rémi Denis-Courmont.
AI-analyzed exploit summary This exploit triggers a local denial-of-service vulnerability in the Linux kernel (CVE-2005-2973) by exhausting IPv6 UDP ports, causing an infinite loop in port selection. It spawns multiple processes to bypass file descriptor limits and force the kernel into a crash condition.
Description
The sysctl functionality (sysctl.c) in Linux kernel before 2.6.14.1 allows local users to cause a denial of service (kernel oops) and possibly execute code by opening an interface file in /proc/sys/net/ipv4/conf/, waiting until the interface is unregistered, then obtaining and modifying function pointers in memory that was used for the ctl_table.
Exploits (1)
This exploit triggers a local denial-of-service vulnerability in the Linux kernel (CVE-2005-2973) by exhausting IPv6 UDP ports, causing an infinite loop in port selection. It spawns multiple processes to bypass file descriptor limits and force the kernel into a crash condition.