CVE-2026-43021
Bluetooth: hci_sync Memory Leak in Linux Kernel
Publication date: 2026-05-01
Last updated on: 2026-05-01
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | linux_kernel | * |
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's Bluetooth subsystem, specifically in the hci_sync component. When the function hci_cmd_sync_queue_once() fails and returns an error, a necessary destroy callback is not called. This results in leaking references or memory because the cleanup process is not properly executed on failure.
How can this vulnerability impact me? :
The impact of this vulnerability is primarily related to resource management. Because memory or references are leaked when the failure occurs, it can lead to increased memory usage and potentially degrade system performance or stability over time. In severe cases, this could cause system crashes or denial of service due to resource exhaustion.