Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUSTSEC-2018-0006: Uncontrolled recursion leads to abort in deserialization #168

Closed
github-actions bot opened this issue Jul 3, 2020 · 1 comment

Comments

@github-actions
Copy link

github-actions bot commented Jul 3, 2020

Uncontrolled recursion leads to abort in deserialization

Details
Package yaml-rust
Version 0.3.5
URL chyh1990/yaml-rust#109
Date 2018-09-17
Patched versions >= 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.

@tomusdrw
Copy link
Contributor

tomusdrw commented Jul 6, 2020

Upstream issue, we should keep our dependencies up-to-date, but I don't want to pollute our issue tracker.

@tomusdrw tomusdrw closed this as completed Jul 6, 2020
@tomusdrw tomusdrw added this to the Some Day Maybe milestone Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant