CVE-2026-23750

HIGH EPSS 5.2%
Published Feb 26, 20264mo ago · Modified Apr 15, 20262mo ago
7.2 CVSS 4.0
High
Find Similar
Published Feb 26, 2026 4mo ago
Last Modified Apr 15, 2026 2mo ago

Description

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.

CVSS Details

Base Score
7.2
Exploitability
Impact
Vector string
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Adjacent
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
5.2% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-122

References 4

  • blog.secmate.dev https://blog.secmate.dev/posts/golioth-vulnerabilities-disclosure/
  • github.com https://github.com/golioth/pouch/commit/1b2219a1
  • secmate.dev https://secmate.dev/disclosures/SECMATE-2025-0018
  • vulncheck.com https://www.vulncheck.com/advisories/golioth-pouch-ble-gatt-heap-based-buffer-overflow

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.