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.
liquid-core(9 total, 3 outdated, 1 possibly insecure)
| Crate | Required | Latest | Status | 
|---|---|---|---|
| anymap | ^0.12 | 0.12.1 | up to date | 
| chrono ⚠️ | ^0.4 | 0.4.42 | maybe insecure | 
| itertools | ^0.10.0 | 0.14.0 | out of date | 
| kstring | ^1.0 | 2.0.2 | out of date | 
| liquid-derive | ^0.22.0 | 0.26.10 | out of date | 
| num-traits | ^0.2 | 0.2.19 | up to date | 
| pest | ^2.0 | 2.8.3 | up to date | 
| pest_derive | ^2.0 | 2.8.3 | up to date | 
| serde | ^1.0 | 1.0.228 | up to date | 
(2 total, 1 outdated, 1 possibly insecure)
| Crate | Required | Latest | Status | 
|---|---|---|---|
| difference | ^2.0 | 2.0.0 | up to date | 
| serde_yaml ⚠️ | ^0.8 | 0.9.34+deprecated | 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.
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.