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

20 lines
987 B
Markdown

### [CVE-2014-7822](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7822)
![](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 implementation of certain splice_write file operations in the Linux kernel before 3.16 does not enforce a restriction on the maximum size of a single file, which allows local users to cause a denial of service (system crash) or possibly have unspecified other impact via a crafted splice system call, as demonstrated by use of a file descriptor associated with an ext4 filesystem.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html
- http://www.ubuntu.com/usn/USN-2543-1
- https://www.exploit-db.com/exploits/36743/
#### Github
No PoCs found on GitHub currently.