CVE-2026-80990: net: thunderbolt: Release the Rx HopID that was handed out on mismatch

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

net: thunderbolt: Release the Rx HopID that was handed out on mismatch

tbxdomainallocinhopid() passes the wanted HopID to idaallocrange() as the lower bound, so a taken id is not an error there: the allocator returns the next free one above it. tbnetconnectedwork() 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

Under what condition does the resource leak occur?

It occurs when the requested peer transmit-path HopID is already taken. The allocator then returns the next available HopID, but the connection setup treats that different ID as a failure.

2

What is the effect of a failed HopID match?

The unexpectedly allocated receive HopID remains allocated for the remainder of the XDomain connection, even though no reference retains it. The fix releases that ID before returning from the mismatch path.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203