PT-2026-52256 · Linux · Linux Kernel
CVE-2026-53160
·
Published
2026-06-25
·
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 race condition exists in the
fastrpc map create function. The fastrpc map lookup() function returns a raw pointer after releasing the fl->lock. Subsequently, fastrpc map create calls fastrpc map get() (which utilizes kref get unless zero) on this unprotected pointer. If a concurrent MEM UNMAP operation occurs, the map can be freed between the lock release and the kref operation, leading to a use-after-free on the freed slab object. A slab object is a chunk of memory allocated from a cache for a specific type of object.Recommendations
Restore the
take ref parameter to the fastrpc map lookup() function to ensure the reference is acquired atomically under fl->lock before the pointer is exposed to the caller.Exploit
Fix
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel