First published: Wed Apr 03 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() Determine if the group block bitmap is corrupted before using ac_b_ex in ext4_mb_try_best_found() to avoid allocating blocks from a group with a corrupted block bitmap in the following concurrency and making the situation worse. ext4_mb_regular_allocator ext4_lock_group(sb, group) ext4_mb_good_group // check if the group bbitmap is corrupted ext4_mb_complex_scan_group // Scan group gets ac_b_ex but doesn't use it ext4_unlock_group(sb, group) ext4_mark_group_bitmap_corrupted(group) // The block bitmap was corrupted during // the group unlock gap. ext4_mb_try_best_found ext4_lock_group(ac->ac_sb, group) ext4_mb_use_best_found mb_mark_used // Allocating blocks in block bitmap corrupted group
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.308 | 4.19.308 |
redhat/kernel | <5.4.270 | 5.4.270 |
redhat/kernel | <5.10.211 | 5.10.211 |
redhat/kernel | <5.15.150 | 5.15.150 |
redhat/kernel | <6.1.80 | 6.1.80 |
redhat/kernel | <6.6.19 | 6.6.19 |
redhat/kernel | <6.7.7 | 6.7.7 |
redhat/kernel | <6.8 | 6.8 |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.17-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26773 has been classified as having a moderate severity level.
To fix CVE-2024-26773, you should update the kernel to the latest patched version as specified by your distribution.
CVE-2024-26773 affects multiple Linux kernel versions prior to 4.19.308, 5.4.270, 5.10.211, 5.15.150, 6.1.80, and newer versions specified by vendors.
As of now, there are no publicly available exploits specifically targeting CVE-2024-26773.
Systems running versions of the Linux kernel prior to the remediation updates are vulnerable to CVE-2024-26773.