CVE-2026-80989
Last modified
CVE-2026-80989 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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 tbnet_connected_work() undoes its own work and returns without clearing login_sent, so the connection still looks established. The next tbnet_tear_down() therefore takes its main branch and repeats a teardown that already happened: it stops rings that are already stopped, which is a dev_WARN() and fatal under panic_on_warn, and it releases net->remote_transmit_path even on the HopID mismatch path, where this connection never owned that id, silently freeing one that someone else is still using. Clear login_sent on those paths. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
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 tbnet_connected_work() undoes its own work and returns without clearing login_sent, so the connection still looks established. The next tbnet_tear_down() therefore takes its main branch and repeats a teardown that already happened: it stops rings that are already stopped, which is a dev_WARN() and fatal under panic_on_warn, and it releases net->remote_transmit_path even on the HopID mismatch path, where this connection never owned that id, silently freeing one that someone else is still using. Clear login_sent on those paths. That is enough for tbnet_tear_down() to leave the unwound state alone, and login_received 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 connected_work, giving the connection a fresh login instead of a retry on stale state.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, < e0d4a17afde5aa0045dc3e1d66c6bb80927bad8c; >= e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, < ed1d6e3d735e7b03f43a02f4306c89eb7663da14; >= e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, < f01e6a35c440b62f060e21f36b385e574a7f308c; >= e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, < d6c0af293129345a17dc31c9b4179dc7f3d6af7a; >= e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, < 3c8b26ebf525ba5960510f48c6e9936a79ebe76f |
| Linux | Linux | 4.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80989?
How severe is CVE-2026-80989?
How do I fix CVE-2026-80989?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80983In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80984In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80985In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-80986In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80987In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80988In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80990In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80991In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80992In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80993In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80994In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80995In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-80989?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
