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

Bluetooth: hci_sync: hold conn in hci_past_sync() callback

Avoids giving freed pointers to hci_conn_valid(), which kmalloc may have
reused.

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

Impact

A use‑after‑free flaw exists in the Linux kernel Bluetooth stack, where a terminated connection structure is inadvertently supplied to a validity check routine. The failure to maintain a reference count allows the memory to be reallocated and later dereferenced, producing a kernel crash. The crash manifests as a denial of service. While the advisory does not confirm arbitrary code execution, a use‑after‑free can be leveraged for privilege escalation in theory.

Affected Systems

Linux kernels that contain the original hci_sync handling code are affected. No precise version numbers are supplied; therefore, any distribution shipping an unpatched kernel that includes the vulnerable Bluetooth subsystem is susceptible. Users should verify whether their kernel revision incorporates the fix for hci_sync timing issues.

Risk and Exploitability

The severity rating of 8.0 indicates a high impact, yet the EPSS score of less than 1 % signals that exploit prevalence is presently low. The flaw is not listed in CISA KEV, thus no public exploits are documented. The attack vector most likely requires an adversary able to send crafted Bluetooth frames—such as a sync packet or a manipulated connection close—to provoke the faulty callback. This scenario assumes the attacker has the ability to interfere with the target’s Bluetooth link, possibly through proximity or underride of pairing permissions. Given the memory‑reuse requirement of the use‑after‑free, the exploitation difficulty remains high, contributing to the modest EPSS figure.

Generated by OpenCVE AI on August 18, 2026 at 06:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the hci_sync use‑after‑free patch.
  • If a kernel upgrade is not immediately available, disable the Bluetooth daemon or bind it to trusted devices only to prevent malicious frames from reaching the vulnerable subsystem.
  • Continuously monitor kernel logs for panic or fault indications, and enforce SELinux or AppArmor policies that restrict Bluetooth driver activity to minimize impact should an exploit occur.

Generated by OpenCVE AI on August 18, 2026 at 06:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 18 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:L/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_sync: hold conn in hci_past_sync() callback Avoids giving freed pointers to hci_conn_valid(), which kmalloc may have reused. Hold refcount to avoid that.
Title Bluetooth: hci_sync: hold conn in hci_past_sync() callback
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-17T05:48:17.804Z

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

Link: CVE-2026-74528

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:19:49.660

Link: CVE-2026-74528

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74528 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T06:15:04Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference