CVE-2026-80996: net: l2tp: do not propagate multicast notification errors

Published Sep 11, 2026
·
Updated

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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

What conditions can trigger the incorrect failure result?

It can occur when multicast notification delivery fails after an L2TP tunnel or session create or modify operation has already completed. The notification helpers can fail during message allocation, message encoding, or multicast delivery.

2

What is the practical impact on netlink clients?

A client can receive an error for a create or modify command even though the requested L2TP object or change is already live. If the client retries a reported failed create, it can accumulate additional live tunnel or session objects.

3

Are multicast listeners required for the underlying L2TP operation to succeed?

No. Multicast notifications are best-effort visibility mechanisms and should not determine the command result after the live operation has completed. The fix continues to send notifications but prevents notification failures from being returned to the caller.

4

How can operators identify possible prior impact?

Investigate cases where L2TP netlink create or modify requests returned errors and were retried. Compare the reported command failures with the actual existing tunnels and sessions, looking for objects or changes that were created despite an error response.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203