Bug 2365435 (CVE-2023-53145) - CVE-2023-53145 kernel: Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition
Summary: CVE-2023-53145 kernel: Bluetooth: btsdio: fix use after free bug in btsdio_re...
Keywords:
Status: NEW
Alias: CVE-2023-53145
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-10 15:01 UTC by OSIDB Bzimport
Modified: 2025-05-12 05:24 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-10 15:01:13 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.