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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the Bluetooth management subsystem of the Linux kernel allows an attacker to trigger a use‑after‑free condition by manipulating the unpair_device and disconnect_sync functions. The flaw arises from dereferencing RCU‑protected pointers outside appropriate critical sections, which can corrupt memory. If an attacker can exploit this UAF, they could potentially execute arbitrary code or crash the system. This weakness is a classic example of CWE‑416.

Affected Systems

The affected product is the Linux kernel itself, across all vendor builds that include the Bluetooth stack before the patch. Variations of all Linux kernel versions prior to the inclusion of the patch are therefore impacted; specific release numbers are not included in the advisory.

Risk and Exploitability

The CVSS score is not supplied, and EPSS is unavailable, so the exact exploitation probability is unknown. Because the flaw requires a local context to trigger the dereference, a privileged or local attacker with the ability to interact with the Bluetooth stack can exercise the condition. No public exploits are known, and the vulnerability is not flagged in CISA KEV. Nevertheless, a use‑after‑free can lead to privilege escalation or denial of service.

Generated by OpenCVE AI on August 10, 2026 at 16:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel release that incorporates the fix referenced in the provided Git patches.
  • If an immediate upgrade is not possible, manually apply the patch changes from the Git commits cited in the advisory to the kernel source before building.
  • Disable or restrict the Bluetooth management interface on systems that do not require it to limit the attack surface.

Generated by OpenCVE AI on August 10, 2026 at 16:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-10T12:04:11.543Z

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

Link: CVE-2026-68392

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T16:15:04Z

Weaknesses