GHSA-7xff-628x-fqq8HighCVSS 7.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 conn in hci_connect_pa_sync() callback
There is theoretical UAF if the conn is freed while the hci_sync task is running.
Hold refcount to avoid that.