X.509 trust-chain bypass (path-depth exhaustion) in the OpenSSL compatibility certificate verifier (wolfSSL_X509_verify_cert()). This affects only builds with --enable-opensslextra whose application calls X509_verify_cert() with caller-supplied untrusted intermediates; for those users it is critical, otherwise the library is unaffected. Native wolfSSL TLS/DTLS usage is not impacted. X509_verify_cert() returned success based only on the last verified link rather than on reaching a trust anchor: when the supplied chain is deeper than the verifier's maximum path depth (default 100), path building runs out of depth while still walking untrusted intermediates and the chain is accepted even though it never reaches a configured trust anchor, allowing acceptance of an attacker-controlled certificate. The default TLS handshake (WOLFSSL_VERIFY_PEER) is not affected; only applications doing manual or deferred verification through this API are.
CVE-2026-11999
Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-06-25. NVD baseline CVSS 7.5; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(high)
- EPSS
- 4.1%
- KEV
- Not listed
Published
June 25, 2026
Last Modified
June 26, 2026
Advisory Details (2)
Auto-updated Jun 25, 2026wolfSSL Security Vulnerabilities | Documentation - wolfSSL
https://www.wolfssl.com/docs/security-vulnerabilities/Fixes for OpenSSL compatibility layer
Fix merged in wolfSSL/wolfssl PR #10674 on 2026-06-12 — awaiting tagged release
https://github.com/wolfSSL/wolfssl/pull/10674Vendor Advisories for CVE-2026-11999(2)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 33× in last 7d / 59× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-06 23:57 UTCEG score recompute
- 2026-07-06 23:57 UTCGHSA enrichment
- 2026-07-06 11:18 UTCEG score recompute
- 2026-07-06 11:18 UTCGHSA enrichment
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 22:36 UTCEG score recompute
- 2026-07-05 22:36 UTCGHSA enrichment
- 2026-07-05 09:57 UTCEG score recompute
- 2026-07-05 09:57 UTCGHSA enrichment
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 21:19 UTCEG score recompute
- 2026-07-04 21:19 UTCGHSA enrichment
- 2026-07-04 08:39 UTCEG score recompute
- 2026-07-04 08:39 UTCGHSA enrichment
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 20:00 UTCEG score recompute
- 2026-07-03 20:00 UTCGHSA enrichment
- 2026-07-03 07:21 UTCEG score recompute
- 2026-07-03 07:21 UTCGHSA enrichment
- 2026-07-02 18:42 UTCEG score recompute
- 2026-07-02 18:42 UTCGHSA enrichment
- 2026-07-02 06:04 UTCEG score recompute
- 2026-07-02 06:03 UTCGHSA enrichment
- 2026-07-01 17:24 UTCEG score recompute
Show 34 moreShow fewer
- 2026-07-01 17:24 UTCGHSA enrichment
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 04:46 UTCEG score recompute
- 2026-07-01 04:46 UTCGHSA enrichment
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 16:04 UTCEG score recompute
- 2026-06-30 16:04 UTCGHSA enrichment
- 2026-06-30 03:26 UTCEG score recompute
- 2026-06-30 03:26 UTCGHSA enrichment
- 2026-06-29 14:48 UTCEG score recompute
- 2026-06-29 14:48 UTCGHSA enrichment
- 2026-06-29 02:09 UTCEG score recompute
- 2026-06-29 02:09 UTCGHSA enrichment
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 13:30 UTCEG score recompute
- 2026-06-28 13:30 UTCGHSA enrichment
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 00:52 UTCEG score recompute
- 2026-06-28 00:52 UTCGHSA enrichment
- 2026-06-27 12:14 UTCEG score recompute
- 2026-06-27 12:14 UTCGHSA enrichment
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 23:35 UTCEG score recompute▼ 0.70
- 2026-06-26 23:35 UTCGHSA enrichment
- 2026-06-26 17:41 UTCNVD updateCVSS v3 → 7.5
- 2026-06-26 10:57 UTCEG score recompute
- 2026-06-26 10:57 UTCGHSA enrichment
- 2026-06-25 19:50 UTCEG score recompute▲ 8.20
- 2026-06-25 19:50 UTCGHSA enrichment
- 2026-06-25 19:49 UTCNVD updateCVSS v3 → 8.2 · CVSS v4 → 8.2
- 2026-06-25 18:46 UTCEG score recompute
- 2026-06-25 18:46 UTCGHSA enrichment
Related CVEs(same CWE)
Same CWE
10 shownCWE-295
Frequently asked(5)
What is CVE-2026-11999?
When was CVE-2026-11999 disclosed?
Is CVE-2026-11999 actively exploited?
What is the CVSS score of CVE-2026-11999?
How do I remediate CVE-2026-11999?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-11999
Is Your Infrastructure Affected by CVE-2026-11999?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.