AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-68392

HIGH · CVSS 7.8 EPSS 0.13%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the Bluetooth management subsystem, specifically in the handling of device unpairing and connection disconnection. The issue arises from improper dereferencing of RCU-protected pointers outside critical sections, which could lead to a use-after-free (UAF) condition. System administrators and developers managing Linux environments with Bluetooth capabilities should prioritize addressing this vulnerability to mitigate potential exploitation risks.

CVE
CVE-2026-68392
Severity
HIGH
CVSS
7.8
EPSS
0.13%
Linux

Original NVD 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.