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

Bluetooth: hci_conn: hold conn reference in abort_conn_sync()

There is theoretical UAF if the conn is freed while the hci_sync task is
running.

Hold refcount to avoid that.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An uninitialized use‑after‑free occurs when a Bluetooth connection object is freed while the abort synchronization task is still running. This flaw, identified as CWE-825, arises because the kernel originally did not hold a reference to the connection, creating a theoretical vulnerability that could allow an attacker to corrupt memory or cause a system crash. The flaw is observed when an attacker can trigger a Bluetooth connection abort while an abort handler is running, potentially leading to an exploit of the UAF and compromise of system integrity.

Affected Systems

This issue affects the Linux kernel’s Bluetooth stack, specifically the hci_conn subsystem. Any released kernel that has not incorporated the reference‑count fix could be vulnerable. The vendor identified is Linux, and the product is the Linux kernel. No specific kernel release version is listed, so all versions prior to the official fix should be considered potentially affected.

Risk and Exploitability

The highest risk is to system integrity; if the UAF is successfully leveraged, it could lead to arbitrary code execution with kernel privileges. The EPSS score is less than 1%, indicating a low probability of exploitation, but the CVSS score of 8.8 denotes a high severity risk. The kernel’s exposure to external Bluetooth traffic and the portable nature of the bug mean that the vulnerability remains a concern.

Generated by OpenCVE AI on August 21, 2026 at 19:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest Linux kernel update that includes the reference‑count fix for the Bluetooth hci_conn module
  • Disable or restrict Bluetooth services on systems that do not require them, and enforce strict firewall rules to limit access to the Bluetooth interface
  • Monitor kernel logs for unexpected Bluetooth connection abort events and perform regular integrity checks on kernel modules

Generated by OpenCVE AI on August 21, 2026 at 19:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Fri, 21 Aug 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00: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'}


Sat, 15 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: hold conn reference in abort_conn_sync() There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that.
Title Bluetooth: hci_conn: hold conn reference in abort_conn_sync()
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-23T12:47:34.295Z

Reserved: 2026-08-15T05:44:03.912Z

Link: CVE-2026-74531

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:58.397

Modified: 2026-08-23T13:16:45.710

Link: CVE-2026-74531

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74531 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T19:45:03Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference