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

Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync

Dereferencing RCU-protected pointers outside critical sections is
invalid and may lead to UAF.

Take hdev->lock for hci_conn lookup and hci_abort_conn(). Don't use RCU
to ensure the conn is fully initialized at this point.
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is in the Linux kernel’s Bluetooth management subsystem. It allows a use‑after‑free condition by dereferencing RCU‑protected pointers outside proper critical sections during unpair_device or disconnect_sync operations. If exploited, this weakness could corrupt memory, potentially leading to arbitrary code execution or a system crash.

Affected Systems

Any Linux kernel build that includes the Bluetooth stack before the fix in the referenced Git patches is affected. In practice, this includes all kernel versions released prior to the patch, regardless of distribution vendor.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity. The EPSS score of less than 1% suggests exploitation has not been observed widely. Based on the description, the likely attack vector is via the Bluetooth management interface, requiring local interaction with the Bluetooth subsystem. No public exploits have been documented, and the vulnerability is not listed in CISA KEV. However, a successful local exploit could grant privilege escalation, arbitrary code execution, or denial of service.

Generated by OpenCVE AI on August 14, 2026 at 01:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the bug fix referenced in the provided Git patches.
  • If an upgrade is not immediately possible, apply the patch changes from the cited Git commits to the kernel source and rebuild.
  • If Bluetooth is not required, disable the Bluetooth subsystem or restrict access to the management interface to reduce exposure.

Generated by OpenCVE AI on August 14, 2026 at 01:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Sun, 23 Aug 2026 13:15:00 +0000


Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

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'}


Wed, 12 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 12 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Important


Mon, 10 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync Dereferencing RCU-protected pointers outside critical sections is invalid and may lead to UAF. Take hdev->lock for hci_conn lookup and hci_abort_conn(). Don't use RCU to ensure the conn is fully initialized at this point.
Title Bluetooth: mgmt: fix locking in unpair_device/disconnect_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:46:21.017Z

Reserved: 2026-07-30T09:28:09.388Z

Link: CVE-2026-68392

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:32.550

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

Link: CVE-2026-68392

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-10T12:04:11Z

Links: CVE-2026-68392 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:15:17Z

Weaknesses
  • CWE-413

    Improper Resource Locking