cvelist/2019/1010xxx/CVE-2019-1010183.json
2019-07-25 13:00:49 +00:00

62 lines
2.0 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "cve-assign@distributedweaknessfiling.org",
"ID": "CVE-2019-1010183",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "serde_yaml",
"version": {
"version_data": [
{
"version_value": "0.6.0 to 0.8.3 [fixed: 0.8.4 and later]"
}
]
}
}
]
},
"vendor_name": "serde"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "serde serde_yaml 0.6.0 to 0.8.3 is affected by: Uncontrolled Recursion. The impact is: Denial of service by aborting. The component is: from_* functions (all deserialization functions). The attack vector is: Parsing a malicious YAML file. The fixed version is: 0.8.4 and later."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Uncontrolled Recursion"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/dtolnay/serde-yaml/pull/105",
"refsource": "MISC",
"name": "https://github.com/dtolnay/serde-yaml/pull/105"
}
]
}
}