This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate rustls

Dependencies

(6 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.100.22.0out of date
 log^0.4.00.4.21up to date
 ring^0.140.17.8out of date
 sct^0.50.7.1out of date
 untrusted^0.6.20.9.0out of date
 webpki ⚠️^0.190.22.4out of date

Dev dependencies

(4 total, 2 outdated)

CrateRequiredLatestStatus
 env_logger^0.6.10.11.3out of date
 log^0.4.00.4.21up to date
 tempfile^3.03.10.1up to date
 webpki-roots^0.160.26.1out of date

Security Vulnerabilities

webpki: webpki: CPU denial of service in certificate path building

RUSTSEC-2023-0052

When this crate is given a pathological certificate chain to validate, it will spend CPU time exponential with the number of candidate certificates at each step of path building.

Both TLS clients and TLS servers that accept client certificate are affected.

This was previously reported in https://github.com/briansmith/webpki/issues/69 and re-reported recently by Luke Malinowski.

webpki 0.22.1 included a partial fix and webpki 0.22.2 added further fixes.