Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-0028. PoCs published by Chris Evans.
AI-analyzed exploit summary This exploit demonstrates a signal-handling weakness in the Linux kernel (CVE-2009-0028) by creating a child process with CLONE_PARENT and SIGKILL flags, allowing arbitrary signals to be sent to a privileged parent process. It leverages fork() and clone() to trigger the vulnerability, potentially leading to a denial-of-service condition.
Description
The clone system call in the Linux kernel 2.6.28 and earlier allows local users to send arbitrary signals to a parent process from an unprivileged child process by launching an additional child process with the CLONE_PARENT flag, and then letting this new process exit.
Exploits (1)
This exploit demonstrates a signal-handling weakness in the Linux kernel (CVE-2009-0028) by creating a child process with CLONE_PARENT and SIGKILL flags, allowing arbitrary signals to be sent to a privileged parent process. It leverages fork() and clone() to trigger the vulnerability, potentially leading to a denial-of-service condition.