Bug 2419924 (CVE-2025-40283) - CVE-2025-40283 kernel: Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
Summary: CVE-2025-40283 kernel: Bluetooth: btusb: reorder cleanup in btusb_disconnect ...
Keywords:
Status: NEW
Alias: CVE-2025-40283
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-12-08 07:09 UTC by OSIDB Bzimport
Modified: 2025-12-08 19:20 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-08 07:09:16 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF

There is a KASAN: slab-use-after-free read in btusb_disconnect().
Calling "usb_driver_release_interface(&btusb_driver, data->intf)" will
free the btusb data associated with the interface. The same data is
then used later in the function, hence the UAF.

Fix by moving the accesses to btusb data to before the data is free'd.


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