CVE-2021-47007
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
28/02/2024
Last modified:
08/01/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
f2fs: fix panic during f2fs_resize_fs()<br />
<br />
f2fs_resize_fs() hangs in below callstack with testcase:<br />
- mkfs 16GB image & mount image<br />
- dd 8GB fileA<br />
- dd 8GB fileB<br />
- sync<br />
- rm fileA<br />
- sync<br />
- resize filesystem to 8GB<br />
<br />
kernel BUG at segment.c:2484!<br />
Call Trace:<br />
allocate_segment_by_default+0x92/0xf0 [f2fs]<br />
f2fs_allocate_data_block+0x44b/0x7e0 [f2fs]<br />
do_write_page+0x5a/0x110 [f2fs]<br />
f2fs_outplace_write_data+0x55/0x100 [f2fs]<br />
f2fs_do_write_data_page+0x392/0x850 [f2fs]<br />
move_data_page+0x233/0x320 [f2fs]<br />
do_garbage_collect+0x14d9/0x1660 [f2fs]<br />
free_segment_range+0x1f7/0x310 [f2fs]<br />
f2fs_resize_fs+0x118/0x330 [f2fs]<br />
__f2fs_ioctl+0x487/0x3680 [f2fs]<br />
__x64_sys_ioctl+0x8e/0xd0<br />
do_syscall_64+0x33/0x80<br />
entry_SYSCALL_64_after_hwframe+0x44/0xa9<br />
<br />
The root cause is we forgot to check that whether we have enough space<br />
in resized filesystem to store all valid blocks in before-resizing<br />
filesystem, then allocator will run out-of-space during block migration<br />
in free_segment_range().
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:*:*:*:*:*:*:*:* | 5.8 (including) | 5.10.38 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.11.22 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.12 (including) | 5.12.5 (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/1c20a4896409f5ca1c770e1880c33d0a28a8b10f
- https://git.kernel.org/stable/c/3ab0598e6d860ef49d029943ba80f627c15c15d6
- https://git.kernel.org/stable/c/822054e5026c43b1dd60cf387dd999e95ee2ecc2
- https://git.kernel.org/stable/c/860afd680d9cc1dabd61cda3cd246f60aa1eb705
- https://git.kernel.org/stable/c/1c20a4896409f5ca1c770e1880c33d0a28a8b10f
- https://git.kernel.org/stable/c/3ab0598e6d860ef49d029943ba80f627c15c15d6
- https://git.kernel.org/stable/c/822054e5026c43b1dd60cf387dd999e95ee2ecc2
- https://git.kernel.org/stable/c/860afd680d9cc1dabd61cda3cd246f60aa1eb705



