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-0005: Uncontrolled recursion leads to abort in deserialization #1

Closed
github-actions bot opened this issue Nov 18, 2024 · 1 comment

Comments

@github-actions
Copy link

Details
Package serde_yaml
Version 0.7.5
URL dtolnay/serde-yaml#105
Patched Versions >=0.8.4
Unaffected Versions <0.6.0-rc1
Aliases GHSA-39vw-qp34-rmwf

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.

@ShellCode33
Copy link
Owner

Waiting for arcnmx/mccs-rs#3

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