SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-80996

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of multicast notifications during tunnel and session operations, specifically in the L2TP protocol. An attacker could exploit this issue to cause confusion in the operation's success status, potentially leading to resource accumulation and operational failures. Organizations using Linux systems that rely on L2TP for tunneling should prioritize addressing this vulnerability to ensure the integrity and reliability of their network operations.

CVE
CVE-2026-80996
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD 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.