Bug 12371
Summary: | oops in ext4_get_group_desc | ||
---|---|---|---|
Product: | File System | Reporter: | David Maciejak (dmaciejak) |
Component: | ext4 | Assignee: | fs_ext4 (fs_ext4) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | dmaciejak |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | kern.org extract |
Description
David Maciejak
2009-01-06 03:24:31 UTC
Created attachment 19674 [details]
kern.org extract
PoC file too big to be uploaded, can be find here: http://rapidshare.com/files/180329757/ext4.72.img.gz.html Regards, David Maciejak Fortinet's FortiGuard Global Security Research Team Thanks for reporting this. A patch is already in the ext4 patch queue which prevents this problem, and it will be pushed to Linus shortly: ext4: Add sanity checks for the superblock before mounting the filesystem With this patch applied, the mount will be refused and the kernel messages will show: EXT4-fs: groups count too large: 0 (block count 56857945295556608, first data block 55808, blocks per group 16384) thanks for the info, the patch also works for me Closed, merged into mainine. |