All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-74530
HIGHpublished 2026-08-15 13:17 UTC · 3 days ago · modified 2026-08-17 06:19 UTC
8.8
CVSS / 10
// description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callback There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the previous behavior.