This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate tls-api-test

Dependencies

(10 total, 6 outdated, 1 insecure)

CrateRequiredLatestStatus
 env_logger^0.50.11.11out of date
 futures^0.10.3.34out of date
 log^0.40.4.34up to date
 pem0.6.*4.0.0out of date
 tls-api=0.2.10.12.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.4insecure

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.