Use-after-free in Linux kernel - CVE-2026-53129
Published: June 25, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local privileged user to cause a denial of service.
The vulnerability exists due to use-after-free in mb_cache_destroy() and mb_cache_shrink_worker() when destroying an mbcache instance while scheduled shrink work is pending or running. A local privileged user can trigger the last put of a mounted ext2, ext4, or ocfs2 filesystem to cause a denial of service.
The issue is only reachable when the attacker can trigger teardown of the cache for a mounted filesystem.