cve/2004/CVE-2004-1073.md

18 lines
703 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2004-1073](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1073)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.
### POC
#### Reference
- http://www.isec.pl/vulnerabilities/isec-0017-binfmt_elf.txt
#### Github
No PoCs found on GitHub currently.