deps: bump rustls-webpki 0.103.12 → 0.103.13 (RUSTSEC-2026-0104)#28
Merged
Conversation
Advisory published 2026-04-22: reachable panic in certificate revocation list parsing in rustls-webpki < 0.103.13 (fixed in 0.103.13 on the 0.103.x line). Transitively reached via reqwest → hyper-rustls → rustls-webpki across the workspace, so the panic surface is live during JWKS fetch and DPoP validation paths rather than theoretical. `cargo update -p rustls-webpki` is sufficient — the advisory is fixed in a patch release, so no Cargo.toml change required. Gates: cargo audit 0 found cargo build --workspace --all-features ok Signed-off-by: unix-oidc Developers <prodnull@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rustls-webpki0.103.12 → 0.103.13 to close RUSTSEC-2026-0104 (reachable panic in CRL parsing, published 2026-04-22).cargo update -p rustls-webpki— noCargo.tomlchange needed.Why this matters
The panic is reachable via
BorrowedCertRevocationList::from_der/OwnedCertRevocationList::from_deron a syntactically valid emptyBIT STRINGin a CRL extension, before signature verification. Applications that don't consume CRLs are unaffected, but the advisory has to clear forcargo audit/ ScorecardLicense Complianceto pass.Transitive path in prmana:
reqwest 0.12 → hyper-rustls 0.27 → rustls 0.23 → rustls-webpki.Blocks PR #13 (scorecard hardening) from going green on
Security AuditandLicense Compliance— both currently fail on main with this advisory surfaced.Test plan
cargo auditexits 0 locally.Security Audit+License Complianceboth green on this PR.Ref: unix-oidc commit 4eaf1e9 (same fix on the private sibling repo).
🤖 Generated with Claude Code