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 #5

Closed
github-actions bot opened this issue Oct 11, 2019 · 2 comments
Labels
security Security related issues

Comments

@github-actions
Copy link

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.

@Licenser
Copy link
Member

Non critical, as it yaml is only used during devl/compile time - reported upstream: clap-rs/clap#1569

@Licenser Licenser added the security Security related issues label Nov 28, 2019
@Licenser
Copy link
Member

Licenser commented Nov 2, 2020

this has been updated

@Licenser Licenser closed this as completed Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security related issues
Projects
None yet
Development

No branches or pull requests

1 participant