CVE-1999-1441
Linux Kernel 2.0.34 - Denial of Service via SIGIO Signal Injection
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-1999-1441. PoCs published by David Luyer.
AI-analyzed exploit summary This exploit leverages a Linux kernel vulnerability (CVE-1999-1441) to send a SIGIO signal to an arbitrary process, potentially causing it to terminate if the signal is not handled. The PoC uses file descriptor manipulation with fcntl to trigger the signal.
Description
Linux 2.0.34 does not properly prevent users from sending SIGIO signals to arbitrary processes, which allows local users to cause a denial of service by sending SIGIO to processes that do not catch it.
Exploits (1)
This exploit leverages a Linux kernel vulnerability (CVE-1999-1441) to send a SIGIO signal to an arbitrary process, potentially causing it to terminate if the signal is not handled. The PoC uses file descriptor manipulation with fcntl to trigger the signal.