Security Advisory

CVE-2026-68392

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-10 12:04:11
Last updated 2026-08-23 12:46:21
Assigner Linux
CVSS score 7.8
State PUBLISHED

Description

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.