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

19 lines
839 B
Markdown

### [CVE-2009-0748](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0748)
![](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 ext4_fill_super function in fs/ext4/super.c in the Linux kernel 2.6.27 before 2.6.27.19 and 2.6.28 before 2.6.28.7 does not validate the superblock configuration, which allows local users to cause a denial of service (NULL pointer dereference and OOPS) by attempting to mount a crafted ext4 filesystem.
### POC
#### Reference
- http://bugzilla.kernel.org/show_bug.cgi?id=12371
- http://www.vmware.com/security/advisories/VMSA-2009-0016.html
#### Github
No PoCs found on GitHub currently.