Exploitation Summary
EIP tracks 1 public exploit for CVE-2004-1073. PoCs published by Paul Starzetz.
AI-analyzed exploit summary This exploit leverages a vulnerability in the Linux kernel's binfmt_elf module (CVE-2004-1073) to dump memory contents by crafting a malicious ELF executable. The PoC uses inline assembly to manipulate memory protections and trigger a core dump, exposing sensitive data.
Description
The open_exec function in the execve functionality (exec.c) in Linux kernel 2.4.x up to 2.4.27, and 2.6.x up to 2.6.8, allows local users to read non-readable ELF binaries by using the interpreter (PT_INTERP) functionality.
Exploits (1)
This exploit leverages a vulnerability in the Linux kernel's binfmt_elf module (CVE-2004-1073) to dump memory contents by crafting a malicious ELF executable. The PoC uses inline assembly to manipulate memory protections and trigger a core dump, exposing sensitive data.