In the Linux kernel, the following vulnerability has been resolved: l2tp: use list_del_rcu in l2tp_session_unhash An unprivileged local user can pin… (CVE-2026-64119)
A vulnerability in the Linux kernel's L2TP subsystem allows an unprivileged local user with CAP_NET_ADMIN in a network namespace to indefinitely pin a host CPU. This occurs due to improper list removal in l2tp_session_unhash(), causing a CPU hang during list traversal under RCU read lock. The issue is fixed by replacing list_del_init() with list_del_rcu() to ensure safe concurrent list access without stalling RCU grace periods.
AI Analysis
Technical Summary
The Linux kernel L2TP subsystem had a concurrency bug where l2tp_session_unhash() used list_del_init() to remove a session from tunnel->session_list, which is concurrently traversed under RCU read lock by l2tp_session_get_by_ifname(). The list_del_init() leaves the deleted entry's next/prev pointers self-pointing, causing the list traversal to loop indefinitely inside strcmp() with bottom halves and preemption disabled. This stalls RCU grace periods and wedges the CPU. The vulnerability can be triggered by an unprivileged local user with CAP_NET_ADMIN in a network namespace by issuing specific L2TP commands concurrently on the same tunnel. The fix replaces list_del_init() with list_del_rcu(), matching the existing list_add_rcu() usage and allowing safe concurrent traversal until the session is freed with kfree_rcu().
Potential Impact
An unprivileged local user with CAP_NET_ADMIN in a network namespace can cause a host CPU to become indefinitely pinned (wedged), leading to denial of service on the affected system. The wedged thread cannot be killed immediately, and RCU grace periods stall, potentially impacting system responsiveness and stability.
Mitigation Recommendations
A fix is available that replaces list_del_init() with list_del_rcu() in l2tp_session_unhash() to prevent the CPU hang. Users should apply the official Linux kernel patch that addresses this issue. Since this is a kernel-level vulnerability, updating to a patched kernel version is the recommended remediation. Patch status is not explicitly confirmed in the provided data; check the vendor or Linux kernel advisory for the current patch availability and guidance.
In the Linux kernel, the following vulnerability has been resolved: l2tp: use list_del_rcu in l2tp_session_unhash An unprivileged local user can pin… (CVE-2026-64119)
Description
A vulnerability in the Linux kernel's L2TP subsystem allows an unprivileged local user with CAP_NET_ADMIN in a network namespace to indefinitely pin a host CPU. This occurs due to improper list removal in l2tp_session_unhash(), causing a CPU hang during list traversal under RCU read lock. The issue is fixed by replacing list_del_init() with list_del_rcu() to ensure safe concurrent list access without stalling RCU grace periods.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel L2TP subsystem had a concurrency bug where l2tp_session_unhash() used list_del_init() to remove a session from tunnel->session_list, which is concurrently traversed under RCU read lock by l2tp_session_get_by_ifname(). The list_del_init() leaves the deleted entry's next/prev pointers self-pointing, causing the list traversal to loop indefinitely inside strcmp() with bottom halves and preemption disabled. This stalls RCU grace periods and wedges the CPU. The vulnerability can be triggered by an unprivileged local user with CAP_NET_ADMIN in a network namespace by issuing specific L2TP commands concurrently on the same tunnel. The fix replaces list_del_init() with list_del_rcu(), matching the existing list_add_rcu() usage and allowing safe concurrent traversal until the session is freed with kfree_rcu().
Potential Impact
An unprivileged local user with CAP_NET_ADMIN in a network namespace can cause a host CPU to become indefinitely pinned (wedged), leading to denial of service on the affected system. The wedged thread cannot be killed immediately, and RCU grace periods stall, potentially impacting system responsiveness and stability.
Mitigation Recommendations
A fix is available that replaces list_del_init() with list_del_rcu() in l2tp_session_unhash() to prevent the CPU hang. Users should apply the official Linux kernel patch that addresses this issue. Since this is a kernel-level vulnerability, updating to a patched kernel version is the recommended remediation. Patch status is not explicitly confirmed in the provided data; check the vendor or Linux kernel advisory for the current patch availability and guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-pjh2-pg7v-jm22
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64119"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a5d27a82a4a8d598912b54c
Added to database: 07/19/2026, 19:38:16 UTC
Last enriched: 07/19/2026, 19:47:29 UTC
Last updated: 07/20/2026, 17:26:47 UTC
Views: 15
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.