Exploitation Summary
EIP tracks 2 public exploits for CVE-2001-0317. PoCs published by Wojciech Purczynski.
AI-analyzed exploit summary This exploit leverages a race condition in the Linux kernel (up to 2.2.18) between `execve` and `ptrace` to gain elevated privileges. It uses `ptrace` to modify the execution flow of a setuid binary, injecting shellcode to spawn a root shell.
Description
Race condition in ptrace in Linux kernel 2.4 and 2.2 allows local users to gain privileges by using ptrace to track and modify a running setuid process.
Exploits (2)
This exploit leverages a race condition in the Linux kernel (up to 2.2.18) between `execve` and `ptrace` to gain elevated privileges. It uses `ptrace` to modify the execution flow of a setuid binary, injecting shellcode to spawn a root shell.
This exploit leverages a race condition in the Linux kernel (up to 2.2.18) between `execve` and `ptrace` to gain elevated privileges. It attaches to a child process executing a setuid binary, manipulates its registers, and injects shellcode to spawn a root shell.