Description
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: btusb: fix use-after-free on registration failure

Make sure to release the sibling interfaces in case controller
registration fails to avoid use-after-free and double-free when they are
eventually disconnected.

This issue was reported by Sashiko while reviewing a fix for a wakeup
source leak in the btusb probe errors paths.
Published: 2026-07-25
Score: 7.0 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel bug involving the btusb Bluetooth driver causes a use‑after‑free when controller registration fails. After the failure the driver leaves its sibling interfaces unreleased, and if the device later disconnects a double‑free can occur, corrupting kernel memory and enabling an attacker to gain arbitrary execution or trigger a denial of service in kernel mode.

Affected Systems

All Linux kernel releases that contain the unpatched btusb code path are potentially affected. The CNA data does not list specific affected versions, so this statement is inferred from the absence of version information; systems running kernel versions prior to the patch that introduces the fix are considered vulnerable.

Risk and Exploitability

The EPSS score is below 1 % and the vulnerability is not listed in CISA’s KEV catalog, suggesting it is rarely exploited. Because the bug occurs in kernel space, it can have severe impact if an attacker can trigger a registration failure—likely requiring local access to the Bluetooth subsystem or the ability to manipulate the btusb probe path. Consequently, the risk remains high for systems that expose the Bluetooth driver and run vulnerable kernel versions.

Generated by OpenCVE AI on August 2, 2026 at 12:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the btusb use‑after‑free fix.
  • If Bluetooth is not required, disable the driver by running rfkill block bluetooth or preventing the btusb module from auto‑loading.
  • Enable kernel hardening options such as CONFIG_KASAN, CONFIG_SLAB_FREELIST_RANDOM, or CONFIG_DEBUG_KERNEL to catch memory‑corruption bugs during development and testing.

Generated by OpenCVE AI on August 2, 2026 at 12:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Sat, 01 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 30 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Moderate


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on registration failure Make sure to release the sibling interfaces in case controller registration fails to avoid use-after-free and double-free when they are eventually disconnected. This issue was reported by Sashiko while reviewing a fix for a wakeup source leak in the btusb probe errors paths.
Title Bluetooth: btusb: fix use-after-free on registration failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:51:35.245Z

Reserved: 2026-07-19T15:36:31.790Z

Link: CVE-2026-64471

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-25T10:17:32.510

Modified: 2026-07-25T10:17:32.510

Link: CVE-2026-64471

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64471 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T12:30:05Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference