Use-after-free in Linux kernel - CVE-2026-53262
Published: June 26, 2026
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
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
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