CVE Catalog

CVE-2026-93600

LowCVSS 2.2
Published: Translated: NVD NIST

Summary

rustls-webpki versions 0.101.0 through 0.103.11 and 0.104.0-alpha releases before 0.104.0-alpha.6 ignore X.509 name constraints that apply to URI names, accepting rather than enforcing them. These constraints apply to otherwise properly issued certificates, so the flaw is reachable after successful signature verification and requires a misissued certificate.

Risk Assessment

This may allow bypassing URI name constraints and trusting a certificate that should be rejected, potentially enabling man-in-the-middle attacks. Exploitation requires a misissued certificate.

Recommendation

Update rustls-webpki to version 0.103.12 or 0.104.0-alpha.6 or later, which unconditionally reject URI name constraints. Ensure certificates used are properly issued.

Other vulnerabilities in rustls-webpki

See all
Original NVD description (English source)

rustls-webpki (rustls/webpki) versions 0.101.0 through 0.103.11 and 0.104.0-alpha releases before 0.104.0-alpha.6 ignore X.509 name constraints that apply to URI names, causing such constraints to be accepted rather than enforced. Because name constraints are restrictions on otherwise properly issued certificates, the flaw is only reachable after successful signature verification and requires a misissued certificate to exploit; the library also provides no API for asserting URI names, and URI name constraints are otherwise unimplemented. Versions 0.103.12 and 0.104.0-alpha.6 reject URI name constraints unconditionally.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS