CVE-2018-19362:
com.fasterxml.jackson.core:jackson-databind vulnerable to Deserialization of Untrusted Data
9.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
1/4/2019
Updated
3/15/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/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.8 | 2.9.8 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.8.0, <= 2.8.11.2 | 2.8.11.3 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.7.0, <= 2.7.9.4 | 2.7.9.5 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.0.0, < 2.6.7.3 | 2.6.7.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis involves examining the patches for CVE-2018-19362 and identifying the functions modified to mitigate the vulnerability. The patches modify SubTypeValidator to include additional classes in the blacklist, directly addressing the vulnerability related to deserialization of untrusted data.