GHSA-cjhj-vjxx-32hgHighCVSS 8.0
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_past_sync() callback
Avoids giving freed pointers to hci_conn_valid(), which kmalloc may have reused.
Hold refcount to avoid that.