CVE-2024-53221 Information
Description
In the Linux kernel the following vulnerability has been resolved:
f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
There’s issue as follows when concurrently installing the f2fs.ko
module and mounting the f2fs file system:
KASAN: null-ptr-deref in range [0x0000000000000020-0x0000000000000027]
RIP: 0010:__bio_alloc+0x2fb/0x6c0 [f2fs]
Call Trace:
Above issue happens as the biset of the f2fs file system is not initialized before register 2fs_fs_type. To address above issue just register 2fs_fs_type\ at the last in init_f2fs_fs(). Ensure that all f2fs file system resources are initialized.
Reference
https://git.kernel.org/stable/c/32f5e291b7677495f98246eec573767430321c08 https://git.kernel.org/stable/c/9e11b1d5fda972f6be60ab732976a7c8e064cd56 https://git.kernel.org/stable/c/b7d0a97b28083084ebdd8e5c6bccd12e6ec18faa
Share on: