CyberRota Analysis
AI-GeneratedA vulnerability exists in the Linux kernel's Bluetooth subsystem, where the lack of proper locking during hci_conn_params lookups can lead to unsafe list iterations or parameter access. This could potentially allow for race conditions or data corruption, impacting system stability and security. Organizations using Linux systems with Bluetooth capabilities should prioritize addressing this issue to mitigate potential risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups hci_conn_params_lookup requires hdev->lock be held, otherwise the list iteration or param access is not safe. Hold hdev->lock for params lookups in hci_sync.