Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. cryptography
  4. ›
  5. CVE-2026-34073

CVE-2026-34073: cryptography has incomplete DNS name constraint enforcement on peer names

March 27, 2026 (updated April 6, 2026)

In versions of cryptography prior to 46.0.5, DNS name constraints were only validated against SANs within child certificates, and not the “peer name” presented during each validation. Consequently, cryptography would allow a peer named bar.example.com to validate against a wildcard leaf certificate for *.example.com, even if the leaf’s parent certificate (or upwards) contained an excluded subtree constraint for bar.example.com.

This behavior resulted from a gap between RFC 5280 (which defines Name Constraint semantics) and RFC 9525 (which defines service identity semantics): put together, neither states definitively whether Name Constraints should be applied to peer names. To close this gap, cryptography now conservatively rejects any validation where the peer name would be rejected by a name constraint if it were a SAN instead.

In practice, exploitation of this bypass requires an uncommon X.509 topology, one that the Web PKI avoids because it exhibits these kinds of problems. Consequently, we consider this a medium-to-low impact severity.

See CVE-2025-61727 for a similar bypass in Go’s crypto/x509.

References

  • github.com/advisories/GHSA-m959-cc7f-wv43
  • github.com/pyca/cryptography
  • github.com/pyca/cryptography/security/advisories/GHSA-m959-cc7f-wv43
  • nvd.nist.gov/vuln/detail/CVE-2026-34073

Code Behaviors & Features

Detect and mitigate CVE-2026-34073 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 46.0.6

Fixed versions

  • 46.0.6

Solution

Upgrade to version 46.0.6 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-295: Improper Certificate Validation

Source file

pypi/cryptography/CVE-2026-34073.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:20:08 +0000.