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

20 lines
855 B
Markdown

### [CVE-2016-2847](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2847)
![](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/pipe.c in the Linux kernel before 4.5 does not limit the amount of unread data in pipes, which allows local users to cause a denial of service (memory consumption) by creating many pipes with non-default sizes.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjul2016-3090544.html
- http://www.oracle.com/technetwork/topics/security/ovmbulletinoct2016-3090547.html
- http://www.ubuntu.com/usn/USN-2948-2
#### Github
No PoCs found on GitHub currently.