CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the Bluetooth subsystem, specifically during the device closure process, which could lead to queuing timeouts. This issue poses a high risk as it may allow for denial-of-service conditions, impacting system stability. Organizations utilizing Linux systems with Bluetooth capabilities should prioritize patching this vulnerability to mitigate potential disruptions.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close Since hci_dev_close_sync() can now be called during the reset path, we should also set HCI_CMD_DRAIN_WORKQUEUE. This avoids queuing timeouts while the hdev workqueue is being drained.