CVE-2026-94418
Last modified
CVE-2026-94418 is a low-severity vulnerability rated 2.3/10 on the CVSS scale. Under WOLFSSL_SMALL_CERT_VERIFY, ProcessPeerCertParse() runs the certificate signature check separately from the parse to keep peak memory down, then merges the two results, but it merged the signature result back only when the parse returned 0, so any parse error hid it. ParseCertRelative() reaches its validity-date, name-constraint and critical-extension checks only after ConfirmSignature() has passed, so splitting the signature check out inverts the precedence that makes "override date errors" a sound policy, and ASN_SIG_CONFIRM_E is never surfaced anywhere.
Description
Under WOLFSSL_SMALL_CERT_VERIFY, ProcessPeerCertParse() runs the certificate signature check separately from the parse to keep peak memory down, then merges the two results, but it merged the signature result back only when the parse returned 0, so any parse error hid it. ParseCertRelative() reaches its validity-date, name-constraint and critical-extension checks only after ConfirmSignature() has passed, so splitting the signature check out inverts the precedence that makes "override date errors" a sound policy, and ASN_SIG_CONFIRM_E is never surfaced anywhere. The attacker needs no key material from the real PKI and no CA compromise: a self-made certificate carrying the expected subject name, the trusted CA's subject as its issuer, arbitrary bytes where the signature goes, a validity window in the past and the attacker's own key pair is sufficient. Affected builds define WOLFSSL_SMALL_CERT_VERIFY, which is off by default, is not set implicitly by any platform or preset header, and is not reachable from any CMake option; the autotools routes are --enable-lowresource, --enable-leantls, --enable-tinytls13=cert and --enable-tinytls13=mutualauth, and examples/configs/user_settings_embedded.h reaches it through WC_CFG_SMALL_CERT_VERIFY, which ships as 0, while neither --enable-all nor --enable-distro enables it at all. The application must additionally install a verify callback through wolfSSL_CTX_set_verify() or wolfSSL_set_verify() with WOLFSSL_VERIFY_PEER that returns 1 for ASN_BEFORE_DATE_E or ASN_AFTER_DATE_E; wolfSSL ships this exact shape as myVerify() in wolfssl/test.h under VERIFY_OVERRIDE_DATE_ERR, which examples/client -D selects. An application with no callback, or whose callback returns preverify for date errors, still fails the handshake, and wolfSSL_CertManagerVerifyBuffer() and wc_CheckCertSignature() report ASN_SIG_CONFIRM_E correctly in the same binary. TLS 1.2 and TLS 1.3 are affected in both directions, and DTLS reaches the same function; where the forged certificate is a chain certificate the callback's consent causes it to be cached in the WOLFSSL_CTX certificate manager, so an exposed deployment must restart the context or the process rather than merely reconnect.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| wolfSSL | wolfSSL | >= 3.15.5, <= 5.9.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-94418?
How severe is CVE-2026-94418?
How do I fix CVE-2026-94418?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9441A security flaw has been discovered in Edimax BR-6478AC 1.23…6.3
- CVE-2026-94411jshERP 3.6 contains a privilege escalation vulnerability in …8.8
- CVE-2026-94412jshERP through 3.6 contains an authorization bypass vulnerab…8.8
- CVE-2026-94413jshERP through 3.6 fails to redact password hashes in the /u…6.5
- CVE-2026-94414jshERP through 3.6 is missing an authorization check on the …5.4
- CVE-2026-94416An authorization bypass was found in the Ansible Automation …6.8
- CVE-2026-94419Without NO_SESSION_CACHE_REF, wolfSSL_get_session() does not…2.3
- CVE-2026-9442A weakness has been identified in Edimax BR-6478AC 1.23. Thi…8.8
- CVE-2026-94424A vulnerability has been found in Moore Threads MTT S80 Driv…8.8
- CVE-2026-94425A vulnerability was found in Moore Threads MTT S80 Driver Pa…8.8
- CVE-2026-94426A vulnerability was determined in xuxueli xxl-job up to 3.5.…3.5
- CVE-2026-9443A security vulnerability has been detected in Edimax BR-6478…8.8
Are you affected by CVE-2026-94418?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
