CVE-2018-12023: Deserialization of Untrusted Data
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.89121%
CWE
Published
6/15/2020
Updated
3/1/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.7.0, <= 2.7.9.3 | 2.7.9.4 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.8.0, <= 2.8.11.1 | 2.8.11.2 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.9.0, < 2.9.6 | 2.9.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patches provided modify the SubTypeValidator
class to prevent the deserialization of certain classes related to the Oracle JDBC driver, which is directly related to addressing the CVE-2018-12023 vulnerability. The function validateSubType()
in SubTypeValidator
is likely involved in this process.