CVE-2020-14062: Deserialization of untrusted data in Jackson Databind
8.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.91459%
CWE
Published
6/18/2020
Updated
6/25/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/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.4 | 2.9.10.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focuses on the changes made to the SubTypeValidator
class, which is directly related to the deserialization process
and the mitigation of the vulnerability. The addition of 'com.sun.org.apache.xalan.internal.lib.sql.JNDIConnectionPool' to the blocklist indicates that the vulnerability involves the deserialization of this class. Thus, functions related to subtype validation are considered vulnerable or critical in mitigating the vulnerability.