Description
iPAddress name constraints bypass when WOLFSSL_IP_ALT_NAME is not defined. IP address name constraints are not enforced in that configuration, allowing a certificate to bypass an issuing CA's IP address constraints.
Published: 2026-06-25
Score: 5.7 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when the WOLFSSL_IP_ALT_NAME macro is undefined, causing the wolfSSL library to ignore IP address name constraints during certificate validation. As a result, a certificate that would normally be rejected by a CA’s IP address constraint can be accepted, potentially enabling an attacker to present a forged or compromised certificate to an application or service that relies on wolfSSL for TLS. This flaw could facilitate man‑in‑the‑middle attacks, spoofing of service endpoints, or unauthorized access to encrypted communications. The weakness is identified as CWE‑295. The CVSS score of 5.7 indicates moderate severity.

Affected Systems

wolfSSL, the open‑source TLS/SSL library. The flaw manifests in any build of wolfSSL where the configuration variable WOLFSSL_IP_ALT_NAME is not defined. The specific affected versions are not listed in the vulnerability information provided, so all releases of wolfSSL that compile without this macro enabled may be vulnerable.

Risk and Exploitability

The CVSS score of 5.7 reflects a moderate risk, and no EPSS score is available, indicating that the exploitation probability has not been quantified. The vulnerability is not listed in the CISA KEV catalog, so no known large‑scale exploit activity is documented. The likely attack vector is that an attacker can supply a certificate chain that includes a CA with restrictive IP address constraints; because the library bypasses those constraints when WOLFSSL_IP_ALT_NAME is undefined, the chain can be accepted. The conditions for exploitation require the target application to be built with the default configuration lacking this macro and to rely solely on wolfSSL for certificate validation. If these prerequisites exist, an attacker could potentially bypass access controls or intercept sensitive data.

Generated by OpenCVE AI on June 25, 2026 at 23:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Compile wolfSSL with the WOLFSSL_IP_ALT_NAME macro defined to enforce IP address name constraints during TLS verification.
  • Upgrade to the latest wolfSSL release that incorporates a patch for CVE‑2026‑7532; consult wolfSSL advisories and documentation for the specific fix.
  • Audit application certificate validation logic to ensure that IP address name constraints are actively enforced, and consider adding explicit checks if the underlying library does not guarantee enforcement in all configurations.

Generated by OpenCVE AI on June 25, 2026 at 23:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 25 Jun 2026 22:00:00 +0000

Type Values Removed Values Added
Description iPAddress name constraints bypass when WOLFSSL_IP_ALT_NAME is not defined. IP address name constraints are not enforced in that configuration, allowing a certificate to bypass an issuing CA's IP address constraints.
Title iPAddress name constraints not enforced when WOLFSSL_IP_ALT_NAME is undefined
Weaknesses CWE-295
References
Metrics cvssV4_0

{'score': 5.7, 'vector': 'CVSS:4.0/AV:A/AC:L/AT:P/PR:H/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: wolfSSL

Published:

Updated: 2026-06-25T21:31:11.577Z

Reserved: 2026-04-30T17:58:46.527Z

Link: CVE-2026-7532

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T23:30:16Z

Weaknesses
  • CWE-295

    Improper Certificate Validation