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

18 lines
742 B
Markdown

### [CVE-2010-4076](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4076)
![](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 rs_ioctl function in drivers/char/amiserial.c in the Linux kernel 2.6.36.1 and earlier does not properly initialize a certain structure member, which allows local users to obtain potentially sensitive information from kernel stack memory via a TIOCGICOUNT ioctl call.
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=648661
#### Github
No PoCs found on GitHub currently.