Sunday, July 16. 2006
Linux Kernel PROC Filesystem Local Privilege Escalation Vulnerability
/*
Requirements:
Kernel version <= 2.6.17.4
/proc must be mounted suid. On my Fedora Core 6-test1 (x86_64) it is not mounted suid.
public PoC requires kernel configuration option CONFIG_BINFMT_AOUT, vulnerability can be exploited without this option, although
This exploit appears to take advantage of a race-condition within the Linux kernel.
This comes just days after the prctl(2) vulnerability.
*/
|