CVE-2026-80990

Source
https://cve.org/CVERecord?id=CVE-2026-80990
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80990.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80990
Downstream
Published
2026-09-11T19:42:47Z
Modified
2026-09-13T03:47:00Z
Summary
net: thunderbolt: Release the Rx HopID that was handed out on mismatch
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80990.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
180b0689425c6fb2b35e69a3316ee38371a782df
Fixed
9eac1817bfc5fa76e3a2d1b8fd824cc6ef5a9ab0
Fixed
61ff3c353e5d2ff4eb9d0b6d8d9e47805b136eea
Fixed
1c361f6cf39be7cc0ce37c0b67bd1cdf74b0a0c1
Fixed
2f1463554d0561a2fead81e3888604e5c1125e29

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80990.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.13.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80990.json"