mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 00:14:09 +02:00
19 lines
839 B
Markdown
19 lines
839 B
Markdown
### [CVE-2009-0748](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0748)
|
|

|
|

|
|

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