Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix memory leak in hci_update_adv_data() When hci_cmd_sync_queue() failed in hci_update_adv_data(), inst_ptr is not freed, which will cause memory leak, convert to use ERR_PTR/PTR_ERR to pass the instance to callback so no memory needs to be allocated.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.0, < 6.1.9 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/1ed8b37cbaf14574c779064ef1372af62e8ba6aaPatch
- https://git.kernel.org/stable/c/8ac6043bd3e5b58d30f50737aedc2e58e8087ad5Patch
FAQ
What is CVE-2023-53017?
CVE-2023-53017 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix memory leak in hci_update_adv_data() When hci_cmd_sync_queue() failed in hci_update_adv_data(), inst_ptr ...
How severe is CVE-2023-53017?
CVE-2023-53017 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-53017?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.