PT-2026-52281 · Linux+1 · Linux Kernel+1
CVE-2026-53185
·
Published
2026-06-03
·
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
zram bvec write partial() function. The zram read page() function determines whether to use a synchronous or asynchronous backing device read path based on whether the parent bio is NULL. Because zram bvec write partial() passes its parent bio, reads for ZRAM WB slots are dispatched asynchronously. This causes zram read page() to return 0 while the bio is still in flight, leading the caller to execute memcpy from bvec(), zram write page(), and free page() on the buffer. Consequently, the asynchronous read writes into a page that has already been freed.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 👾
Related Identifiers
Affected Products
Linux Kernel
Rocky Linux