CVE-2024-47690
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/10/2024
Last modified:
03/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
f2fs: get rid of online repaire on corrupted directory<br />
<br />
syzbot reports a f2fs bug as below:<br />
<br />
kernel BUG at fs/f2fs/inode.c:896!<br />
RIP: 0010:f2fs_evict_inode+0x1598/0x15c0 fs/f2fs/inode.c:896<br />
Call Trace:<br />
evict+0x532/0x950 fs/inode.c:704<br />
dispose_list fs/inode.c:747 [inline]<br />
evict_inodes+0x5f9/0x690 fs/inode.c:797<br />
generic_shutdown_super+0x9d/0x2d0 fs/super.c:627<br />
kill_block_super+0x44/0x90 fs/super.c:1696<br />
kill_f2fs_super+0x344/0x690 fs/f2fs/super.c:4898<br />
deactivate_locked_super+0xc4/0x130 fs/super.c:473<br />
cleanup_mnt+0x41f/0x4b0 fs/namespace.c:1373<br />
task_work_run+0x24f/0x310 kernel/task_work.c:228<br />
ptrace_notify+0x2d2/0x380 kernel/signal.c:2402<br />
ptrace_report_syscall include/linux/ptrace.h:415 [inline]<br />
ptrace_report_syscall_exit include/linux/ptrace.h:477 [inline]<br />
syscall_exit_work+0xc6/0x190 kernel/entry/common.c:173<br />
syscall_exit_to_user_mode_prepare kernel/entry/common.c:200 [inline]<br />
__syscall_exit_to_user_mode_work kernel/entry/common.c:205 [inline]<br />
syscall_exit_to_user_mode+0x279/0x370 kernel/entry/common.c:218<br />
do_syscall_64+0x100/0x230 arch/x86/entry/common.c:89<br />
entry_SYSCALL_64_after_hwframe+0x77/0x7f<br />
RIP: 0010:f2fs_evict_inode+0x1598/0x15c0 fs/f2fs/inode.c:896<br />
<br />
Online repaire on corrupted directory in f2fs_lookup() can generate<br />
dirty data/meta while racing w/ readonly remount, it may leave dirty<br />
inode after filesystem becomes readonly, however, checkpoint() will<br />
skips flushing dirty inode in a state of readonly mode, result in<br />
above panic.<br />
<br />
Let&#39;s get rid of online repaire in f2fs_lookup(), and leave the work<br />
to fsck.f2fs.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.1 (including) | 5.15.168 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.113 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.54 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.10.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.11.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/884ee6dc85b959bc152f15bca80c30f06069e6c4
- https://git.kernel.org/stable/c/8be95cd607478d85fa4626e86f811e785905bcbf
- https://git.kernel.org/stable/c/bcefd0b0611f35b560d0a7281d87529fbe7a1e32
- https://git.kernel.org/stable/c/e8d64f598eeb079c42a52deaa3a91312c736a49d
- https://git.kernel.org/stable/c/f4746f2d79507f65cfbde11d3c39ee8338aa50af
- https://git.kernel.org/stable/c/f9ce2f550d53d044ecfb5ce996406cf42cd6b84d
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html



