Description
In the Linux kernel, the following vulnerability has been resolved:

net: l2tp: do not propagate multicast notification errors

The tunnel create, tunnel modify, session create, and session modify
netlink handlers send multicast notifications through helpers that can fail
while allocating or encoding a message, or while multicasting it.

For tunnel and session create/modify, a notification is sent after the live
operation has completed. Returning a best-effort notification error as the
command result can therefore report failure for an operation that already
committed and can cause callers to retry and accumulate live objects.

Keep sending notifications for listener visibility, but do not propagate
their best-effort status as the command result. This also keeps the tunnel
modify command consistent with the other notification-only paths.
Published: 2026-09-11
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Misreported notification errors causing duplicate L2TP tunnels or sessions and potential resource exhaustion
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the Linux kernel L2TP subsystem. When a tunnel or session is created or modified, the kernel sends a multicast notification to interested listeners. The notification helper may fail when allocating, encoding, or sending the message, yet the old code returned this best‑effort failure as the command result. Consequently, a caller that interprets the result as a failure may retry the operation even though it has already completed successfully. Repeated retries can create duplicate tunnels or sessions and gradually exhaust kernel resources, leading to degraded performance or a denial‑of‑service condition. No code execution or privilege escalation is directly provided by this flaw.

Affected Systems

All Linux kernel builds that contain the stock L2TP code and have not yet incorporated the commit that suppresses propagating notification errors are affected. The advisory does not list specific kernel versions, so users should verify whether their running kernel includes the change or a backward compatible patch. The flaw applies across distributions that ship the standard upstream kernel.

Risk and Exploitability

The CVSS score of 4.4 indicates a low overall severity. Exploitation requires that the attacker be able to send netlink commands to the kernel, which typically means local or privileged access, or the presence of another vulnerability that permits such interaction. EPSS data are not available and the vulnerability is not listed in the CISA KEV catalog, suggesting low exploitation prevalence. Based on the description, it is inferred that the attacker would need to interact with the L2TP subsystem via netlink, requiring at least local privileged access or another vulnerability to gain that capability. The flaw does not provide remote code execution or privilege escalation by itself but can be leveraged to cause resource exhaustion and service disruption through repeated retries.

Generated by OpenCVE AI on September 12, 2026 at 02:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched Linux kernel that removes propagation of best‑effort notification errors to command results
  • Modify L2TP‑using applications to ignore notification‑error codes that are non‑critical and to avoid retrying operations when the command result indicates a non‑fatal error
  • If a kernel upgrade cannot be performed immediately, disable multicast notification emission for L2TP or configure application‑level retry limits to mitigate unnecessary resource consumption

Generated by OpenCVE AI on September 12, 2026 at 02:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: l2tp: do not propagate multicast notification errors The tunnel create, tunnel modify, session create, and session modify netlink handlers send multicast notifications through helpers that can fail while allocating or encoding a message, or while multicasting it. For tunnel and session create/modify, a notification is sent after the live operation has completed. Returning a best-effort notification error as the command result can therefore report failure for an operation that already committed and can cause callers to retry and accumulate live objects. Keep sending notifications for listener visibility, but do not propagate their best-effort status as the command result. This also keeps the tunnel modify command consistent with the other notification-only paths.
Title net: l2tp: do not propagate multicast notification errors
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:42:51.542Z

Reserved: 2026-08-26T14:34:25.812Z

Link: CVE-2026-80996

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:06.613

Modified: 2026-09-11T20:19:06.613

Link: CVE-2026-80996

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:42:51Z

Links: CVE-2026-80996 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-12T04:15:05Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling