GHSA-rqw2-7c22-q555HighCVSS 8.8
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups
hci_conn_params_lookup requires hdev->lock be held, otherwise the list iteration or param access is not safe.
Hold hdev->lock for params lookups in hci_sync.