CVE-2018-1000210

YamlDotNet version 4.3.2 and earlier contains a Insecure Direct Object Reference vulnerability in The default behavior of Deserializer.Deserialize() will deserialize user-controlled types in the line "currentType = Type.GetType(nodeEvent.Tag.Substring(1), throwOnError: false);" and blindly instantiates them. that can result in Code execution in the context of the running process. This attack appear to be exploitable via Victim must parse a specially-crafted YAML file. This vulnerability appears to have been fixed in 5.0.0.
Configurations

Configuration 1

cpe:2.3:a:yamldotnet_project:yamldotnet:*:*:*:*:*:*:*:*

Information

Published : 2018-07-13 06:29

Updated : 2020-08-24 05:37


NVD link : CVE-2018-1000210

Mitre link : CVE-2018-1000210

Products Affected
No products.
CWE
CWE-502

Deserialization of Untrusted Data

CWE-639