VDB

CVE-2026-80989

CVE-2026-80989 PUBLISHED CVSS 8.8 HIGH

Reported by Linux · Published September 11, 2026

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.

EPSS 0.34% · 27.3th percentile

Risk Scores

CVSS 3.1
8.8
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score
0.34%
27.3th percentile

Affected Products

VendorProductVersions
LinuxLinuxe69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e
LinuxLinux4.15, 0, 6.6.157
linuxlinux_kernel4.15, 4.15, 4.15
LinuxLinuxe69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e, e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e

Timeline

  • Sep 11, 2026 CVE Published
  • Sep 12, 2026 EPSS Score
  • Sep 12, 2026 Coalition ESS Score
  • Sep 13, 2026 EPSS Score
  • Sep 14, 2026 CVE Updated
  • Sep 15, 2026 EPSS Score
  • Sep 16, 2026 EPSS Score
  • Sep 18, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›