CVE-2004-1016
Linux Kernel 2.4.x-2.4.28 and 2.6.x-2.6.9 - Denial of Service via scm_send Deadlock
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2004-1016. PoCs published by Paul Starzetz.
AI-analyzed exploit summary This exploit triggers a denial-of-service (DoS) condition in Linux kernel versions 2.4 and 2.6 by manipulating the `__scm_send` function via crafted `cmsghdr` structures, causing a system hang. The PoC uses a socket pair and malformed control messages to exploit the vulnerability.
Description
The scm_send function in the scm layer for Linux kernel 2.4.x up to 2.4.28, and 2.6.x up to 2.6.9, allows local users to cause a denial of service (system hang) via crafted auxiliary messages that are passed to the sendmsg function, which causes a deadlock condition.
Exploits (1)
This exploit triggers a denial-of-service (DoS) condition in Linux kernel versions 2.4 and 2.6 by manipulating the `__scm_send` function via crafted `cmsghdr` structures, causing a system hang. The PoC uses a socket pair and malformed control messages to exploit the vulnerability.