Heap-based Buffer Overflow Affecting zephyrproject-rtos/zephyr package, versions [,3.7.0-rc2)
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.04% (14th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-UNMANAGED-ZEPHYRPROJECTRTOSZEPHYR-7981552
- published 15 Sep 2024
- disclosed 13 Sep 2024
- credit ekleezg
Introduced: 13 Sep 2024
CVE-2024-6259 Open this link in a new tabHow to fix?
Upgrade zephyrproject-rtos/zephyr
to version 3.7.0-rc2 or higher.
Overview
Affected versions of this package are vulnerable to Heap-based Buffer Overflow due to not checking the remaining size of a buffer in the bt_hci_le_adv_ext_report()
function in bluetooth/host/scan.c
before passing it on to the cont
routine.