Bug 2513360 (CVE-2026-68392) - CVE-2026-68392 kernel: Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync
Summary: CVE-2026-68392 kernel: Bluetooth: mgmt: fix locking in unpair_device/disconne...
Keywords:
Status: NEW
Alias: CVE-2026-68392
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:33 UTC by OSIDB Bzimport
Modified: 2026-08-12 19:18 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:33:04 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync

Dereferencing RCU-protected pointers outside critical sections is
invalid and may lead to UAF.

Take hdev->lock for hci_conn lookup and hci_abort_conn().  Don't use RCU
to ensure the conn is fully initialized at this point.


Note You need to log in before you can comment on or make changes to this bug.