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 zbox

Dependencies

(17 total, 8 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 android_logger^0.7.00.13.3out of date
 cfg-if^0.1.61.0.0out of date
 env_logger^0.6.00.11.3out of date
 http ⚠️^0.1.171.1.0out of date
 js-sys^0.3.240.3.69up to date
 lazy_static^1.2.01.4.0up to date
 libsqlite3-sys ⚠️^0.15.00.28.0out of date
 linked-hash-map^0.5.10.5.6up to date
 log^0.4.60.4.21up to date
 redis^0.10.00.25.3out of date
 reqwest^0.9.50.12.4out of date
 rmp-serde^0.13.71.2.0out of date
 serde^1.0.801.0.198up to date
 serde_derive^1.0.801.0.198up to date
 serde_json^1.0.391.0.116up to date
 wasm-bindgen^0.2.470.2.92up to date
 web-sys^0.3.240.3.69up to date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 bytes^0.4.121.6.0out of date
 rand^0.6.50.8.5out of date
 rand_xorshift^0.1.10.3.0out of date
 tempdir^0.3.70.3.7up to date

Security Vulnerabilities

http: Integer Overflow in HeaderMap::reserve() can cause Denial of Service

RUSTSEC-2019-0033

HeaderMap::reserve() used usize::next_power_of_two() to calculate the increased capacity. However, next_power_of_two() silently overflows to 0 if given a sufficiently large number in release mode.

If the map was not empty when the overflow happens, the library will invoke self.grow(0) and start infinite probing. This allows an attacker who controls the argument to reserve() to cause a potential denial of service (DoS).

The flaw was corrected in 0.1.20 release of http crate.

http: HeaderMap::Drain API is unsound

RUSTSEC-2019-0034

libsqlite3-sys: `libsqlite3-sys` via C SQLite CVE-2022-35737

RUSTSEC-2022-0090

It was sometimes possible for SQLite versions >= 1.0.12, < 3.39.2 to allow an array-bounds overflow when large string were input into SQLite's printf function.

As libsqlite3-sys bundles SQLite, it is susceptible to the vulnerability. libsqlite3-sys was updated to bundle the patched version of SQLite here.