CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel's Bluetooth subsystem could lead to a theoretical use-after-free (UAF) condition if a connection is freed while the hci_sync task is executing. This could potentially allow an attacker to exploit the flaw, impacting systems that rely on Bluetooth functionality. Organizations using affected Linux distributions should prioritize patching to mitigate any risks associated with this vulnerability.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that.