Files
CVEs-PoC/2014/CVE-2014-6410.md
T
2024-06-10 18:01:06 +00:00

18 lines
741 B
Markdown

### [CVE-2014-6410](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6410)
![](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 __udf_read_inode function in fs/udf/inode.c in the Linux kernel through 3.16.3 does not restrict the amount of ICB indirection, which allows physically proximate attackers to cause a denial of service (infinite loop or stack consumption) via a UDF filesystem with a crafted inode.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-2376-1
#### Github
No PoCs found on GitHub currently.