PT-2019-11499 · Rust · Yaml-Rust
Shnatsel
·
Published
2019-07-25
·
Updated
2020-08-24
·
CVE-2019-1010182
CVSS v3.1
6.5
Medium
| Vector | AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions:
yaml-rust versions 0.4.0 and earlier
Description:
The issue is related to uncontrolled recursion, which can lead to a denial of service due to an impossible to catch abort. This occurs when the
YamlLoader::load from str function is used to parse a malicious YAML document.Recommendations:
For yaml-rust versions 0.4.0 and earlier, update to version 0.4.1 or later to resolve the issue. As a temporary workaround, consider restricting the use of the
YamlLoader::load from str function when parsing untrusted YAML documents.Fix
Uncontrolled Recursion
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Yaml-Rust