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

 

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

Published: June 26, 2026


Vulnerability identifier: #VU135484
CSH Severity: Low
CVSS v4: 7.3 [CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-53262
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 or execute arbitrary code.

The vulnerability exists due to use-after-free in pppol2tp_ioctl() when processing ioctl requests while a concurrent socket close frees the associated l2tp_session after a controllable sleep during copy_from_user(). A local user can trigger a userfaultfd-assisted page fault sleep and race a socket close to dereference a stale session pointer to cause a denial of service or execute arbitrary code.

Exploitation requires local access to issue the ioctl and induce the race condition.


Affected software

Linux kernel
openEuler
kernel
bpftool
bpftool-debuginfo
kernel-debuginfo
kernel-debugsource
kernel-devel
kernel-headers
kernel-source
kernel-tools
kernel-tools-debuginfo
kernel-tools-devel
perf
perf-debuginfo
python3-perf
python3-perf-debuginfo

How to mitigate CVE-2026-53262

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3
kernel - update to 5.10.0-327.0.0.228
bpftool - update to 5.10.0-327.0.0.228
bpftool-debuginfo - update to 5.10.0-327.0.0.228
kernel-debuginfo - update to 5.10.0-327.0.0.228
kernel-debugsource - update to 5.10.0-327.0.0.228
kernel-devel - update to 5.10.0-327.0.0.228
kernel-headers - update to 5.10.0-327.0.0.228
kernel-source - update to 5.10.0-327.0.0.228
kernel-tools - update to 5.10.0-327.0.0.228
kernel-tools-debuginfo - update to 5.10.0-327.0.0.228
kernel-tools-devel - update to 5.10.0-327.0.0.228
perf - update to 5.10.0-327.0.0.228
perf-debuginfo - update to 5.10.0-327.0.0.228
python3-perf - update to 5.10.0-327.0.0.228
python3-perf-debuginfo - update to 5.10.0-327.0.0.228

External References

Related Security Bulletins