๐Ÿ” CVE Alert

CVE-2026-93599

HIGH 7.5

rustls-webpki before 0.103.13 Panic via empty BIT STRING

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-191
Vendor rustls
Product webpki
Published Sep 18, 2026
Last Updated Sep 18, 2026
Stay Ahead of the Next One

Get instant alerts for rustls webpki

Be the first to know when new high vulnerabilities affecting rustls webpki are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

rustls / webpki
0 < 0.103.13 0.104.0-alpha.1 < 0.104.0-alpha.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/rustls/webpki/security/advisories/GHSA-82j2-j2ch-gfr8 vulncheck.com: https://www.vulncheck.com/advisories/rustls-webpki-before-0.103.13-panic-via-empty-bit-string

Credits

๐Ÿ” tynus3