cve/2012/CVE-2012-3430.md

19 lines
793 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2012-3430](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3430)
![](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 rds_recvmsg function in net/rds/recv.c in the Linux kernel before 3.0.44 does not initialize a certain structure member, which allows local users to obtain potentially sensitive information from kernel stack memory via a (1) recvfrom or (2) recvmsg system call on an RDS socket.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-1568-1
- http://www.ubuntu.com/usn/USN-1577-1
#### Github
No PoCs found on GitHub currently.