cve/2012/CVE-2012-2127.md

19 lines
868 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2012-2127](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2127)
![](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
fs/proc/root.c in the procfs implementation in the Linux kernel before 3.2 does not properly interact with CLONE_NEWPID clone system calls, which allows remote attackers to cause a denial of service (reference leak and memory consumption) by making many connections to a daemon that uses PID namespaces to isolate clients, as demonstrated by vsftpd.
### POC
#### Reference
- http://www.kernel.org/pub/linux/kernel/v3.x/
- http://www.ubuntu.com/usn/USN-1594-1
#### Github
No PoCs found on GitHub currently.