CVE-2019-14893
02.03.2020, 21:15
A flaw was discovered in FasterXML jackson-databind in all versions before 2.9.10 and 2.10.0, where it would permit polymorphic deserialization of malicious objects using the xalan JNDI gadget when used in conjunction with polymorphic type handling methods such as `enableDefaultTyping()` or when @JsonTypeInfo is using `Id.CLASS` or `Id.MINIMAL_CLASS` or in any other way which ObjectMapper.readValue might instantiate objects from unsafe sources. An attacker could use this flaw to execute arbitrary code.Enginsight
Vendor | Product | Version |
---|---|---|
fasterxml | jackson-databind | 2.8.0 ≤ 𝑥 < 2.8.11.5 |
fasterxml | jackson-databind | 2.9.0 ≤ 𝑥 < 2.9.10 |
netapp | oncommand_api_services | - |
netapp | steelstore_cloud_integrated_storage | - |
oracle | goldengate_stream_analytics | 𝑥 < 19.1.0.0.1 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-200 - Exposure of Sensitive Information to an Unauthorized ActorThe product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
- CWE-502 - Deserialization of Untrusted DataThe application deserializes untrusted data without sufficiently verifying that the resulting data will be valid.
References