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

(4 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 log^0.4.40.4.21up to date
 ring^0.16.200.17.8out of date
 sct^0.7.00.7.1up to date
 rustls-webpki ⚠️^0.100.00.102.2out of date

Dev dependencies

(6 total, 4 outdated)

CrateRequiredLatestStatus
 base64^0.210.22.0out of date
 bencher^0.1.50.1.5up to date
 env_logger^0.9.00.11.3out of date
 log^0.4.40.4.21up to date
 rustls-pemfile^1.0.02.1.2out of date
 webpki-roots^0.23.00.26.1out of date

Security Vulnerabilities

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

RUSTSEC-2023-0053

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.

We now give each path building operation a budget of 100 signature verifications.

The original webpki crate is also affected.

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