First published: Sat May 10 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition In btsdio_probe, the data->work is bound with btsdio_work. It will be started in btsdio_send_frame. If the btsdio_remove runs with a unfinished work, there may be a race condition that hdev is freed but used in btsdio_work. Fix it by canceling the work before do cleanup in btsdio_remove.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-53145 is classified as a medium severity vulnerability due to its potential impact on system stability.
To fix CVE-2023-53145, you should update to the latest version of the Linux kernel where the vulnerability has been addressed.
CVE-2023-53145 affects the Bluetooth subsystem in the Linux kernel.
CVE-2023-53145 is a use-after-free vulnerability caused by a race condition in the Bluetooth btsdio module.
Exploitation of CVE-2023-53145 could lead to crashes or arbitrary code execution in affected systems.