cve/2005/CVE-2005-3276.md

19 lines
790 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2005-3276](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3276)
![](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 sys_get_thread_area function in process.c in Linux 2.6 before 2.6.12.4 and 2.6.13 does not clear a data structure before copying it to userspace, which might allow a user process to obtain sensitive information.
### POC
#### Reference
- http://www.securityfocus.com/archive/1/428028/100/0/threaded
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9748
#### Github
No PoCs found on GitHub currently.