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 medium severity vulnerability in the Linux kernel's L2TP implementation allows an unprivileged local user with CAP_NET_ADMIN in a user namespace to indefinitely pin a host CPU. This occurs due to improper list deletion in l2tp_session_unhash(), causing a CPU to be wedged in a loop with BH and preemption disabled, stalling RCU grace periods and preventing thread termination. The issue is fixed by replacing list_del_init() with list_del_rcu() to safely remove sessions from the session list without disrupting RCU readers.
AI Analysis
Technical Summary
The vulnerability in the Linux kernel's L2TP subsystem arises from the use of list_del_init() in l2tp_session_unhash() to remove a session from tunnel->session_list. This list is concurrently traversed under RCU read lock by l2tp_session_get_by_ifname(). Because list_del_init() leaves the deleted entry's next/prev pointers self-referential, the list traversal loops indefinitely inside strcmp() with bottom halves and preemption disabled, causing the CPU to be pinned indefinitely. The attacker requires CAP_NET_ADMIN in the network namespace, achievable from an unprivileged sandbox with user namespaces. The fix replaces list_del_init() with list_del_rcu(), ensuring safe removal of the session from the list while maintaining consistent pointers for in-flight readers 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 be pinned indefinitely, effectively causing a denial of service by stalling RCU grace periods and preventing the affected kernel thread from being killed promptly. There is no impact on confidentiality or integrity, but availability is severely affected.
Mitigation Recommendations
A fix is available that replaces list_del_init() with list_del_rcu() in l2tp_session_unhash(). Users should update their Linux kernel to a version that includes this fix. Since no vendor advisory or patch links are provided, check the Linux kernel mailing lists or distribution security advisories for the official patch and update instructions. Until patched, avoid running untrusted code with CAP_NET_ADMIN in user namespaces on hosts with the l2tp_core module loaded.
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 medium severity vulnerability in the Linux kernel's L2TP implementation allows an unprivileged local user with CAP_NET_ADMIN in a user namespace to indefinitely pin a host CPU. This occurs due to improper list deletion in l2tp_session_unhash(), causing a CPU to be wedged in a loop with BH and preemption disabled, stalling RCU grace periods and preventing thread termination. The issue is fixed by replacing list_del_init() with list_del_rcu() to safely remove sessions from the session list without disrupting RCU readers.
CVSS v3.1
Score 5.5medium
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in the Linux kernel's L2TP subsystem arises from the use of list_del_init() in l2tp_session_unhash() to remove a session from tunnel->session_list. This list is concurrently traversed under RCU read lock by l2tp_session_get_by_ifname(). Because list_del_init() leaves the deleted entry's next/prev pointers self-referential, the list traversal loops indefinitely inside strcmp() with bottom halves and preemption disabled, causing the CPU to be pinned indefinitely. The attacker requires CAP_NET_ADMIN in the network namespace, achievable from an unprivileged sandbox with user namespaces. The fix replaces list_del_init() with list_del_rcu(), ensuring safe removal of the session from the list while maintaining consistent pointers for in-flight readers 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 be pinned indefinitely, effectively causing a denial of service by stalling RCU grace periods and preventing the affected kernel thread from being killed promptly. There is no impact on confidentiality or integrity, but availability is severely affected.
Mitigation Recommendations
A fix is available that replaces list_del_init() with list_del_rcu() in l2tp_session_unhash(). Users should update their Linux kernel to a version that includes this fix. Since no vendor advisory or patch links are provided, check the Linux kernel mailing lists or distribution security advisories for the official patch and update instructions. Until patched, avoid running untrusted code with CAP_NET_ADMIN in user namespaces on hosts with the l2tp_core module loaded.
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: 08/13/2026, 19:14:48 UTC
Last updated: 09/02/2026, 22:52:13 UTC
Views: 76
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.