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

20 lines
911 B
Markdown

### [CVE-2009-1192](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1192)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The (1) agp_generic_alloc_page and (2) agp_generic_alloc_pages functions in drivers/char/agp/generic.c in the agp subsystem in the Linux kernel before 2.6.30-rc3 do not zero out pages that may later be available to a user-space process, which allows local users to obtain sensitive information by reading these pages.
### POC
#### Reference
- http://www.redhat.com/support/errata/RHSA-2009-1081.html
- http://www.ubuntu.com/usn/usn-793-1
- http://www.vmware.com/security/advisories/VMSA-2009-0016.html
#### Github
No PoCs found on GitHub currently.