Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-93599
Published:September 18, 2026
Updated:September 22, 2026
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.
Affected Packages
https://github.com/rustls/webpki.git (GITHUB):
Affected version(s) >=v/0.101.0 <v/0.103.13
Fix Suggestion:
Update to version v/0.103.13
https://github.com/rustls/webpki.git (GITHUB):
Affected version(s) >=v/0.104.0-alpha.1 <v/0.104.0-alpha.7
Fix Suggestion:
Update to version v/0.104.0-alpha.7
rustls-webpki (RUST):
Affected version(s) >=0.104.0-alpha.1 <0.104.0-alpha.7
Fix Suggestion:
Update to version 0.104.0-alpha.7
rustls-webpki (RUST):
Affected version(s) >=0.101.0 <0.103.13
Fix Suggestion:
Update to version 0.103.13
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Integer Underflow (Wrap or Wraparound)
EPSS
Base Score:
0.35