Use-after-free in Linux kernel - CVE-2026-53185

 

Use-after-free in Linux kernel - CVE-2026-53185

Published: June 26, 2026


Vulnerability identifier: #VU135610
CSH Severity: Low
CVSS v4: 6.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-53185
CWE-ID: CWE-416
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to use-after-free in zram_bvec_write_partial() when processing partial writes for ZRAM_WB slots. A local user can trigger an asynchronous backing device read and subsequent access to a freed page to cause a denial of service.

The issue occurs because the read operation may still be in flight when the buffer page is freed.


Affected software

Linux kernel
Anolis OS
bpftool
kernel
kernel-debug
kernel-debug-devel
kernel-devel
kernel-headers
kernel-tools
kernel-tools-libs
kernel-tools-libs-devel
perf
python3-perf

How to mitigate CVE-2026-53185

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3
bpftool - update to 6.6.102-7
kernel - update to 6.6.102-7
kernel-debug - update to 6.6.102-7
kernel-debug-devel - update to 6.6.102-7
kernel-devel - update to 6.6.102-7
kernel-headers - update to 6.6.102-7
kernel-tools - update to 6.6.102-7
kernel-tools-libs - update to 6.6.102-7
kernel-tools-libs-devel - update to 6.6.102-7
perf - update to 6.6.102-7
python3-perf - update to 6.6.102-7

External References

Related Security Bulletins