Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…
EPSS 0.1%top 98%

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)

0
Medium
Published: 07/19/2026 (07/19/2026, 18:31:52 UTC)
Source: GCVE Database

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

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 08/13/2026, 19:14:48 UTC

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.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

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 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

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

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses