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

20 lines
860 B
Markdown

### [CVE-2015-8785](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8785)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The fuse_fill_write_pages function in fs/fuse/file.c in the Linux kernel before 4.4 allows local users to cause a denial of service (infinite loop) via a writev system call that triggers a zero length for the first segment of an iov.
### 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-2886-1
#### Github
No PoCs found on GitHub currently.