PT-2026-52256 · Linux · Linux Kernel

CVE-2026-53160

·

Published

2026-06-25

·

Updated

2026-09-07

CVSS v3.1

7.8

High

VectorAV: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

CVE-2026-53160
ECHO-9985-8562-093B
OPENSUSE-SU-2026:21555-1
SUSE-SU-2026:23066-1
SUSE-SU-2026:23068-1
SUSE-SU-2026:23193-1
SUSE-SU-2026:23194-1
SUSE-SU-2026:23221-1
SUSE-SU-2026:23231-1
SUSE-SU-2026:23237-1
SUSE-SU-2026:23241-1
SUSE-SU-2026:23244-1
SUSE-SU-2026:3130-1
SUSE-SU-2026:3166-1
USN-8726-1
USN-8727-1
USN-8728-1

Affected Products

Linux Kernel