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 actix-tls

Dependencies

(14 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-codec^0.5.00.5.2up to date
 actix-rt^2.2.02.10.0up to date
 actix-service^2.0.02.0.3up to date
 actix-utils^3.0.03.0.1up to date
 futures-core^0.3.70.3.31up to date
 http^0.2.31.3.1out of date
 log^0.40.4.27up to date
 pin-project-lite^0.2.70.2.16up to date
 openssl ⚠️^0.10.90.10.72maybe insecure
 tokio-native-tls^0.30.3.1up to date
 tokio-openssl^0.60.6.5up to date
 tokio-rustls^0.230.26.2out of date
 tokio-util^0.70.7.15up to date
 webpki-roots^0.221.0.0out of date

Security Vulnerabilities

openssl: Use-After-Free in `Md::fetch` and `Cipher::fetch`

RUSTSEC-2025-0022

When a Some(...) value was passed to the properties argument of either of these functions, a use-after-free would result.

In practice this would nearly always result in OpenSSL treating the properties as an empty string (due to CString::drop's behavior).

The maintainers thank quitbug for reporting this vulnerability to us.