First published: Fri Dec 27 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | <=5.10.223-1<=5.10.234-1<=6.1.129-1<=6.1.128-1 | 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56591 has a severity rating that reflects its potential impact on system security, particularly concerning Bluetooth functionality in the Linux kernel.
To fix CVE-2024-56591, you should upgrade to the patched versions of the Linux package, specifically 6.12.20-1 or 6.12.21-1.
CVE-2024-56591 affects various versions of Linux kernel up to 5.10.234-1 and 6.1.129-1 in the Debian package.
CVE-2024-56591 may provide an attack vector that could be exploited remotely, particularly if Bluetooth services are exposed.
CVE-2024-56591 specifically impacts the Bluetooth component of the Linux kernel, concerning the handling of delayed work.