CVE-2026-23748

Golioth Firmware SDK version 0.10.0 prior to 0.22.0, fixed in commit d7f55b38, contain an out-of-bounds read in LightDB State string parsing. When processing a string payload, a payload_size value less than 2 can cause a size_t underflow when computing the number of bytes to copy (nbytes). The subsequent memcpy() reads past the end of the network buffer, which can crash the device. The condition is reachable from on_payload, and golioth_payload_is_null() does not block payload_size==1. A malicious server or MITM can trigger a denial of service.
Configurations

No configuration.

History

27 Feb 2026, 15:16

Type Values Removed Values Added
References
  • () https://blog.secmate.dev/posts/golioth-vulnerabilities-disclosure/ -

26 Feb 2026, 19:32

Type Values Removed Values Added
References
  • () https://secmate.dev/disclosures/SECMATE-2025-0016 -

26 Feb 2026, 18:23

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-26 18:23

Updated : 2026-02-27 15:16


NVD link : CVE-2026-23748

Mitre link : CVE-2026-23748

CVE.ORG link : CVE-2026-23748


JSON object : View

Products Affected

No product.

CWE
CWE-191

Integer Underflow (Wrap or Wraparound)