Intel

AIKIDO-2026-211008

zephyrproject-rtos.zephyr is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)CVE-2026-11811 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 over-the-air client leaks its CoAP/DTLS socket descriptor on connection-setup failure paths because the cleanup step is gated on a flag that is already cleared when the socket is opened. When the DTLS option or the connect step fails, the descriptor is never closed and is overwritten by the next attempt, permanently leaking it from the shared socket pool. The failing path runs on every periodic OTA poll when the server is unreachable or when traffic is disrupted, so repeated failures gradually exhaust the pool and degrade device networking until reboot. The fix closes the open socket on the failure paths.

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, whose periodic polling reaches the leaking connection-setup path when the server is unreachable.

Background info

zephyrproject-rtos.zephyr is vulnerable to Denial of Service (DoS) in versions 2.0.0 - 4.4.1.

How to fix this

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