Polymorphic Deserialization Flaw in FasterXML Jackson Databind
CVE-2019-14893
7.5HIGH
What is CVE-2019-14893?
A security vulnerability exists in FasterXML's jackson-databind that allows for the polymorphic deserialization of malicious objects. This flaw can be exploited when the ObjectMapper is set up with methods such as enableDefaultTyping()
or when using the @JsonTypeInfo annotations with Id.CLASS
or Id.MINIMAL_CLASS
. Attackers can leverage this weakness to instantiate arbitrary objects from unsafe sources, leading to the potential execution of malicious code in impacted applications.
Affected Version(s)
jackson-databind 2.9.10
jackson-databind 2.10.0