CVE-2026-53251
In the Linux kernel Bluetooth ISO path, CVE-2026-53251 is due to hci_get_route() returning a reference-counted hci_dev pointer via hci_dev_hold(), and the function may exit without releasing that reference on both normal and error paths. This results in a not-released hdev reference within iso_co...