PT-2026-61235 · Linux+1 · Linux Kernel+1
CVE-2026-63918
·
Published
2026-05-26
·
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 race condition exists in the
l2tp session get by ifname() function. A reader matching session->ifname can be preempted between the strcmp() and refcount inc() operations. If the last reference to the session is dropped on another CPU during this window, refcount inc() operates on a counter that has already reached zero. This leads to a slab-use-after-free, where the system attempts to access session memory after it has been freed by the kfree rcu() callback. This issue is particularly relevant on PREEMPT RT kernels where local bh disable() is a per-CPU sleeping lock.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu