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 tls-api-test

Dependencies

(10 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 env_logger^0.50.11.3out of date
 futures^0.10.3.30out of date
 log^0.40.4.21up to date
 pem0.6.*3.0.4out of date
 tls-api=0.2.10.9.0out of date
 tokio-core^0.10.1.18up to date
 tokio-io^0.10.1.13up to date
 tokio-tls-api=0.2.10.2.1up to date
 untrusted0.6.*0.9.0out of date
 webpki ⚠️^0.19.10.22.4out 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.