CVE-2023-53145

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-53145
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53145.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-53145
Downstream
Related
Published
2025-05-10T15:15:58Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

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 btsdioprobe, the data->work is bound with btsdiowork. It will be started in btsdiosendframe.

If the btsdioremove runs with a unfinished work, there may be a race condition that hdev is freed but used in btsdiowork. Fix it by canceling the work before do cleanup in btsdio_remove.

References

Affected packages