Exploitation Summary
EIP tracks 1 public exploit for CVE-2010-3301. PoCs published by ben hawkes.
AI-analyzed exploit summary This exploit leverages a vulnerability in the x86_64 Linux kernel's ia32syscall emulation to achieve local privilege escalation by manipulating system call parameters via ptrace and mapping a shellcode payload into kernel memory.
Description
The IA32 system call emulation functionality in arch/x86/ia32/ia32entry.S in the Linux kernel before 2.6.36-rc4-git2 on the x86_64 platform does not zero extend the %eax register after the 32-bit entry path to ptrace is used, which allows local users to gain privileges by triggering an out-of-bounds access to the system call table using the %rax register. NOTE: this vulnerability exists because of a CVE-2007-4573 regression.
Exploits (1)
This exploit leverages a vulnerability in the x86_64 Linux kernel's ia32syscall emulation to achieve local privilege escalation by manipulating system call parameters via ptrace and mapping a shellcode payload into kernel memory.