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.
bender(17 total, 11 outdated, 2 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| atty | ^0.2 | 0.2.14 | up to date |
| blake2 ⚠️ | ^0.7.0 | 0.10.6 | out of date |
| clap | ^2.20.0 | 4.5.51 | out of date |
| dirs | ^1 | 6.0.0 | out of date |
| futures | ^0.1 | 0.3.31 | out of date |
| futures-cpupool | ^0.1 | 0.1.8 | up to date |
| itertools | ^0.8.0 | 0.14.0 | out of date |
| pathdiff | ^0.1 | 0.2.3 | out of date |
| semver | ^0.9.0 | 1.0.27 | out of date |
| serde | ^1.0 | 1.0.228 | up to date |
| serde_derive | ^1.0 | 1.0.228 | up to date |
| serde_json | ^1.0 | 1.0.145 | up to date |
| serde_yaml ⚠️ | ^0.7 | 0.9.34+deprecated | out of date |
| tokio-core | ^0.1.12 | 0.1.18 | up to date |
| tokio-process | ^0.1.5 | 0.2.5 | out of date |
| tokio-timer | ^0.1 | 0.2.13 | out of date |
| typed-arena | ^1.3.0 | 2.0.2 | out of 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.
blake2: HMAC-BLAKE2 algorithms compute incorrect resultsWhen used in conjunction with the Hash-based Message Authentication Code (HMAC),
the BLAKE2b and BLAKE2s implementations in blake2 crate versions prior to
v0.8.1 used an incorrect block size (32-bytes instead of 64-bytes for BLAKE2s,
and 64-bytes instead of 128-bytes for BLAKE2b), causing them to miscompute the
MacResult.
The v0.8.1 release of the blake2 crate uses the correct block sizes.
Note that this advisory only impacts usage of BLAKE2 with HMAC, and does not
impact Digest functionality.