In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hci_conn: Fix memory leaks
When hci_cmd_sync_queue() failed in hci_le_terminate_big() or
hci_le_big_terminate(), the memory pointed by variable d is not freed,
which will cause memory leak. Add release process to error path.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-03-27 17:15
Updated : 2025-10-01 18:15
NVD link : CVE-2023-53018
Mitre link : CVE-2023-53018
CVE.ORG link : CVE-2023-53018
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
