CVE-2009-1337
Linux Kernel < 2.6.29 - Local Privilege Escalation via exit_signal Field Manipulation
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-1337. PoCs published by gat3way.
AI-analyzed exploit summary This exploit leverages a Linux kernel vulnerability (CVE-2009-1337) in exit_notify() to send arbitrary signals to a privileged parent process, bypassing privilege checks. It uses chfn and gpasswd to escalate privileges and requires suid_dumpable to be set to 1 or 2.
Description
The exit_notify function in kernel/exit.c in the Linux kernel before 2.6.30-rc1 does not restrict exit signals when the CAP_KILL capability is held, which allows local users to send an arbitrary signal to a process by running a program that modifies the exit_signal field and then uses an exec system call to launch a setuid application.
Exploits (1)
This exploit leverages a Linux kernel vulnerability (CVE-2009-1337) in exit_notify() to send arbitrary signals to a privileged parent process, bypassing privilege checks. It uses chfn and gpasswd to escalate privileges and requires suid_dumpable to be set to 1 or 2.