CVE-2026-23750 HIGH

CVE-2026-23750: Golioth Pouch (prior to commit 1b2219a1) BLE GATT Heap-based Buffer Overflow

Vendor Golioth
Product Pouch
Weakness CWE-122
Published February 26, 2026
Last update May 26, 2026

CVSS base score

7.2/10
Attack vector Adjacent
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

February 26, 2026 CVE published
May 26, 2026 Record updated