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

Crate actix-http

Dependencies

(32 total, 9 outdated, 1 insecure)

CrateRequiredLatestStatus
 actix-codec^0.50.5.4up to date
 actix-rt^2.22.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.80.8.12up to date
 base64^0.210.23.1out of date
 bitflags^1.22.13.2out of date
 brotli^3.3.39.0.0out of date
 bytes^11.12.1up to date
 bytestring^11.5.1up to date
 derive_more^0.99.52.1.1out of date
 encoding_rs^0.80.8.41up to date
 flate2^1.0.131.1.10up to date
 futures-core^0.3.170.3.34up to date
 h2 ⚠️^0.3.90.4.19insecure
 http^0.2.71.5.0out of date
 httparse^1.5.11.10.1up to date
 httpdate^1.0.11.0.3up to date
 itoa^11.0.18up to date
 language-tags^0.30.3.2up to date
 local-channel^0.10.1.5up 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.2out of date
 sha1^0.100.11.0out of date
 smallvec^1.6.11.16.1up to date
 tokio^1.24.21.53.1up to date
 tokio-util^0.70.7.19up to date
 tracing^0.1.300.1.44up to date
 zstd^0.120.14.0out of date

Security Vulnerabilities

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.