CVE-2025-71082
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-71082 is a use-after-free vulnerability in the Linux kernel's Bluetooth btusb driver, introduced by commit 98921dbd00c4e which switched memory allocation to devm_kzalloc(). The flaw ties the lifetime of all btusb data to a single USB interface (INTF), but the driver also binds to ISOC and DIAG interfaces; when btusb_disconnect() releases the primary interface, the devm framework prematurely frees memory still in use by the other interfaces. Affected kernel versions span from 3.7 through 5.15.197, 5.16 through 6.1.159, 6.2 through 6.6.119, 6.7 through 6.12.63, and 6.13 through 6.18.3. The vulnerability was published on January 13, 2026, with NVD initial analysis completed March 25, 2026. It carries a CVSS v3.1 base score of 7.8 (High) (Feedly, NVD).

Technical details

The root cause is improper memory lifetime management (CWE classified as insufficient information by NVD, but functionally a use-after-free / CWE-416) in btusb.c. When devm_kzalloc() is used in btusb_probe(), the allocated btusb data structure's lifetime is bound to the primary USB interface (INTF). However, because the btusb driver also binds to secondary interfaces (ISOC and DIAG), calling usb_driver_release_interface(&btusb_driver, data->intf) inside btusb_disconnect() triggers the devm framework to free the shared data structure while those secondary interfaces may still hold live references to it. The fix reverts to explicit kzalloc/kfree memory management, ensuring the data is only freed after all interfaces have been released (Feedly, kernel.org patch).

Impact

Successful exploitation can result in kernel crashes (denial of service), memory corruption, or disclosure of sensitive kernel memory contents, depending on how the freed memory region is subsequently reused. The vulnerability requires local access with low privileges and can be triggered by physically disconnecting a Bluetooth USB device while multiple driver interfaces remain active. Confidentiality, integrity, and availability are all rated High, reflecting the potential for kernel-level memory disclosure, data corruption, and system instability (Feedly, NVD).

Mitigation and workarounds

Update the Linux kernel to a patched stable release: 5.15.198 or later (5.15.x branch), 6.1.160 or later (6.1.x branch), 6.6.120 or later (6.6.x branch), 6.12.64 or later (6.12.x branch), 6.18.4 or later (6.18.x branch), or 6.19-rc4 or later for development builds. Upstream patch commits include 1e54c19eaf84, 252714f1e8bd, c0ecb3e4451f, cca0e9206e3b, fdf7c640fb8a, and fff9206b0907. As a temporary workaround where patching is not immediately possible, physically disconnecting or disabling Bluetooth USB devices reduces exposure. Systems running Debian, Ubuntu, Oracle Linux, and other distributions should apply vendor-issued kernel security updates as they become available (Feedly, Ubuntu USN-8177-1, kernel.org patch).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management