๐Ÿ” CVE Alert

CVE-2025-71082

UNKNOWN 0.0

Bluetooth: btusb: revert use of devm_kzalloc in btusb

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devm_kzalloc in btusb This reverts commit 98921dbd00c4e ("Bluetooth: Use devm_kzalloc in btusb.c file"). In btusb_probe(), we use devm_kzalloc() to allocate the btusb data. This ties the lifetime of all the btusb data to the binding of a driver to one interface, INTF. In a driver that binds to other interfaces, ISOC and DIAG, this is an accident waiting to happen. The issue is revealed in btusb_disconnect(), where calling usb_driver_release_interface(&btusb_driver, data->intf) will have devm free the data that is also being used by the other interfaces of the driver that may not be released yet. To fix this, revert the use of devm and go back to freeing memory explicitly.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jan 13, 2026
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < fff9206b0907252a41eb12b7c1407b9347df18b1 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < cca0e9206e3bcc63cd3e72193e60149165d493cc 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < c0ecb3e4451fe94f4315e6d09c4046dfbc42090b 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < 1e54c19eaf84ba652c4e376571093e58e144b339 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < fdf7c640fb8a44a59b0671143d8c2f738bc48003 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < 252714f1e8bdd542025b16321c790458014d6880
Linux / Linux
3.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/fff9206b0907252a41eb12b7c1407b9347df18b1 git.kernel.org: https://git.kernel.org/stable/c/cca0e9206e3bcc63cd3e72193e60149165d493cc git.kernel.org: https://git.kernel.org/stable/c/c0ecb3e4451fe94f4315e6d09c4046dfbc42090b git.kernel.org: https://git.kernel.org/stable/c/1e54c19eaf84ba652c4e376571093e58e144b339 git.kernel.org: https://git.kernel.org/stable/c/fdf7c640fb8a44a59b0671143d8c2f738bc48003 git.kernel.org: https://git.kernel.org/stable/c/252714f1e8bdd542025b16321c790458014d6880