mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 15:15:46 +02:00
19 lines
867 B
Markdown
19 lines
867 B
Markdown
### [CVE-2016-2550](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2550)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The Linux kernel before 4.5 allows local users to bypass file-descriptor limits and cause a denial of service (memory consumption) by leveraging incorrect tracking of descriptor ownership and sending each descriptor over a UNIX socket before closing it. NOTE: this vulnerability exists because of an incorrect fix for CVE-2013-4312.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.oracle.com/technetwork/security-advisory/cpujan2018-3236628.html
|
|
- http://www.ubuntu.com/usn/USN-2948-2
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|