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 tiny-nix-ipc

Dependencies

(7 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bincode^1.01.3.3up to date
 error-chain^0.120.12.4up to date
 nix^0.150.28.0out of date
 serde^1.01.0.198up to date
 serde_cbor ⚠️^00.11.2maybe insecure
 serde_json^1.01.0.116up to date
 zerocopy^0.20.7.32out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 shmemfdrs^0.10.1.4up to date

Security Vulnerabilities

serde_cbor: Flaw in CBOR deserializer allows stack overflow

RUSTSEC-2019-0025

Affected versions of this crate did not properly check if semantic tags were nested excessively during deserialization.

This allows an attacker to craft small (< 1 kB) CBOR documents that cause a stack overflow.

The flaw was corrected by limiting the allowed number of nested tags.