CVE-2026-93599
Last modified
CVE-2026-93599 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. rustls-webpki through 0.103.12 (and 0.104.0-alpha releases before 0.104.0-alpha.7) contains a reachable panic in bit_string_flags() in src/der.rs. The input guard fails to reject a named-bit BIT STRING whose content is exactly [0x00] (zero padding bits and no data bytes), so raw_bits.len() - 1 underflows on the empty slice and the subsequent index operation panics (subtract-with-overflow in debug, index-out-of-bounds in release).
Description
rustls-webpki through 0.103.12 (and 0.104.0-alpha releases before 0.104.0-alpha.7) contains a reachable panic in bit_string_flags() in src/der.rs. The input guard fails to reject a named-bit BIT STRING whose content is exactly [0x00] (zero padding bits and no data bytes), so raw_bits.len() - 1 underflows on the empty slice and the subsequent index operation panics (subtract-with-overflow in debug, index-out-of-bounds in release). The condition is reachable through the public API BorrowedCertRevocationList::from_der() when a CRL contains an issuingDistributionPoint extension with such an onlySomeReasons value. Exploitation requires an application that explicitly opts in to CRL revocation checking by passing RevocationOptions to verify_for_usage() and that parses CRL bytes obtained from a source the attacker can influence; the default rustls configuration, which does not use RevocationOptions, is unaffected. A crafted CRL causes a denial of service via the panic. Fixed in 0.103.13 and 0.104.0-alpha.7.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rustls | webpki | < 0.103.13; >= 0.104.0-alpha.1, < 0.104.0-alpha.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93599?
How severe is CVE-2026-93599?
How do I fix CVE-2026-93599?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93593ArcadeDB before 26.9.1 fails to enforce security-group types…8.1
- CVE-2026-93594ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) throu…8.1
- CVE-2026-93595ArcadeDB before 26.9.1 contains an access control bypass vul…6.5
- CVE-2026-93596ArcadeDB before 26.9.1 (com.arcadedb:arcadedb-engine <= 26.8…4.3
- CVE-2026-93597ArcadeDB versions before 26.9.1 fail to validate IPv6 transi…7.7
- CVE-2026-93598ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) throu…7.1
- CVE-2026-9360A security flaw has been discovered in Edimax EW-7438RPn 1.2…8.8
- CVE-2026-93600rustls-webpki (rustls/webpki) versions 0.101.0 through 0.103…2.2
- CVE-2026-93601rustls-webpki (the Rust webpki fork used by rustls) versions…2.2
- CVE-2026-93602rustls-webpki versions before 0.103.10 and 0.104.0-alpha.5 c…4.4
- CVE-2026-93603vm2 through 3.12.0 (fixed in 3.12.1) does not correctly hand…10
- CVE-2026-93604vm2 through 3.12.0 exposes Node.js's crypto.setFips() functi…7.2
Are you affected by CVE-2026-93599?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
