CVE-2026-97510: thunderbolt: Release request if tb_cfg_request() fails in __tb_xdomain_response()

Published Sep 24, 2026
·
Updated

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

thunderbolt: Release request if tbcfgrequest() fails in tbxdomainresponse()

If tbcfgrequest() fails setting up the request (for example the control channel is shut down already) it returns an error without calling the callback. To avoid leaking that memory, call tbcfgrequestput() if tbcfgrequest() fails.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In the Linux kernel, ensure __tb_xdomain_response() calls tb_cfg_request_put() when tb_cfg_request() fails, to release the request and prevent memory leakage.

Event History

Sep 24, 2026
CVE Published
via MITRE·04:05 PM
Data Sourced
via MITRE·04:05 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

What condition triggers the memory leak?

The leak occurs when tb_cfg_request() fails while __tb_xdomain_response() is setting up a request. One cited example is that the Thunderbolt control channel has already been shut down, causing the function to return without invoking its callback.

2

What is the practical impact described by the fix?

The issue is a request-memory leak: the request is not released when tb_cfg_request() returns an error. The fix explicitly calls tb_cfg_request_put() on that failure 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