In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
hciconn lookup and field access must be covered by hdev lock in hciuserpasskeynotifyevt() and hcikeypressnotifyevt(), otherwise the connection can be freed concurrently.
Extend the hcidevlock critical section to cover all conn usage in both handlers.
Keep the existing keypress notification behavior unchanged by routing the early exits through a common unlock path.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46056.json",
"cna_assigner": "Linux"
}