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 cloud-storage-rs

Dependencies

(11 total, 6 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 base64^0.10.10.22.1out of date
 chrono ⚠️^0.4.90.4.41maybe insecure
 dotenv^0.14.10.15.0out of date
 hex^0.3.20.4.3out of date
 jsonwebtoken^59.3.1out of date
 lazy_static^1.4.01.5.0up to date
 openssl ⚠️^0.10.250.10.73maybe insecure
 reqwest^0.9.210.12.22out of date
 serde^1.0.1011.0.219up to date
 serde_json^1.0.411.0.140up to date
 url^1.7.22.5.4out of 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

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.