CVE-2017-15095: jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.91267%
CWE
Published
10/18/2018
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.4 | 2.9.4 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.8.0, < 2.8.11 | 2.8.11 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.0.0, < 2.6.7.3 | 2.6.7.3 |
com.fasterxml.jackson.core:jackson-databind | maven | >= 2.7.0, < 2.7.9.2 | 2.7.9.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patches provided modify the deserialization process to blacklist certain classes, indicating that the readValue
method is vulnerable to deserialization attacks. The BeanDeserializerFactory
class is also involved in the deserialization process and is responsible for checking if a class is allowed to be deserialized.