← Back to CVE List

CVE-2024-56591

Published: 2024-12-27T15:15Z
Last Modified: 2024-12-27T15:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Use disable_delayed_work_sync This makes use of disable_delayed_work_sync instead cancel_delayed_work_sync as it not only cancel the ongoing work but also disables new submit which is disarable since the object holding the work is about to be freed. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt