In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix memory leak in hci_req_sync_complete() In 'hci_req_sync_complete()', always free the previous sync request state before assigning reference to a new one.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.