PT-2026-37503 · Linux · Linux Kernel
Published
2026-05-06
·
Updated
2026-05-28
·
CVE-2026-43163
CVSS v3.1
4.7
Medium
| Vector | AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free race condition exists between the
bitmap daemon work() and bitmap resize() functions. The daemon iterates over bitmap->storage.filemap without proper locking, while the resize process frees that storage using md bitmap file unmap(). Because quiesce() fails to stop the md thread, concurrent access to freed pages can occur, leading to a General Protection Fault (GPF)—a type of error occurring when the processor detects a memory access violation—within the write page() function during an array resize.Recommendations
Apply the update that ensures
mddev->bitmap info.mutex is held during the bitmap update.Fix
Race Condition
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel