Files
CVEs-PoC/2012/CVE-2012-3520.md
T
2025-09-29 21:09:30 +02:00

20 lines
927 B
Markdown

### [CVE-2012-3520](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3520)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The Netlink implementation in the Linux kernel before 3.2.30 does not properly handle messages that lack SCM_CREDENTIALS data, which might allow local users to spoof Netlink communication via a crafted message, as demonstrated by a message to (1) Avahi or (2) NetworkManager.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjan2016-2867209.html
- https://bugzilla.redhat.com/show_bug.cgi?id=850449
- https://github.com/torvalds/linux/commit/e0e3cea46d31d23dc40df0a49a7a2c04fe8edfea
#### Github
No PoCs found on GitHub currently.