ID:9918 - Exploit for Improper Privilege Management in Linux kernel - CVE-2010-3301
Published: June 5, 2024
Linux kernel
Link to public exploit:
Vulnerability description
The vulnerability allows a local user to escalate privileges.
The vulnerability exists due to the IA32 system call emulation functionality in arch/x86/ia32/ia32entry.S on the x86_64 platform does not zero extend the %eax register after the 32-bit entry path to ptrace is used. A local user can use the %rax register to escalate privileges on the system.
Note, the vulnerability exists due to a CVE-2007-4573 regression.