CVE-2026-89569: Bluetooth: RFCOMM: serialize security confirmation handling

Published Sep 11, 2026
·
Updated

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

Bluetooth: RFCOMM: serialize security confirmation handling

rfcommsecuritycfm() looks up a session on sessionlist and then walks its DLC list without holding rfcommmutex. Since RFCOMM session teardown uses rfcommmutex, krfcommd can close and free the same session and DLCs concurrently:

hcirxwork krfcommd ----------- --------- rfcommsessionget() rfcommlock() rfcommsessionclose() rfcommdlcunlink() rfcommsessiondel() kfree(s) rfcommunlock() walk s->dlcs

The callback can then read a freed session list head and touch freed DLCs while updating their flags or timers.

Serialize the session lookup and DLC traversal in rfcommsecuritycfm() with rfcommmutex. This matches the existing RFCOMM session lifetime rules and prevents concurrent rfcommsessiondel() / rfcommdlcunlink() from tearing the objects down while the callback is using them.

KASAN reported:

BUG: KASAN: slab-use-after-free in rfcommsecuritycfm+0x41c/0x440 Read of size 8 at addr ffff888111fb3960 by task kworker/u17:1/89 Workqueue: hci0 hcirxwork Call Trace: rfcommsecuritycfm+0x41c/0x440 hciencryptcfm+0x139/0x590 hciencryptchangeevt+0x37b/0xc40 hcieventpacket+0x71b/0xb20 hcirxwork+0x293/0x730 Allocated by task 69: rfcommsessionadd+0x9e/0x2f0 rfcommrun+0x44b/0x41e0 Freed by task 69: kfree+0x131/0x3c0 rfcommsessiondel+0x188/0x220 rfcommrun+0x1985/0x41e0

Affected Software

1 affected component
Linux Linux kernel

Event History

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

Frequently Asked Questions

1

What runtime conditions are required for this issue to occur?

An RFCOMM security confirmation callback must look up and traverse a session's DLC list while another context is tearing down that same RFCOMM session. The race involves hci_rx_work handling the confirmation concurrently with krfcommd closing, unlinking, deleting, and freeing the session and DLCs.

2

How can administrators recognize that this race has occurred?

KASAN may report a slab use-after-free in rfcomm_security_cfm, potentially from a kworker processing hci_rx_work. The reported call path includes rfcomm_security_cfm followed by hci_encrypt_cfm and an encryption-change event handler.

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