cbcvebase.
CVE-2023-52622
published 2024-03-26

CVE-2023-52622: In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4…

PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.24%
15.6th percentile
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbg_size, mkfs.ext4 -F -G 67108864 $dev -b 4096 100M mount $dev $dir resize2fs $dev 16G the following WARN_ON is triggered: WARNING: CPU: 0 PID: 427 at mm/page_alloc.c:4402 __alloc_pages+0x411/0x550 Modules linked in: sg(E) CPU: 0 PID: 427 Comm: resize2fs Tainted: G E 6.6.0-rc5+ #314 RIP: 0010:__alloc_pages+0x411/0x550 Call Trace: __kmalloc_large_node+0xa2/0x200 __kmalloc+0x16e/0x290 ext4_resize_fs+0x481/0xd80 __ext4_ioctl+0x1616/0x1d90 ext4_ioctl+0x12/0x20 __x64_sys_ioctl+0xf0/0x150 do_syscall_64+0x3b/0x90 This is because flexbg_size is too large and the size of the new_group_data array to be allocated exceeds MAX_ORDER. Currently, the minimum value of MAX_ORDER is 8, the minimum value of PAGE_SIZE is 4096, the corresponding maximum number of groups that can be allocated is: (PAGE_SIZE << MAX_ORDER) / sizeof(struct ext4_new_group_data) ≈ 21845 And the value that is down-aligned to the power of 2 is 16384. Therefore, this value is defined as MAX_RESIZE_BG, and the number of groups added each time does not exceed this value during resizing, and is added multiple times to complete the online resizing. The difference is that the metadata in a flex_bg may be more dispersed.

Affected

24 ranges
VendorProductVersion rangeFixed in
debiandebian_linux
debianlinux< linux 6.1.82-1 (bookworm)linux 6.1.82-1 (bookworm)
linuxlinux
linuxlinux>= 28c7bac0091687e6116ebd6c179e154ae4053c90 < cd1f93ca97a9136989f3bd2bf90696732a2ed644cd1f93ca97a9136989f3bd2bf90696732a2ed644
linuxlinux>= 28c7bac0091687e6116ebd6c179e154ae4053c90 < b183fe8702e78bba3dcef8e7193cab6898abee07b183fe8702e78bba3dcef8e7193cab6898abee07
linuxlinux>= 28c7bac0091687e6116ebd6c179e154ae4053c90 < cfbbb3199e71b63fc26cee0ebff327c47128a1e8cfbbb3199e71b63fc26cee0ebff327c47128a1e8
linuxlinux>= 28c7bac0091687e6116ebd6c179e154ae4053c90 < d76c8d7ffe163c6bf2f1ef680b0539c2b3902b90d76c8d7ffe163c6bf2f1ef680b0539c2b3902b90
linuxlinux>= 28c7bac0091687e6116ebd6c179e154ae4053c90 < 6d2cbf517dcabc093159cf138ad5712c9c7fa9546d2cbf517dcabc093159cf138ad5712c9c7fa954
linuxlinux>= 28c7bac0091687e6116ebd6c179e154ae4053c90 < 8b1413dbfe49646eda2c00c0f1144ee9d3368e0c8b1413dbfe49646eda2c00c0f1144ee9d3368e0c
linuxlinux>= 28c7bac0091687e6116ebd6c179e154ae4053c90 < dc3e0f55bec4410f3d74352c4a7c79f518088ee2dc3e0f55bec4410f3d74352c4a7c79f518088ee2
linuxlinux>= 28c7bac0091687e6116ebd6c179e154ae4053c90 < 5d1935ac02ca5aee364a449a35e2977ea84509b05d1935ac02ca5aee364a449a35e2977ea84509b0
linuxlinux_kernel< 4.19.3074.19.307
linuxlinux_kernel>= 0 < 5.10.216-15.10.216-1
linuxlinux_kernel>= 0 < 6.1.82-16.1.82-1
linuxlinux_kernel>= 0 < 6.7.7-16.7.7-1
linuxlinux_kernel>= 0 < 6.7.7-16.7.7-1
linuxlinux_kernel>= 0 < 5.4.0-181.2015.4.0-181.201
linuxlinux_kernel>= 0 < 5.15.0-106.1165.15.0-106.116
linuxlinux_kernel>= 4.20 < 5.4.2695.4.269
linuxlinux_kernel>= 5.11 < 5.15.1495.15.149
linuxlinux_kernel>= 5.16 < 6.1.776.1.77
linuxlinux_kernel>= 5.5 < 5.10.2105.10.210
linuxlinux_kernel>= 6.2 < 6.6.166.6.16
linuxlinux_kernel>= 6.7 < 6.7.46.7.4

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv7.5HIGH
vendor_ubuntu6.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.