CVE-2026-22214

RIOT OS versions up to and including 2026.01-devel-317 contain a stack-based buffer overflow vulnerability in the ethos utility due to missing bounds checking when processing incoming serial frame data. The vulnerability occurs in the _handle_char() function, where incoming frame bytes are appended to a fixed-size stack buffer without verifying that the current write index remains within bounds. An attacker capable of sending crafted serial or TCP-framed input can cause the current write index to exceed the buffer size, resulting in a write past the end of the stack buffer. This condition leads to memory corruption and application crash.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:riot-os:riot:*:*:*:*:*:*:*:*
cpe:2.3:o:riot-os:riot:2026.01:devel:*:*:*:*:*:*
cpe:2.3:o:riot-os:riot:2026.01:rc1:*:*:*:*:*:*

History

No history.

Information

Published : 2026-01-12 23:15

Updated : 2026-01-21 17:43


NVD link : CVE-2026-22214

Mitre link : CVE-2026-22214

CVE.ORG link : CVE-2026-22214


JSON object : View

Products Affected

riot-os

  • riot
CWE
CWE-121

Stack-based Buffer Overflow