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

Crate async-tungstenite

Dependencies

(18 total, 8 outdated, 1 insecure)

CrateRequiredLatestStatus
 async-std^1.01.13.2up to date
 futures-io^0.30.3.34up to date
 futures-util^0.30.3.34up to date
 gio^0.160.22.10out of date
 glib^0.160.22.10out of date
 log^0.40.4.34up to date
 openssl^0.100.10.81up to date
 pin-project-lite^0.20.2.17up to date
 async-native-tls^0.4.00.6.0out of date
 async-tls^0.110.13.0out of date
 native-tls^0.20.2.18up to date
 tokio-native-tls^0.30.3.1up to date
 tokio-openssl^0.60.6.5up to date
 tokio-rustls^0.230.26.5out of date
 rustls-native-certs^0.60.8.4out of date
 tokio^1.01.53.1up to date
 tungstenite ⚠️^0.17.00.30.0insecure
 webpki-roots^0.221.0.9out of date

Dev dependencies

(7 total, 2 outdated)

CrateRequiredLatestStatus
 async-std^1.01.13.2up to date
 env_logger^0.90.11.11out of date
 futures^0.30.3.34up to date
 futures-channel^0.30.3.34up to date
 hyper^0.141.11.1out of date
 tokio^1.01.53.1up to date
 url^2.0.02.5.8up to date

Security Vulnerabilities

tungstenite: Tungstenite allows remote attackers to cause a denial of service

RUSTSEC-2023-0065

The Tungstenite crate through 0.20.0 for Rust allows remote attackers to cause a denial of service (minutes of CPU consumption) via an excessive length of an HTTP header in a client handshake. The length affects both how many times a parse is attempted (e.g., thousands of times) and the average amount of data for each parse attempt (e.g., millions of bytes).