CVE-2026-23747

Source
https://cve.org/CVERecord?id=CVE-2026-23747
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23747.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-23747
Published
2026-02-26T17:30:13.495Z
Modified
2026-07-08T08:12:40.469140610Z
Severity
  • 6.3 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
Golioth Firmware SDK < 0.22.0 Payload Utils Stack-based Buffer Overflow
Details

Golioth Firmware SDK version 0.10.0 prior to 0.22.0, fixed in commit 48f521b, contain a stack-based buffer overflow in Payload Utils. The goliothpayloadasint() and goliothpayloadasfloat() helpers copy network-supplied payload data into fixed-size stack buffers using memcpy() with a length derived from payloadsize. The only length checks are guarded by assert(); in release builds, the asserts are compiled out and memcpy() may copy an unbounded payloadsize. Payloads larger than 12 bytes (int) or 32 bytes (float) can overflow the stack, resulting in a crash/denial of service. This is reachable via LightDB State on_payload with a malicious server or MITM.

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

Affected packages

Git / github.com/golioth/golioth-firmware-sdk

Affected ranges

Type
GIT
Repo
https://github.com/golioth/golioth-firmware-sdk
Events
Database specific
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0.10.0"
        },
        {
            "fixed": "0.22.0"
        }
    ]
}

Affected versions

v0.*
v0.10.0
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.12.2
v0.13.0
v0.13.1
v0.14.0
v0.15.0
v0.16.0
v0.17.0
v0.18.0
v0.18.1
v0.19.0
v0.19.1
v0.20.0
v0.21.0
v0.21.1

Database specific

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