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

Crate awc

Dependencies

(29 total, 9 outdated, 2 insecure)

CrateRequiredLatestStatus
 actix-codec^0.50.5.4up to date
 actix-http^33.13.6up to date
 actix-rt^2.12.15.0up to date
 actix-service^22.0.3up to date
 actix-tls^33.6.0up to date
 actix-utils^33.0.2up to date
 ahash^0.70.8.12out of date
 base64^0.130.23.1out of date
 bytes^11.12.1up to date
 cfg-if^11.0.5up to date
 cookie^0.160.18.2out of date
 derive_more^0.99.52.1.1out of date
 futures-core^0.3.70.3.34up to date
 futures-util^0.3.70.3.34up to date
 h2 ⚠️^0.3.90.4.19insecure
 http^0.2.51.5.0out of date
 itoa^11.0.18up to date
 log^0.40.4.34up to date
 mime^0.30.3.17up to date
 percent-encoding^2.12.3.2up to date
 pin-project-lite^0.20.2.17up to date
 rand^0.80.10.3out of date
 serde^1.01.0.229up to date
 serde_json^1.01.0.151up to date
 serde_urlencoded^0.70.7.1up to date
 openssl^0.10.90.10.81up to date
 rustls ⚠️^0.20.00.23.45insecure
 tokio^1.8.41.53.1up to date
 trust-dns-resolver^0.210.23.2out of date

Security Vulnerabilities

rustls: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

RUSTSEC-2024-0336

If a close_notify alert is received during a handshake, complete_io does not terminate.

Callers which do not call complete_io are not affected.

rustls-tokio and rustls-ffi do not call complete_io and are not affected.

rustls::Stream and rustls::StreamOwned types use complete_io and are affected.

h2: h2 unbounded empty DATA frames

RUSTSEC-2026-0258

The h2 crate, used internally by hyper, had a flaw that would accept and queue empty DATA frames without limit. If streams were not actively drained, this could lead to unbounded memory usage, or a panic if the length overflows.

Low severity.

Patched in v0.4.16.