Buffer overflow in Golioth Pouch

CVE-2026-23750

Golioth Pouch version 0.1.0, prior to commit 1b2219a1, contains a heap-based buffer overflow in BLE GATT server certificate handling. server_cert_write() allocates a heap buffer of size CONFIG_POUCH_SERVER_CERT_MAX_LEN when receiving the first fragment, then appends subsequent fragments using memcpy() without verifying that sufficient capacity remains. An adjacent BLE client can send unauthenticated fragments whose combined size exceeds the allocated buffer, causing a heap overflow and crash; integrity impact is also possible due to memory corruption.

Vulnerability class: Buffer Overflow

EPSS: 0.001 (4.3th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 8.1 (High). Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H.

Affected products

  • Golioth Pouch — versions 0.1.0, 1b2219a159bcbef3f37caa303bbf14d14e979c11

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-23750?
CVE-2026-23750 is a high-severity vulnerability in Golioth Pouch, classified under Heap-based Buffer Overflow. CVSS score: 8.1/10. Published 2026-02-26.
How severe is CVE-2026-23750?
High severity. CVSS v3 base score is 8.1 out of 10.