CVE Catalog

CVE-2026-93601

LowCVSS 2.2
Published: Translated: NVD NIST

Summary

rustls-webpki versions >= 0.101.0 and prior to 0.103.12 and 0.104.0-alpha.6 incorrectly accept permitted-subtree DNS name constraints for certificates asserting a wildcard name. For example, a name constraint of accept.example.com is treated as satisfied by a certificate for *.example.com, which could assert reject.example.com outside the permitted subtree.

Risk Assessment

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

Recommendation

Update rustls-webpki to version 0.103.12 or 0.104.0-alpha.6 or later. Ensure certificates used are properly issued and do not rely on incorrect name constraints.

Other vulnerabilities in rustls-webpki

See all
Original NVD description (English source)

rustls-webpki (the Rust webpki fork used by rustls) versions >= 0.101.0 and prior to 0.103.12 and 0.104.0-alpha.6 incorrectly accepted permitted-subtree DNS name constraints for certificates asserting a wildcard name. For example, a name constraint of accept.example.com was treated as satisfied by a certificate for *.example.com, which could feasibly assert reject.example.com — a name outside the permitted subtree. Because name constraints are restrictions applied to otherwise properly issued certificates, the issue is only reachable after signature verification succeeds and requires a misissued wildcard certificate to exploit.

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