mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 23:31:36 +02:00
18 lines
875 B
Markdown
18 lines
875 B
Markdown
### [CVE-2006-5174](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5174)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|