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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*

History

22 Jul 2026, 19:07

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
References () https://git.kernel.org/stable/c/a59d4f4217e6200ca9180643e5738a87d3fa8be0 - () https://git.kernel.org/stable/c/a59d4f4217e6200ca9180643e5738a87d3fa8be0 - Patch
References () https://git.kernel.org/stable/c/bfa9d28960ed677d556bdf097073bc3129686229 - () https://git.kernel.org/stable/c/bfa9d28960ed677d556bdf097073bc3129686229 - Patch
References () https://git.kernel.org/stable/c/e6b78019664dfe37c3dc707f50e7b453d6c7726d - () https://git.kernel.org/stable/c/e6b78019664dfe37c3dc707f50e7b453d6c7726d - Patch
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
CWE CWE-401
First Time Linux linux Kernel
Linux

13 Jul 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-13 18:16

Updated : 2026-07-22 19:07


NVD link : CVE-2026-53364

Mitre link : CVE-2026-53364

CVE.ORG link : CVE-2026-53364


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-401

Missing Release of Memory after Effective Lifetime