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

18 lines
786 B
Markdown

### [CVE-2009-2847](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2847)
![](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 do_sigaltstack function in kernel/signal.c in Linux kernel 2.4 through 2.4.37 and 2.6 before 2.6.31-rc5, when running on 64-bit systems, does not clear certain padding bytes from a structure, which allows local users to obtain sensitive information from the kernel stack via the sigaltstack function.
### POC
#### Reference
- http://www.vmware.com/security/advisories/VMSA-2009-0016.html
#### Github
No PoCs found on GitHub currently.