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

18 lines
875 B
Markdown

### [CVE-2006-5174](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5174)
![](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 copy_from_user function in the uaccess code in Linux kernel 2.6 before 2.6.19-rc1, when running on s390, does not properly clear a kernel buffer, which allows local user space programs to read portions of kernel memory by "appending to a file from a bad address," which triggers a fault that prevents the unused memory from being cleared in the kernel buffer.
### POC
#### Reference
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9885
#### Github
No PoCs found on GitHub currently.