PT-2026-52023 · Linux+2 · Linux Kernel+2
CVE-2026-53129
·
Published
2026-06-24
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the
fs/mbcache component. The mb cache destroy() function calls shrinker free() and frees cache entries and the cache itself without first canceling the pending c shrink work work item. If mb cache entry create() schedules c shrink work via schedule work() and the item remains pending or running during the execution of mb cache destroy(), the mb cache shrink worker() function will access the cache after its memory has been released. This condition is reachable by a privileged user with root or CAP SYS ADMIN permissions who can trigger the last put of a mounted ext2, ext4, or ocfs2 filesystem.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
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