RUSTSEC-2018-0006: Uncontrolled recursion leads to abort in deserialization #11
Labels
dependencies
Pull requests that update a dependency file
help wanted
Extra attention is needed
security
About security concerns
yaml-rust
0.3.5
>= 0.4.1
Affected versions of this crate did not prevent deep recursion while
deserializing data structures.
This allows an attacker to make a YAML file with deeply nested structures
that causes an abort while deserializing it.
The flaw was corrected by checking the recursion depth.
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: