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 indradb

Dependencies

(11 total, 4 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 async-std^1.01.12.0up to date
 capnp ⚠️^0.11.00.19.3out of date
 capnp-rpc^0.11.00.19.0out of date
 chrono ⚠️^0.4.100.4.38maybe insecure
 failure^0.1.60.1.8up to date
 futures^0.3.00.3.30up to date
 indradb-lib^1.0.24.0.0out of date
 lazy_static^1.4.01.4.0up to date
 num_cpus^1.11.11.16.0up to date
 serde_json^1.0.441.0.116up to date
 uuid^0.8.11.8.0out 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

capnp: out-of-bounds read possible when setting list-of-pointers

RUSTSEC-2022-0068

If a message consumer expects data of type "list of pointers", and if the consumer performs certain specific actions on such data, then a message producer can cause the consumer to read out-of-bounds memory. This could trigger a process crash in the consumer, or in some cases could allow exfiltration of private in-memory data.

The C++ Cap'n Proto library is also affected by this bug. See the advisory on the main Cap'n Proto repo for a succinct description of the exact circumstances in which the problem can arise.