CVE-2022-50057 Information
Description
In the Linux kernel the following vulnerability has been resolved:
fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr
If ntfs_fill_super() wasn’t called then sbi->sb will be equal to NULL. Code should check this ptr before dereferencing. Syzbot hit this issue via passing wrong mount param as can be seen from log below
Fail log:
ntfs3: Unknown parameter ‘iochvrset’
general protection fault probably for non-canonical address 0xdffffc0000000003: 0000 [1] PREEMPT SMP KASAN
KASAN: null-ptr-deref in range [0x0000000000000018-0x000000000000001f]
CPU: 1 PID: 3589 Comm: syz-executor210 Not tainted 5.18.0-rc3-syzkaller-00016-gb253435746d9 0
…
Call Trace:
Reference
https://git.kernel.org/stable/c/321460ca3b55f48b3ba6008248264ab2bd6407d9 https://git.kernel.org/stable/c/8e8e1a84dac7a3d2b432162a70d7fb6a75960772 https://git.kernel.org/stable/c/bf6089dc01ba3194ab962105d7b85690843c256f
Related CNNVD
CNNVD-202506-2343 (Published: 2025-06-18)
Share on: