mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-30 13:10:57 +02:00
19 lines
868 B
Markdown
19 lines
868 B
Markdown
### [CVE-2012-2127](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2127)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|