CVE-2026-80989: net: thunderbolt: Mark the connection down when bringing it up fails

Published Sep 11, 2026
·
Updated

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

net: thunderbolt: Mark the connection down when bringing it up fails

Every failure path in tbnetconnectedwork() undoes its own work and returns without clearing loginsent, so the connection still looks established. The next tbnetteardown() therefore takes its main branch and repeats a teardown that already happened: it stops rings that are already stopped, which is a devWARN() and fatal under paniconwarn, and it releases net->remotetransmitpath even on the HopID mismatch path, where this connection never owned that id, silently freeing one that someone else is still using.

Clear loginsent on those paths. That is enough for tbnetteardown() to leave the unwound state alone, and loginreceived has to stay set: it records that the peer has logged in and carries the transmit path it gave us, which nothing on this side can make the peer send again. Two things change beyond keeping the teardown out of the way: the logout request in that block is no longer sent, and the peer's next login request now re-queues our login work rather than connectedwork, giving the connection a fresh login instead of a retry on stale state.

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

Which systems are exposed to the problematic teardown behavior?

Linux systems using Thunderbolt networking can encounter it when connection bring-up fails and teardown subsequently runs while the connection still appears established.

2

When can this issue cause a fatal failure rather than only a warning?

Repeated teardown stops rings that are already stopped, producing a dev_WARN(). This is fatal when panic_on_warn is enabled.

3

Can the failure affect another connection's resources?

Yes. On a HopID mismatch path, teardown can release remote_transmit_path even though the connection did not own that HopID, potentially freeing an identifier still in use by another connection.

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