mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-20 05:23:33 +00:00
875 B
875 B
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
Github
No PoCs found on GitHub currently.