GHSA-98ww-gw4p-68m3 · Severity: low — Two potential heap out-of-bounds write locations existed in DecodeObjectId() in wolfcrypt/src/asn...
Two potential heap out-of-bounds write locations existed in DecodeObjectId() in wolfcrypt/src/asn.c. First, a bounds check only validates one available slot before writing two OID arc values (out[0] and out[1]), enabling a 2-byte out-of-bounds write when outSz equals 1. Second, multiple callers pass sizeof(decOid) (64 bytes on 64-bit platforms) instead of the element count MAX_OID_SZ (32), causing the function to accept crafted OIDs with 33 or more arcs that write past the end of the allocated buffer.
Conclusion & alert: CVE-2026-5187 is rated Low Risk (16.4/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.28%). Mandatory action: Low composite risk—no urgent action required; patch on your normal maintenance cycle and revisit priority if CVSS or EPSS increases.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.06% | 0.28% | +0.23% |
| 2 | 2026-05-11 | 0.04% | 0.06% | +0.01% |
| 3 | 2026-04-10 | — | 0.04% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 2.3 | 4.0 | LOW |
|
— | — | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-98ww-gw4p-68m3 · Severity: low — Two potential heap out-of-bounds write locations existed in DecodeObjectId() in wolfcrypt/src/asn...
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-5187: 1 source package rows (wolfssl); 16 state rows across 2 repos (3.23-community, edge-community); fixed 0, open 16. | https://security.alpinelinux.org/vuln/CVE-2026-5187 |
debian
|
not yet assigned | CVE-2026-5187 not yet assigned priority: Debian including 1 source packages (wolfssl), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-5187 |
ubuntu
|
medium | CVE-2026-5187 medium priority: Ubuntu including 1 source packages (wolfssl), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, upstream, xenial): needs-triage 7. | https://ubuntu.com/security/CVE-2026-5187 |
| URL | Tags |
|---|---|
| https://github.com/wolfSSL/wolfssl | Product |