CVE-2019-14893: Polymorphic deserialization of malicious object in jackson-databind
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.71024%
CWE
Published
5/15/2020
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.9.0, < 2.9.10 | 2.9.10 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patch modifies SubTypeValidator
to include 'org.apache.xalan.lib.sql.JNDIConnectionPool' in the list of non-deserializable classes, indicating that the vulnerability is related to the deserialization process
handled by this validator. The method validateSubType()
is a likely candidate for being directly related to this process
.