Affected versions of this crate did not properly check for recursion while deserializing aliases.
This allows an attacker to make a YAML file with an alias referring to itself causing an abort.
The flaw was corrected by checking the recursion depth.
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.
crev-lib(22 total, 12 outdated, 3 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| chrono ⚠️ | ^0.4 | 0.4.42 | maybe insecure |
| common_failures | ^0.1 | 0.2.0 | out of date |
| crev-common | ^0.13.0 | 0.26.1 | out of date |
| crev-data | ^0.13.0 | 0.26.5 | out of date |
| crev-recursive-digest | ^0.2.1 | 0.6.0 | out of date |
| default | ^0.1 | 0.1.2 | up to date |
| directories | ^2 | 6.0.0 | out of date |
| failure | ^0.1 | 0.1.8 | up to date |
| git2 | ^0.9 | 0.20.3 | out of date |
| ifmt | ^0.2 | 0.3.3 | out of date |
| insideout | ^0.2 | 0.2.0 | up to date |
| log | ^0.4 | 0.4.29 | up to date |
| miscreant | ^0.4 | N/A | up to date |
| num_cpus | ^1 | 1.17.0 | up to date |
| resiter | ^0.3 | 0.5.0 | out of date |
| rust-argon2 | ^0.5 | 3.0.0 | out of date |
| semver | ^0.9 | 1.0.27 | out of date |
| serde | ^1 | 1.0.228 | up to date |
| serde_cbor ⚠️ | ^0.10 | 0.11.2 | out of date |
| serde_yaml ⚠️ | ^0.8 | 0.9.34+deprecated | out of date |
| tempdir | ^0.3 | 0.3.7 | up to date |
| walkdir | ^2 | 2.5.0 | up to date |
serde_yaml: Uncontrolled recursion leads to abort in deserializationAffected versions of this crate did not properly check for recursion while deserializing aliases.
This allows an attacker to make a YAML file with an alias referring to itself causing an abort.
The flaw was corrected by checking the recursion depth.
serde_cbor: Flaw in CBOR deserializer allows stack overflowAffected 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.
chrono: Potential segfault in `localtime_r` invocationsUnix-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.
No workarounds are known.