Vulnerability in Linux
CVE-2026-53364
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate() hci_le_big_terminate() allocates iso_list_data via kzalloc_obj but returns 0 without freeing it when neither pa_sync_term nor big_sync_term flags are set after evaluating the PA and BIG sync connection state. This early-return path was introduced when hci_le_big_terminate() was refactored to take struct hci_conn instead of raw u8 parameters, adding PA/BIG flag evaluation logic. The existing kfree() on hci_cmd_sync_queue failure does not cover this path.
EPSS: 0.002 (5.6th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 7.1, 087812a6119b4cd5c9d658b48aee40a25707a1c6, a8444cca514edd4e47e322926b10516a5a6d7016
- Linux Linux_kernel — versions 7.1
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-53364?
- CVE-2026-53364 is a medium-severity vulnerability in Linux, classified under Missing Release of Memory after Effective Lifetime. CVSS score: 5.5/10. Published 2026-07-13.
- How severe is CVE-2026-53364?
- Medium severity. CVSS v3 base score is 5.5 out of 10.