CVE-2019-14540: Polymorphic Typing issue in FasterXML jackson-databind
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.91051%
CWE
Published
9/23/2019
Updated
3/15/2024
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 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.7.0, < 2.8.11.5 | 2.8.11.5 |
com.fasterxml.jackson.core:jackson-databind | maven | < 2.6.7.3 | 2.6.7.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patches indicate that the vulnerability is related to the deserialization of 'com.zaxxer.hikari.HikariConfig' and its subclasses. The mitigation involves adding these classes to a blacklist, suggesting that the deserialization process
is the vulnerable component. The exact function name
might vary based on the exact method
handling the deserialization check, but it's related to the SubTypeValidator
class.