{ "schema_version": "1.4.0", "id": "GHSA-39vw-qp34-rmwf", "modified": "2023-06-13T21:03:35Z", "published": "2021-08-25T21:00:18Z", "aliases": [], "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.\n", "severity": [], "affected": [ { "package": { "ecosystem": "crates.io", "name": "serde_yaml" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0.6.0-rc1" }, { "fixed": "0.8.4" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/dtolnay/serde-yaml/pull/105" }, { "type": "WEB", "url": "https://github.com/dtolnay/serde-yaml/commit/b93aff6e904cffbbfd1f421b82f6dcc5ca19a4fd" }, { "type": "PACKAGE", "url": "https://github.com/dtolnay/serde-yaml" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2018-0005.html" } ], "database_specific": { "cwe_ids": [ "CWE-674" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-06T17:45:03Z", "nvd_published_at": null } }