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

20 lines
732 B
Markdown

### [CVE-2018-10876](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10876)
![](https://img.shields.io/static/v1?label=Product&message=kernel&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=CWE-416&color=brighgreen)
### Description
A flaw was found in Linux kernel in the ext4 filesystem code. A use-after-free is possible in ext4_ext_remove_space() function when mounting and operating a crafted ext4 image.
### POC
#### Reference
- https://bugzilla.kernel.org/show_bug.cgi?id=199403
- https://usn.ubuntu.com/3753-1/
- https://usn.ubuntu.com/3753-2/
#### Github
- https://github.com/rm511130/BBL