CVE-2026-22211 - TinyOS <= 2.1.2 global buffer overflow in printfuart - Guide

CVE-2026-22211 - TinyOS <= 2.1.2 global buffer overflow in printfuart - Guide

CVE ID : CVE-2026-22211 Published : Jan. 14, 2026, 3:19 p.m. | 21 minutes ago Description : TinyOS versions up to and including 2.1.2 contain a global buffer overflow vulnerability in the printfUART formatted output implementation used within the ZigBee / IEEE 802.15.4 networking stack. The implementation formats output into a fixed-size global buffer and concatenates strings for %s format specifiers using strcat() without verifying remaining buffer capacity. When printfUART is invoked with a caller-controlled string longer than the available space, the unbounded sprintf/strcat sequence writes past the end of debugbuf, resulting in global memory corruption. This can cause denial of service, unintended behavior, or information disclosure via corrupted adjacent global state or UART output. Severity: 5.1 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVE Details

Severity
MEDIUM
Published
Jan. 14, 2026
Attack Vector: adjacent
Impact: denial of service

Source: Telegram CVE Monitor