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

Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close

Since hci_dev_close_sync() can now be called during the reset path, we
should also set HCI_CMD_DRAIN_WORKQUEUE. This avoids queuing timeouts
while the hdev workqueue is being drained.
Published: 2026-07-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in the Linux kernel Bluetooth stack’s hci_dev_close_sync routine, which fails to set the HCI_CMD_DRAIN_WORKQUEUE flag when a device is closed or reset. This oversight can cause timeout entries to linger on the workqueue as it drains, potentially stalling the Bluetooth subsystem or causing a crash. The weakness is a logical error classified as CWE‑366, and its exploitation can lead to a denial‑of‑service condition for Bluetooth operations.

Affected Systems

All Linux installations running kernel revisions that contain the pre‑fix implementation of hci_dev_close_sync are affected. The vulnerability is tied to the generic Linux kernel product, with no specific version range provided; therefore, any kernel version that predates the commit referenced in the supplied Git links remains vulnerable.

Risk and Exploitability

The CVSS score of 8.8 marks the issue as high severity, while the EPSS score of less than 1% indicates that real‑world exploitation is unlikely at present. It does not appear in the CISA KEV catalog. Exploitation would require an actor to trigger a Bluetooth device reset or close event, which is usually a local or remote condition that an attacker can induce. Given the low EPSS, the immediate risk is moderate, but the impact if an attacker succeeds is a complete denial of Bluetooth services.

Generated by OpenCVE AI on August 4, 2026 at 06:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the commit correcting the HCI_CMD_DRAIN_WORKQUEUE handling during device close, as shown by the provided Git references.
  • If a kernel upgrade cannot be performed immediately, disable the Bluetooth subsystem (e.g., by unloading or blacklisting the Bluetooth driver) until a patched kernel is installed to prevent the vulnerable close path from being exercised.
  • Monitor system logs for repeated Bluetooth timeout or disconnection messages that may indicate the vulnerability is still present and confirm that the drain flag behavior has been corrected after the upgrade.

Generated by OpenCVE AI on August 4, 2026 at 06:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Sun, 26 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703

Wed, 22 Jul 2026 00:15:00 +0000


Tue, 21 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703

Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close Since hci_dev_close_sync() can now be called during the reset path, we should also set HCI_CMD_DRAIN_WORKQUEUE. This avoids queuing timeouts while the hdev workqueue is being drained.
Title Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close
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-08-05T12:37:44.929Z

Reserved: 2026-07-19T07:54:57.024Z

Link: CVE-2026-63974

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-63974 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:30:05Z

Weaknesses
  • CWE-366

    Race Condition within a Thread