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

Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback

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: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a use‑after‑free condition in the Linux kernel’s Bluetooth HCI synchronization module. When a Bluetooth connection is torn down while its hci_sync task is still running, the connection object can be freed prematurely, allowing attackers to corrupt kernel memory. This could enable privilege escalation from a local attacker if the race condition is triggered, and, if Bluetooth is exposed to untrusted networks, there is a potential for remote exploitation as well.

Affected Systems

All Linux kernel releases that implement the hci_sync module without the ref‑count guard are impacted. Any kernel build prior to the commit that adds the guard (c53c70ec) is considered vulnerable; the vulnerability applies to all distributions with those kernel versions.

Risk and Exploitability

The CVSS score of 7.8 signals high severity, while the EPSS score of <1% indicates a very low but non‑zero probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, it is inferred that an attacker could send crafted Bluetooth packets that initiate a synchronization while the connection is being closed, potentially triggering the race condition. If Bluetooth services are accessible from untrusted networks, this could raise the attack vector to remote, but the description does not explicitly confirm that scenario.

Generated by OpenCVE AI on August 18, 2026 at 02:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the hci_sync ref‑counting patch (commit c53c70ec or later).
  • If an immediate kernel update is not feasible, disable or restrict the Bluetooth subsystem, allowing connections only from trusted devices.
  • As a last resort, apply the patch manually by cherry‑picking commit c53c70ec into your kernel source tree and rebuild the kernel, then restart the Bluetooth service.

Generated by OpenCVE AI on August 18, 2026 at 02:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 12:30: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': 7.8, 'vector': 'CVSS:3.1/AV:L/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_connect_pa_sync() callback There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that.
Title Bluetooth: hci_sync: hold conn in hci_connect_pa_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:18.894Z

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

Link: CVE-2026-74529

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74529

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74529 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T03:00:09Z

Weaknesses