CVE-2026-90253: Bluetooth: MGMT: free the mesh send cancel command when it is cancelled

Published Sep 17, 2026
·
Updated

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

Bluetooth: MGMT: free the mesh send cancel command when it is cancelled

meshsendcancel() queues the pending command with a NULL destroy callback, so it is only freed if sendcancel() runs. A cancelled entry is leaked, as hcicmdsynccancelentry() does not release entry->data when there is no destroy callback, and hcicmdsyncclear() cancels every pending entry when the controller is unregistered. Nothing else reclaims it either: mgmtpendingnew() does not put the command on hdev->mgmtpending.

The leak also pins the socket reference taken by mgmtpendingnew(), so the mgmt socket is never released.

Free the command from a destroy callback.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

What conditions trigger the resource leak?

The leak occurs when a mesh send cancel command is queued and then cancelled, including when pending commands are cancelled as the Bluetooth controller is unregistered. The queued command has no destroy callback, so its data is not released during cancellation.

2

What is the practical impact of the leaked command?

In addition to leaking the command data, the issue retains the socket reference acquired by mgmt_pending_new(). As a result, the affected MGMT socket is never released.

3

What should be done to remediate the issue?

Apply a Linux kernel update containing the fix referenced by the listed stable kernel commits. The fix frees the command through a destroy callback when the pending command is cancelled.

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