CVE-2022-49879 Information
Description
In the Linux kernel the following vulnerability has been resolved:
ext4: fix BUG_ON() when directory entry has invalid rec_len
The rec_len field in the directory entry has to be a multiple of 4. A corrupted filesystem image can be used to hit a BUG() in ext4_rec_len_to_disk() called from make_indexed_dir().
————[ cut here ]————
kernel BUG at fs/ext4/ext4.h:2413!
…
RIP: 0010:make_indexed_dir+0x53f/0x5f0
…
Call Trace:
The fix simply adds a call to ext4_check_dir_entry() to validate the directory entry returning -EFSCORRUPTED if the entry is invalid.
Reference
https://git.kernel.org/stable/c/156451a67b93986fb07c274ef6995ff40766c5ad https://git.kernel.org/stable/c/17a0bc9bd697f75cfdf9b378d5eb2d7409c91340 https://git.kernel.org/stable/c/2fa24d0274fbf913b56ee31f15bc01168669d909 https://git.kernel.org/stable/c/999cff2b6ce3b45c08abf793bf55534777421327 https://git.kernel.org/stable/c/ce1ee2c8827fb6493e91acbd50f664cf2a972c3d
Share on: