Intel

AIKIDO-2026-526379

zephyrproject-rtos.zephyr is vulnerable to Out-of-Bounds Read

Out-of-Bounds ReadCVE-2026-11809 Published Aug 13, 2026

37

Low Risk

This Affects:

C++zephyrproject-rtos.zephyr
2.0.0 - 4.4.1
Fixed in 4.4.2
Are you affected? Scan for Free

TL;DR

The UpdateHub client copies server-supplied probe metadata into an unzeroed heap buffer without the terminating NUL byte, so a later strlen() on that buffer can read a few bytes past the end of the allocation. The fallback parse branch is reached when the primary metadata parse fails, which a malicious or compromised update server can force. The over-read walks into adjacent allocator metadata and can only reach a small bounded amount of heap content, with no out-of-bounds write and no disclosure channel back to the caller. The fix zeroes the copy buffer before the copy so the string operations stay within the allocation.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you enable the UpdateHub OTA client, which parses probe metadata from a configurable UpdateHub server.

Background info

zephyrproject-rtos.zephyr is vulnerable to Out-of-Bounds Read in versions 2.0.0 - 4.4.1.

How to fix this

Upgrade the zephyrproject-rtos.zephyr library to the patch version.