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-cors

Dependencies

(7 total, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-utils^33.0.1up to date
 actix-web^44.11.0up to date
 derive_more^22.0.1up to date
 futures-util^0.3.170.3.31up to date
 log^0.40.4.28up to date
 once_cell^11.21.3up to date
 smallvec ⚠️^11.15.1maybe insecure

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 actix-web^44.11.0up to date
 env_logger^0.110.11.8up to date
 regex^1.121.12.2up to date

Crate actix-identity

Dependencies

(8 total, all up-to-date)

CrateRequiredLatestStatus
 actix-service^22.0.3up to date
 actix-session^0.110.11.0up to date
 actix-utils^33.0.1up to date
 actix-web^44.11.0up to date
 derive_more^22.0.1up to date
 futures-core^0.3.170.3.31up to date
 serde^11.0.228up to date
 tracing^0.1.300.1.41up to date

Dev dependencies

(6 total, all up-to-date)

CrateRequiredLatestStatus
 actix-http^33.11.2up to date
 actix-web^44.11.0up to date
 actix-session^0.110.11.0up to date
 env_logger^0.110.11.8up to date
 reqwest^0.120.12.24up to date
 uuid^11.18.1up to date

Crate actix-limitation

Dependencies

(8 total, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-utils^33.0.1up to date
 actix-web^44.11.0up to date
 chrono ⚠️^0.40.4.42maybe insecure
 derive_more^22.0.1up to date
 log^0.40.4.28up to date
 redis^0.320.32.7up to date
 time^0.30.3.44up to date
 actix-session^0.110.11.0up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 actix-web^44.11.0up to date
 static_assertions^11.1.0up to date
 uuid^11.18.1up to date

Crate actix-protobuf

Dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 actix-web^44.11.0up to date
 derive_more^22.0.1up to date
 futures-util^0.3.170.3.31up to date
 prost^0.130.14.1out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 actix-web^44.11.0up to date
 prost^0.130.14.1out of date

Crate actix-session

Dependencies

(11 total, all up-to-date)

CrateRequiredLatestStatus
 actix-service^22.0.3up to date
 actix-utils^33.0.1up to date
 actix-web^44.11.0up to date
 anyhow^11.0.100up to date
 derive_more^22.0.1up to date
 rand^0.90.9.2up to date
 serde^11.0.228up to date
 serde_json^11.0.145up to date
 tracing^0.1.300.1.41up to date
 redis^0.320.32.7up to date
 deadpool-redis^0.220.22.0up to date

Dev dependencies

(4 total, all up-to-date)

CrateRequiredLatestStatus
 actix-test^0.10.1.5up to date
 actix-web^44.11.0up to date
 tracing-subscriber^0.30.3.20up to date
 tracing^0.1.300.1.41up to date

Crate actix-settings

Dependencies

(9 total, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-http^33.11.2up to date
 actix-service^22.0.3up to date
 actix-web^44.11.0up to date
 derive_more^22.0.1up to date
 once_cell^1.211.21.3up to date
 openssl ⚠️^0.100.10.74maybe insecure
 regex^1.121.12.2up to date
 serde^11.0.228up to date
 toml^0.90.9.8up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 actix-web^44.11.0up to date
 env_logger^0.110.11.8up to date

Crate actix-web-httpauth

Dependencies

(7 total, all up-to-date)

CrateRequiredLatestStatus
 actix-utils^33.0.1up to date
 actix-web^4.14.11.0up to date
 base64^0.220.22.1up to date
 futures-core^0.3.170.3.31up to date
 futures-util^0.3.170.3.31up to date
 log^0.40.4.28up to date
 pin-project-lite^0.2.70.2.16up to date

Dev dependencies

(5 total, all up-to-date)

CrateRequiredLatestStatus
 actix-cors^0.70.7.1up to date
 actix-service^22.0.3up to date
 actix-web^4.14.11.0up to date
 tracing-subscriber^0.30.3.20up to date
 tracing^0.1.300.1.41up to date

Crate actix-ws

Dependencies

(6 total, all up-to-date)

CrateRequiredLatestStatus
 actix-codec^0.50.5.2up to date
 actix-http^33.11.2up to date
 actix-web^44.11.0up to date
 bytestring^11.5.0up to date
 futures-core^0.3.170.3.31up to date
 tokio^1.241.48.0up to date

Dev dependencies

(5 total, all up-to-date)

CrateRequiredLatestStatus
 actix-web^4.84.11.0up to date
 futures-util^0.3.170.3.31up to date
 tokio^1.241.48.0up to date
 tracing^0.1.300.1.41up to date
 tracing-subscriber^0.30.3.20up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References

smallvec: Buffer overflow in SmallVec::insert_many

RUSTSEC-2021-0003

A bug in the SmallVec::insert_many method caused it to allocate a buffer that was smaller than needed. It then wrote past the end of the buffer, causing a buffer overflow and memory corruption on the heap.

This bug was only triggered if the iterator passed to insert_many yielded more items than the lower bound returned from its size_hint method.

The flaw was corrected in smallvec 0.6.14 and 1.6.1, by ensuring that additional space is always reserved for each item inserted. The fix also simplified the implementation of insert_many to use less unsafe code, so it is easier to verify its correctness.

Thank you to Yechan Bae (@Qwaz) and the Rust group at Georgia Tech’s SSLab for finding and reporting this bug.

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.