PatchSiren cyber security CVE debrief
CVE-2026-23750 Golioth CVE debrief
CVE-2026-23750 is a heap-based buffer overflow vulnerability in Golioth Pouch version 0.1.0, prior to commit 1b2219a1. The vulnerability occurs in the BLE GATT server certificate handling. The server_cert_write() function 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.
- Vendor
- Golioth
- Product
- Pouch
- CVSS
- HIGH 7.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-02-26
- Original CVE updated
- 2026-07-14
- Advisory published
- 2026-02-26
- Advisory updated
- 2026-07-14
Who should care
Organizations using Golioth Pouch version 0.1.0 prior to commit 1b2219a1 should be aware of this vulnerability. The vulnerability has a CVSS score of 7.2 and is classified as HIGH severity. The vulnerability can be exploited by an adjacent BLE client, and the impact includes heap overflow, crash, and potential memory corruption.
Technical summary
The vulnerability is caused by the server_cert_write() function allocating a heap buffer of size CONFIG_POUCH_SERVER_CERT_MAX_LEN when receiving the first fragment, then appending subsequent fragments using memcpy() without verifying that sufficient capacity remains. This allows an adjacent BLE client to 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. The vulnerability is classified as CWE-122.
Defensive priority
High
Recommended defensive actions
- Inventory and verify affected Golioth Pouch installations
- Apply patch or upgrade to a fixed version
- Implement compensating controls to detect and prevent exploitation
- Monitor for suspicious BLE activity
- Exception tracking and retest
Evidence notes
The CVE record was published on 2026-02-26T18:23:06.980Z and was last modified on 2026-07-14T16:16:53.030Z. The NVD entry is currently Deferred. The vulnerability has a CVSS score of 7.2 and is classified as HIGH severity.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-23750 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-23750
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-23750 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-23750
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://blog.secmate.dev/posts/golioth-vulnerabilities-disclosure/
-
Source reference
Unverified legacy reference
URL: https://github.com/golioth/pouch/commit/1b2219a1
-
Source reference
Unverified legacy reference
URL: https://secmate.dev/disclosures/SECMATE-2025-0018
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/golioth-pouch-ble-gatt-heap-based-buffer-overflow
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.