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

19 lines
875 B
Markdown

### [CVE-2014-0181](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0181)
![](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 Netlink implementation in the Linux kernel through 3.14.1 does not provide a mechanism for authorizing socket operations based on the opener of a socket, which allows local users to bypass intended access restrictions and modify network configurations by using a Netlink socket for the (1) stdout or (2) stderr of a setuid program.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2023/04/16/3
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/lrh2000/CVE-2023-2002