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 tungstenite

Dependencies

(16 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.13.00.22.0out of date
 byteorder^1.3.21.5.0up to date
 bytes^1.01.6.0up to date
 http^0.21.1.0out of date
 httparse^1.3.41.8.0up to date
 input_buffer^0.4.00.5.0out of date
 log^0.4.80.4.21up to date
 native-tls^0.2.30.2.11up to date
 rand^0.8.00.8.5up to date
 rustls^0.19.00.23.4out of date
 sha-1^0.90.10.1out of date
 thiserror^1.0.231.0.58up to date
 url^2.1.02.5.0up to date
 utf-8^0.7.50.7.6up to date
 webpki ⚠️^0.21.40.22.4out of date
 webpki-roots^0.21.00.26.1out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.8.10.11.3out of date
 net2^0.2.330.2.39up to 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.