๐Ÿ” CVE Alert

CVE-2026-5589

MEDIUM 6.3

Out-of-bounds write caused by an integer underflow in the Bluetooth Mesh subsystem.

CVSS Score
6.3
EPSS Score
0.0%
EPSS Percentile
6th

An integer underflow in bt_mesh_sol_recv() in the Bluetooth Mesh solicitation handling (subsys/bluetooth/mesh/solicitation.c) leads to an out-of-bounds write. When CONFIG_BT_MESH_OD_PRIV_PROXY_SRV is enabled, the function parses solicitation PDUs from raw BLE advertising payloads. The AD parsing loop reads an attacker-controlled length byte (reported_len) and computes reported_len - 3 without checking that reported_len >= 3. When reported_len is less than 3, the subtraction is performed in signed int arithmetic and yields a negative value that bypasses the length guard and is then implicitly converted to a very large size_t when passed to net_buf_simple_pull_mem(). In builds without assertions, this wraps the buffer length and advances the data pointer far out of bounds, so subsequent reads dereference invalid memory. A nearby BLE device can trigger this with a non-connectable advertisement carrying a UUID16 AD structure and a crafted length byte, with no pairing or prior association required, potentially leading to denial of service or arbitrary code execution.

CWE CWE-787
Vendor zephyrproject-rtos
Product zephyr
Published Jun 4, 2026
Last Updated Jun 5, 2026
Stay Ahead of the Next One

Get instant alerts for zephyrproject-rtos zephyr

Be the first to know when new medium vulnerabilities affecting zephyrproject-rtos zephyr are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

zephyrproject-rtos / Zephyr
* โ‰ค 4.3.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-4pm9-4v7f-x6gr