Answer in brief
CVE-2026-80990 records a Unknown severity vulnerability in net: thunderbolt: Release the Rx HopID that was handed out on mismatch. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=180b0689425c6fb2b35e69a3316ee38371a782df <9eac1817bfc5fa76e3a2d1b8fd824cc6ef5a9ab0 || >=180b0689425c6fb2b35e69a3316ee38371a782df <61ff3c353e5d2ff4eb9d0b6d8d9e47805b136eea || >=180b0689425c6fb2b35e69a3316ee38371a782df <1c361f6cf39be7cc0ce37c0b67bd1cdf74b0a0c1 || >=180b0689425c6fb2b35e69a3316ee38371a782df <2f1463554d0561a2fead81e3888604e5c1125e29 | 9eac1817bfc5fa76e3a2d1b8fd824cc6ef5a9ab0, 61ff3c353e5d2ff4eb9d0b6d8d9e47805b136eea, 1c361f6cf39be7cc0ce37c0b67bd1cdf74b0a0c1, 2f1463554d0561a2fead81e3888604e5c1125e29 |
| Linux/Linuxgeneric | 5.13 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 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.
Quoted source text, attributed separately from HOL analysis.