olioth 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.
No configuration.
27 Feb 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
26 Feb 2026, 19:32
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary | (en) 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. |
26 Feb 2026, 18:23
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2026-02-26 18:23
Updated : 2026-02-27 15:16
NVD link : CVE-2026-23750
Mitre link : CVE-2026-23750
CVE.ORG link : CVE-2026-23750
JSON object : View
No product.
Heap-based Buffer Overflow