Use-after-free in Linux kernel - CVE-2026-53401
Published: July 21, 2026
Vulnerability details
The vulnerability allows a local user to access freed physical memory.
The vulnerability exists due to a use-after-free in omapfb_mmap when racing a memory mapping request with OMAPFB_SETUP_PLANE and OMAPFB_SETUP_MEM operations. A local user can trigger concurrent framebuffer operations to access freed physical memory.
The issue is caused by inconsistent use of region data and map_count tracking across concurrent execution paths.