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

Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync

hci_get_route() returns a reference-counted hci_dev pointer via
hci_dev_hold(). The function exits normally or with an error without ever
releasing it.
Published: 2026-06-25
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The bug causes the Linux kernel’s Bluetooth ISO subsystem to leak a reference to the hci_dev structure every time a big sync request is processed. The reference is acquired by hci_get_route() and never released, leading to a gradual growth of the reference count and allocation of resources. Over time this exhaustion can destabilize the kernel, trigger crashes or freezes, and ultimately deny service.

Affected Systems

The flaw exists in the Linux kernel; specific affected releases are not listed, but the issue was present before the patch commits referenced in the advisory and would affect any kernel version that utilizes the iso_conn_big_sync routine until the fix is merged. All distributions shipping an older kernel build are potentially vulnerable.

Risk and Exploitability

Because the vulnerability is tied to Bluetooth ISO operations, an attacker with the ability to send Bluetooth ISO frames to the host could repeatedly invoke iso_conn_big_sync and trigger the leak. No known public exploits exist and the EPSS score is not available, but the absence of a release makes the risk high for systems that remain on older kernels. The flaw is not listed in the CISA KEV catalog, yet it represents a local or remote denial‑of‑service exposure that could be abused in environments where Bluetooth access is granted.

Generated by OpenCVE AI on June 25, 2026 at 11:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes commit 23e8eb16820b866528fb300dc67fe3f67f00ef62 or later.
  • If an update cannot be applied immediately, disable Bluetooth ISO functionality or block Bluetooth traffic to the host to stop iso_conn_big_sync from executing.
  • Continuously monitor kernel logs and system stability for signs of resource exhaustion and apply targeted patches as soon as they become available.

Generated by OpenCVE AI on June 25, 2026 at 11:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 25 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-545

Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync hci_get_route() returns a reference-counted hci_dev pointer via hci_dev_hold(). The function exits normally or with an error without ever releasing it.
Title Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_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-06-25T08:39:43.290Z

Reserved: 2026-06-09T07:44:35.394Z

Link: CVE-2026-53251

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T12:00:13Z

Weaknesses
  • CWE-545

    DEPRECATED: Use of Dynamic Class Loading