CVE-2025-40283
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-06

Last updated on: 2025-12-08

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-06
Last Modified
2025-12-08
Generated
2026-05-07
AI Q&A
2025-12-07
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a use-after-free (UAF) issue in the Linux kernel's Bluetooth USB driver (btusb). Specifically, in the btusb_disconnect() function, the driver frees the btusb data associated with a USB interface but then continues to access that freed data later in the same function. This improper ordering leads to a use-after-free condition, which can cause memory corruption or crashes. The fix involved reordering the cleanup steps to ensure that the btusb data is accessed only before it is freed.


How can this vulnerability impact me? :

This use-after-free vulnerability can lead to memory corruption or system instability in the Linux kernel's Bluetooth USB driver. Exploiting this flaw could potentially allow an attacker to execute arbitrary code, cause denial of service (system crashes), or escalate privileges on affected systems that use the vulnerable Bluetooth driver.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart