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

Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails

When hci_cmd_sync_queue_once() returns with error, the destroy callback
will not be called.

Fix leaking references / memory on these failures.
Published: 2026-05-01
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s Bluetooth hci_sync component fails to release references when hci_cmd_sync_queue_once returns an error, which leaves memory unreleased. If the failure occurs repeatedly, the kernel can exhaust its memory pool, degrading performance or causing a crash. The flaw is an improper cleanup on failure (CWE-772) that results in a memory leak (CWE-401).

Affected Systems

All Linux kernels that implement the Bluetooth hci_sync responsible for packet synchronization are potentially impacted. The vulnerability does not specify exact versions, so any kernel that predates the patch commit which introduced the leak fix remains vulnerable.

Risk and Exploitability

The CVSS score of 5.5 indicates medium severity. The EPSS score of 0.00024 (<1%) indicates a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The flaw likely requires an attacker to induce a queue failure, which can be achieved by sending malformed Bluetooth commands or stressing the Bluetooth controller; therefore the attack vector is inferred to be through the Bluetooth interface. While no public exploits are documented, repeated failures could lead to memory exhaustion and cause a denial of service.

Generated by OpenCVE AI on May 8, 2026 at 20:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that incorporates the hci_sync memory‑leak fix and reboot the system.
  • If a kernel upgrade cannot be performed immediately, disable the Bluetooth subsystem or restrict its usage until the patch is applied.
  • Block Bluetooth traffic using firewall or ACL rules until the kernel has been updated.

Generated by OpenCVE AI on May 8, 2026 at 20:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 08 May 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
Metrics cvssV3_1

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

cvssV3_1

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


Sat, 02 May 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Sat, 02 May 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Fri, 01 May 2026 23:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Fri, 01 May 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails When hci_cmd_sync_queue_once() returns with error, the destroy callback will not be called. Fix leaking references / memory on these failures.
Title Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails
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-05-11T22:16:10.521Z

Reserved: 2026-05-01T14:12:55.975Z

Link: CVE-2026-43021

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-01T15:16:46.367

Modified: 2026-05-08T14:50:04.047

Link: CVE-2026-43021

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-01T00:00:00Z

Links: CVE-2026-43021 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-08T21:00:10Z

Weaknesses