๐Ÿ” CVE Alert

CVE-2026-22211

UNKNOWN 0.0

TinyOS <= 2.1.2 Global Buffer Overflow in printfUART

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-787
Vendor tinyos
Product tinyos
Published Jan 14, 2026
Last Updated Jul 14, 2026
Stay Ahead of the Next One

Get instant alerts for tinyos tinyos

Be the first to know when new unknown vulnerabilities affecting tinyos tinyos are published โ€” delivered to Slack, Telegram or Discord.

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

Affected Versions

TinyOS / TinyOS
0 โ‰ค 2.1.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
seclists.org: https://seclists.org/fulldisclosure/2026/Jan/14 github.com: https://github.com/tinyos/tinyos-main vulncheck.com: https://www.vulncheck.com/advisories/tinyos-global-buffer-overflow-in-printfuart

Credits

Ron Edgerson