---
cve: "CVE-2026-80990"
severity: "LOW"
cvss: 3.1
epss: "3.3%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-09-11 20:19:05"
tags: [cve, security, low]
source: tsecurity.de CVE-Dossier
exported: "2026-09-17T00:20:15+02:00"
---

# CVE-2026-80990

> 3.1 LOW

## Beschreibung

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.

## Patch verfügbar (OSV)

- Kernel ≥ 6.6.157
- Kernel ≥ 6.12.109
- Kernel ≥ 6.18.50
- Kernel ≥ 7.2.4

## Referenzen

- <https://git.kernel.org/stable/c/1c361f6cf39be7cc0ce37c0b67bd1cdf74b0a0c1>
- <https://git.kernel.org/stable/c/2f1463554d0561a2fead81e3888604e5c1125e29>
- <https://git.kernel.org/stable/c/47981eb66461ba4e74bbaea0f139adaaeb3991e9>
- <https://git.kernel.org/stable/c/61ff3c353e5d2ff4eb9d0b6d8d9e47805b136eea>
- <https://git.kernel.org/stable/c/9eac1817bfc5fa76e3a2d1b8fd824cc6ef5a9ab0>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-80990) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
