| Summary | In the Linux kernel, the following vulnerability has been resolved: ext4: fix e4b bitmap inconsistency reports A bitmap inconsistency issue was observed during stress tests under ext4_mb_complex_scan_group:2508: group 350, 8179 free clusters as Analysis and experimentation confirmed that the issue is caused by a folio_lock ext4_mb_load_buddy The root cause of this issue is that the fast path of load_buddy only Additionally, this change addresses the following issues: When the DOUBLE_CHECK macro is enabled to inspect bitmap-related corruption in group 324 at byte 784(6272): f in copy != ff on Analysis reveals that this is a false positive. There is a specific race ext4_mb_load_buddy ext4_mb_load_buddy The original logic assumed that since mb_cmp_bitmaps is called when the |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:11 a.m. |
| Last Update | May 30, 2026, 8:17 p.m. |
| CVSS3.1 : HIGH | |
| スコア | 7.8 |
|---|---|
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 低 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更なし |
| 機密性への影響(C) | 高 |
| 完全性への影響(I) | 高 |
| 可用性への影響(A) | 高 |