Loading...
Skip to main content

CVE-2017-15095

CRITICAL

jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution

Published October 18, 2018Updated March 15, 2024Source: osv

Summary

jackson-databind in versions prior to 2.8.11 and 2.9.4 contain a deserialization flaw which allows an unauthenticated user to perform code execution by sending maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525, blacklisting additonal vulnerable classes.

Remediation

Upgrade to the fixed version using your package manager.

Maven
Update com.fasterxml.jackson.core:jackson-databind to 2.7.9.2 or later
<!-- Update pom.xml dependency version to 2.7.9.2 for com.fasterxml.jackson.core:jackson-databind -->
Maven
Update com.fasterxml.jackson.core:jackson-databind to 2.9.4 or later
<!-- Update pom.xml dependency version to 2.9.4 for com.fasterxml.jackson.core:jackson-databind -->
Maven
Update com.fasterxml.jackson.core:jackson-databind to 2.6.7.3 or later
<!-- Update pom.xml dependency version to 2.6.7.3 for com.fasterxml.jackson.core:jackson-databind -->
Maven
Update com.fasterxml.jackson.core:jackson-databind to 2.8.11 or later
<!-- Update pom.xml dependency version to 2.8.11 for com.fasterxml.jackson.core:jackson-databind -->

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (4)

PackageEcosystemAffectedFixed In
com.fasterxml.jackson.core:jackson-databind
maven
2.7.0, 2.7.1, 2.7.1-1, 2.7.2 (+8 more)2.7.9.2
com.fasterxml.jackson.core:jackson-databind
maven
2.9.0, 2.9.0.pr1, 2.9.0.pr2, 2.9.0.pr3 (+4 more)2.9.4
com.fasterxml.jackson.core:jackson-databind
maven
2.0.0, 2.0.1, 2.0.2, 2.0.4 (+57 more)2.6.7.3
com.fasterxml.jackson.core:jackson-databind
maven
2.8.0, 2.8.1, 2.8.10, 2.8.2 (+8 more)2.8.11

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

References

Frequently Asked Questions

What is CVE-2017-15095?
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.8/10).
How do I check if my project is affected by CVE-2017-15095?
CVE-2017-15095 affects com.fasterxml.jackson.core:jackson-databind. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2017-15095 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.8

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-h592-38cm-4ggp

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies