PT-2026-51958 · Linux+2 · Linux Kernel+2
CVE-2026-53064
·
Published
2026-06-24
·
Updated
2026-09-07
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel version 6.19.0-rc7
Description
In passthrough mode, a null pointer dereference occurs when dm-cache attempts to invalidate a cache entry while a concurrent write to the same cached block causes the bio prison cell lock to fail. In this scenario, the variable
mg->cell remains NULL. The invalidate complete() function then attempts to unlock and free the cell unconditionally, leading to a system crash. This issue is triggered during concurrent write operations to the first cached block when the cache is in passthrough mode.Recommendations
Update the Linux kernel to a version where the
invalidate complete() function is modified to verify if mg->cell is valid before attempting to unlock it.Exploit
Fix
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu