GHSA-39vw-qp34-rmwf

Suggest an improvement
Source
https://github.com/advisories/GHSA-39vw-qp34-rmwf
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-39vw-qp34-rmwf/GHSA-39vw-qp34-rmwf.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-39vw-qp34-rmwf
Aliases
Published
2021-08-25T21:00:18Z
Modified
2023-11-08T04:14:33.650192Z
Summary
Uncontrolled recursion leads to abort in deserialization
Details

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.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-674"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2021-08-06T17:45:03Z"
}
References

Affected packages

crates.io / serde_yaml

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.6.0-rc1
Fixed
0.8.4