2026-09-27 9:14CVE-2026-89135wolfSSL
PUBLISHED5.2CWE-295

Failed X509_verify_cert leaves unverified CA in shared CertManager

A failed X509_verify_cert call permanently plants an unverified attacker CA in the shared CertManager, bypassing certificate validation in every type-blind sibling consumer (native TLS, OCSP, CRL, direct CM verify). This affects version 5.8.4 through 5.9.2 of wolfSSL with the macros (OPENSSL_EXTRA && !NO_CERTS && !WOLFCRYPT_ONLY) defined or built with --enable-opensslextra and the application is specifically making calls to the X509_verify_cert function.

Problem type

Affected products

wolfSSL

wolfSSL

<= 5.9.2 - AFFECTED

References

JSON source

https://cveawg.mitre.org/api/cve/CVE-2026-89135
Click to expand
{
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "cveMetadata": {
    "cveId": "CVE-2026-89135",
    "assignerOrgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
    "assignerShortName": "wolfSSL",
    "dateUpdated": "2026-09-27T09:14:44.599Z",
    "dateReserved": "2026-09-10T22:38:14.354Z",
    "datePublished": "2026-09-27T09:14:44.599Z",
    "state": "PUBLISHED"
  },
  "containers": {
    "cna": {
      "providerMetadata": {
        "orgId": "50d2cd11-d01a-48ed-9441-5bfce9d63b27",
        "shortName": "wolfSSL",
        "dateUpdated": "2026-09-27T09:14:44.599Z"
      },
      "datePublic": "2026-09-26T12:00:00.000Z",
      "title": "Failed X509_verify_cert leaves unverified CA in shared CertManager",
      "descriptions": [
        {
          "lang": "en",
          "value": "A failed X509_verify_cert call permanently plants an unverified attacker CA in the shared CertManager, bypassing certificate validation in every type-blind sibling consumer (native TLS, OCSP, CRL, direct CM verify). This affects version 5.8.4 through 5.9.2 of wolfSSL with the macros (OPENSSL_EXTRA && !NO_CERTS && !WOLFCRYPT_ONLY) defined or built with --enable-opensslextra and the application is specifically making calls to the X509_verify_cert function.",
          "supportingMedia": [
            {
              "type": "text/html",
              "base64": false,
              "value": "A failed X509_verify_cert call permanently plants an unverified attacker CA in the shared CertManager, bypassing certificate validation in every type-blind sibling consumer (native TLS, OCSP, CRL, direct CM verify). This affects version 5.8.4 through 5.9.2 of wolfSSL with the macros (OPENSSL_EXTRA &amp;&amp; !NO_CERTS &amp;&amp; !WOLFCRYPT_ONLY) defined or built with --enable-opensslextra and the application is specifically making calls to the X509_verify_cert function."
            }
          ]
        }
      ],
      "affected": [
        {
          "vendor": "wolfSSL",
          "product": "wolfSSL",
          "defaultStatus": "unaffected",
          "versions": [
            {
              "version": "5.8.4",
              "status": "affected",
              "versionType": "semver",
              "lessThanOrEqual": "5.9.2"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "lang": "en",
              "description": "CWE-295 Improper Certificate Validation",
              "cweId": "CWE-295",
              "type": "CWE"
            }
          ]
        }
      ],
      "references": [
        {
          "url": "https://github.com/wolfSSL/wolfssl/pull/11009"
        }
      ],
      "metrics": [
        {
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "value": "Christos Papakonstantinou (Cantina Security)",
          "type": "finder"
        }
      ]
    }
  }
}