VDB
KO

RUSTSEC-2026-0098

Name constraints for URI names were incorrectly accepted

Details

Name constraints for URI names were ignored and therefore accepted.

Note this library does not provide an API for asserting URI names, and URI name constraints are otherwise not implemented. URI name constraints are now rejected unconditionally.

Since name constraints are restrictions on otherwise properly-issued certificates, this bug is reachable only after signature verification and requires misissuance to exploit.

This vulnerability is identified as [GHSA-965h-392x-2mh5](https://github.com/rustls/webpki/security/advisories/GHSA-965h-392x-2mh5). Thank you to [@1seal](https://github.com/1seal) for the report.

Are you affected?

Enter the version of the package you're using.

Affected packages

crates.io / rustls-webpki
Introduced in: 0.0.0-0 Fixed in: 0.103.12

Upgrade rustls-webpki to 0.103.12 or newer (ecosystem crates.io).

References