mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-24 07:34:01 +02:00
20 lines
860 B
Markdown
20 lines
860 B
Markdown
### [CVE-2015-8785](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8785)
|
|

|
|

|
|

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