Skip to content

Security: Fix RUSTSEC-2026-0049 by updating rustls-webpki to 0.103.10#839

Merged
robjtede merged 2 commits intoactix:mainfrom
suryapandian:fix/rustsec-2026-0049-webpki
Mar 24, 2026
Merged

Security: Fix RUSTSEC-2026-0049 by updating rustls-webpki to 0.103.10#839
robjtede merged 2 commits intoactix:mainfrom
suryapandian:fix/rustsec-2026-0049-webpki

Conversation

@suryapandian
Copy link
Contributor

Summary

Update rustls-webpki from 0.101.4 to 0.103.10 to fix CRL matching logic error vulnerability (RUSTSEC-2026-0049).

Changes

  • Updated rustls-webpki dependency to >= 0.103.10 in Cargo.toml
  • Updated cargo-machete metadata to reflect new dependency name

Vulnerability

RUSTSEC-2026-0049: CRLs not considered authoritative by Distribution Point due to faulty matching logic. If a certificate had more than one distributionPoint, only the first would be considered against each CRL's IssuingDistributionPoint distributionPoint.

Testing

  • Build succeeds with updated dependency
  • No breaking changes to public API

Fixes: RUSTSEC-2026-0049

@robjtede robjtede enabled auto-merge March 24, 2026 12:52
@robjtede robjtede added this pull request to the merge queue Mar 24, 2026
Merged via the queue into actix:main with commit 80ff035 Mar 24, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants