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

20 lines
860 B
Markdown

### [CVE-2018-14610](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14610)
![](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
An issue was discovered in the Linux kernel through 4.17.10. There is out-of-bounds access in write_extent_buffer() when mounting and operating a crafted btrfs image, because of a lack of verification that each block group has a corresponding chunk at mount time, within btrfs_read_block_groups in fs/btrfs/extent-tree.c.
### POC
#### Reference
- https://bugzilla.kernel.org/show_bug.cgi?id=199837
- https://usn.ubuntu.com/3932-1/
- https://usn.ubuntu.com/4118-1/
#### Github
No PoCs found on GitHub currently.