CVE-2026-22211

Source
https://cve.org/CVERecord?id=CVE-2026-22211
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-22211.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-22211
Published
2026-01-14T15:19:54.833Z
Modified
2026-07-16T03:31:05.714995591Z
Severity
  • 5.1 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
TinyOS <= 2.1.2 Global Buffer Overflow in printfUART
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-787"
    ],
    "cna_assigner": "VulnCheck",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/22xxx/CVE-2026-22211.json"
}
References

Affected packages

Git / github.com/tinyos/tinyos-main

Affected ranges

Type
GIT
Repo
https://github.com/tinyos/tinyos-main
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "2.1.2"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

Other
release_tinyos_2_1_2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-22211.json"