CVE-2026-12340
Undergoing Analysis
Undergoing Analysis - In Progress
Out-of-Bounds Heap Read in wolfSSL SM2/SM3 Certificate Verification
Publication date: 2026-06-25
Last updated on: 2026-06-25
Assigner: wolfSSL Inc.
Description
Description
Out-of-bounds heap read during SM2/SM3 certificate signature verification. When parsing a certificate with an SM3wSM2 signature, the Subject Key Identifier computation reads the trailing 65 bytes of the public key without checking that the key is at least that long. A public key shorter than 65 bytes results in an out-of-bounds heap read, leading to a potential crash (denial of service); there is no out-of-bounds write. Note this only affects builds with SM2 support (--enable-sm2 or --enable-all).
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wolfssl | wolfssl | From 3.0.0 (inc) |
| wolfssl | wolfssl | From 2026-06-10 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |