CVE-2026-80990
Reported by Linux · Published September 11, 2026
In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Release the Rx HopID that was handed out on mismatch tb_xdomain_alloc_in_hopid() passes the wanted HopID to ida_alloc_range() as the lower bound, so a taken id is not an error there: the allocator returns the next free one above it. tbnet_connected_work() asks for the peer's transmit path, treats any other id as a failure and returns without releasing what it got, so that allocation stays live for the rest of the XDomain connection with nothing left holding a reference to it. Release the id when it is not the one we asked for, the same way the error unwind at the end of the function releases the expected one.
EPSS 0.20% · 10.1th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 180b0689425c6fb2b35e69a3316ee38371a782df, 180b0689425c6fb2b35e69a3316ee38371a782df, 180b0689425c6fb2b35e69a3316ee38371a782df |
| Linux | Linux | 5.13, 0, 6.6.157 |
| Linux | Linux | 7.3-rc1, 180b0689425c6fb2b35e69a3316ee38371a782df, 180b0689425c6fb2b35e69a3316ee38371a782df |
| linux | linux_kernel | 5.13, 5.13, 5.13 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 14, 2026 CVE Updated
- Sep 17, 2026 EPSS Score