Files
CVEs-PoC/2004/CVE-2004-1070.md
T
2024-06-18 02:51:15 +02:00

19 lines
882 B
Markdown

### [CVE-2004-1070](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1070)
![](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 load_elf_binary function in the binfmt_elf loader (binfmt_elf.c) in Linux kernel 2.4.x up to 2.4.27, and 2.6.x up to 2.6.8, does not properly check return values from calls to the kernel_read function, which may allow local users to modify sensitive memory in a setuid program and execute arbitrary code.
### POC
#### Reference
- http://www.isec.pl/vulnerabilities/isec-0017-binfmt_elf.txt
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9450
#### Github
No PoCs found on GitHub currently.