CVE-2017-15095
published 2018-02-06CVE-2017-15095: A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code…
PriorityP260critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EPSS
8.36%
94.3th percentile
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
Affected
51 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | debian_linux | — | — |
| debian | debian_linux | — | — |
| debian | jackson-databind | < jackson-databind 2.9.1-1 (bookworm) | jackson-databind 2.9.1-1 (bookworm) |
| debian | libjackson-json-java | < jackson-databind 2.9.1-1 (bookworm) | jackson-databind 2.9.1-1 (bookworm) |
| fasterxml | jackson-databind | — | — |
| fasterxml | jackson-databind | >= 0 < 2.9.1-1 | 2.9.1-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.1-1 | 2.9.1-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.1-1 | 2.9.1-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.1-1 | 2.9.1-1 |
| fasterxml | jackson-databind | >= 2.0.0 < 2.6.7.2 | 2.6.7.2 |
| fasterxml | jackson-databind | >= 2.7.0 < 2.7.9.2 | 2.7.9.2 |
| fasterxml | jackson-databind | >= 2.8.0 < 2.8.10 | 2.8.10 |
| oracle | banking_platform | — | — |
| oracle | banking_platform | — | — |
| oracle | banking_platform | — | — |
| oracle | banking_platform | — | — |
| oracle | clusterware | — | — |
| oracle | communications_billing_and_revenue_management | — | — |
| oracle | communications_billing_and_revenue_management | — | — |
| oracle | communications_diameter_signaling_router | < 8.3 | 8.3 |
| oracle | communications_instant_messaging_server | — | — |
| oracle | database_server | — | — |
| oracle | database_server | — | — |
| oracle | enterprise_manager_for_virtualization | — | — |
| oracle | enterprise_manager_for_virtualization | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Exploit entry point: attacker sends maliciously crafted input to the readValue method of the ObjectMapper to trigger unsafe deserialization and achieve remote code execution ↗
- →Vulnerable code path requires polymorphic deserialization to be globally enabled via objectMapper.enableDefaultTyping(); absence of this call significantly reduces exploitability ↗
- →Candlepin/JBoss EAP deployments are not exploitable if enableDefaultTyping() is never called on any ObjectMapper instance — audit application code for this call as a detection/triage step ↗
- ·Fix versions: jackson-databind 2.8.10 and 2.9.1 introduced additional blacklisting of dangerous classes; versions before these are vulnerable ↗
- ·This CVE's blacklist fix was itself incomplete — CVE-2017-17485 further extends the blacklist when Spring libraries are present in the classpath, meaning patching to 2.8.10/2.9.1 alone may not fully remediate in Spring environments ↗
- ·JBoss EAP 7.x uses the vulnerable library only for marshalling/unmarshalling JSON in JAX-RS webservices; exploitability depends on whether enableDefaultTyping() is invoked ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
ghsa9.8CRITICAL
osv9.8CRITICAL
vendor_debian9.8CRITICAL
vendor_redhat9.8CRITICAL
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
ghsa·2022-05-24·CVSS 9.8
CVE-2019-10202 [CRITICAL] CWE-502 Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
OSV
Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
osv·2022-05-24·CVSS 9.8
CVE-2019-10202 [CRITICAL] Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
OSV
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
osv·2018-10-18·CVSS 9.8
CVE-2017-15095 [CRITICAL] jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
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.
GHSA
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
ghsa·2018-10-18·CVSS 9.8
CVE-2017-15095 [CRITICAL] CWE-184 jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
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.
OSV
CVE-2017-15095: A deserialization flaw was discovered in the jackson-databind in versions before 2
osv·2018-02-06·CVSS 9.8
CVE-2017-15095 [CRITICAL] CVE-2017-15095: A deserialization flaw was discovered in the jackson-databind in versions before 2
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
Ubuntu
Jackson vulnerabilities
vendor_ubuntu·2021-02-18
CVE-2017-15095 Jackson vulnerabilities
Title: Jackson vulnerabilities
Summary: Jackson could be made to crash if it opened a specially crafted
file.
It was discovered that Jackson Databind incorrectly handled
deserialization. An attacker could possibly use this issue to execute
arbitrary code.
Instructions: In general, a standard system update will make all the necessary changes.
Red Hat
codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
vendor_redhat·2019-09-30·CVSS 9.8
CVE-2019-10202 [CRITICAL] CWE-502 codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
Package: codehaus (Red Hat BPM Suite 6) - Out of support scope
Package: codehaus (Red Hat Decision Manager 7) - Not affected
Package: codehaus (Red Hat JBoss A-MQ 6) - Out of support scope
Package: codehaus (Red Hat JBoss BRMS 5) - Out of support scope
Package: codehaus (Red Hat JBoss BRMS 6) - Out of support scope
Package: codehaus
Red Hat
jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
vendor_redhat·2017-12-12·CVSS 9.8
CVE-2017-17485 [CRITICAL] CWE-502 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.
A deserialization flaw was discovered in the jackson-databind which could allow an unauthenticated user to perform code execution by sending maliciously crafted input to the readValue method of ObjectMapper. This issue extends upon the previous flaws CVE-2017-7525 and CVE-2017-15095 by blacklisting mor
Red Hat
jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
vendor_redhat·2017-11-02·CVSS 9.8
CVE-2017-15095 [CRITICAL] CWE-184 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
A deserialization flaw was discovered in the jackson-databind which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
Debian
CVE-2017-15095: jackson-databind - A deserialization flaw was discovered in the jackson-databind in versions before...
vendor_debian·2017·CVSS 9.8
CVE-2017-15095 [CRITICAL] CVE-2017-15095: jackson-databind - A deserialization flaw was discovered in the jackson-databind in versions before...
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
Scope: local
bookworm: resolved (fixed in 2.9.1-1)
bullseye: resolved (fixed in 2.9.1-1)
forky: resolved (fixed in 2.9.1-1)
sid: resolved (fixed in 2.9.1-1)
trixie: resolved (fixed in 2.9.1-1)
No detection rules found.
No public exploits indexed.
Bugzilla
CVE-2019-10202 codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
bugzilla·2019-07-18·CVSS 9.8
CVE-2019-10202 [CRITICAL] CVE-2019-10202 codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
CVE-2019-10202 codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
Discussion:
This vulnerability is out of security support scope for the following products:
* Red Hat JBoss BPM Suite 6
* Red Hat JBoss BRMS 6
* Red Hat Enterprise Application Platform 5
* Red Hat Enterprise Application Platform 6
* Red Hat JBoss SOA Platform 5
* Red Hat JBoss Fuse Service Works 6
* Red Hat JBoss Fuse 6
*
Bugzilla
CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095) [fedora-all]
bugzilla·2018-01-03·CVSS 9.8
CVE-2017-17485 [CRITICAL] CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095) [fedora-all]
CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095) [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit messag
Bugzilla
CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
bugzilla·2017-12-22·CVSS 9.8
CVE-2017-17485 [CRITICAL] CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
An unsafe deserialization vulnerability was found due to incomplete blacklisting of the unsafe classes. This issue is incomplete fix for CVE-2017-7525 and CVE-2017-15095 and is specific to certain Red Hat packages.
Discussion:
Created jackson-databind tracking bugs for this issue:
Affects: fedora-all [bug 1530463]
---
Acknowledgements:
Name: 0c0c0f from 360观星实验室
---
This issue has been addressed in the following products:
Red Hat Software Collections for Red Hat Enterprise Linux 7
Red Hat Software Collections for Red Hat Enterprise Linux 7.3 EUS
Red Hat Software Collections for Red Hat Enterprise Linux 7.4 EUS
Via RHSA-2018:0116 https://access.redhat.com/errat
Bugzilla
CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525) [fedora-all]
bugzilla·2017-11-02·CVSS 9.8
CVE-2017-15095 [CRITICAL] CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525) [fedora-all]
CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525) [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message
Bugzilla
CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
bugzilla·2017-10-26·CVSS 9.8
CVE-2017-15095 [CRITICAL] CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
An unsafe deserialization vulnerability was found due to incomplete blacklisting of the unsafe elements. This issue is incomplete fix for CVE-2017-7525.
Discussion:
Acknowledgments:
Name: Liao Xinxi (NSFOCUS)
---
Other distributions may have made the same mistake, since the original upstream ticket was closed before additional names were added to the blacklist.
Original ticket + patches (CVE-2017-7525):
https://github.com/FasterXML/jackson-databind/issues/1599
https://github.com/FasterXML/jackson-databind/commit/60d459ce
https://github.com/FasterXML/jackson-databind/commit/3bfbb835
Further tickets and patches to block more dangerous types (I think these are all):
http://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067.htmlhttp://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.htmlhttp://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.htmlhttp://www.securityfocus.com/bid/103880http://www.securitytracker.com/id/1039769https://access.redhat.com/errata/RHSA-2017:3189https://access.redhat.com/errata/RHSA-2017:3190https://access.redhat.com/errata/RHSA-2018:0342https://access.redhat.com/errata/RHSA-2018:0478https://access.redhat.com/errata/RHSA-2018:0479https://access.redhat.com/errata/RHSA-2018:0480https://access.redhat.com/errata/RHSA-2018:0481https://access.redhat.com/errata/RHSA-2018:0576https://access.redhat.com/errata/RHSA-2018:0577https://access.redhat.com/errata/RHSA-2018:1447https://access.redhat.com/errata/RHSA-2018:1448https://access.redhat.com/errata/RHSA-2018:1449https://access.redhat.com/errata/RHSA-2018:1450https://access.redhat.com/errata/RHSA-2018:1451https://access.redhat.com/errata/RHSA-2018:2927https://access.redhat.com/errata/RHSA-2019:2858https://access.redhat.com/errata/RHSA-2019:3149https://access.redhat.com/errata/RHSA-2019:3892https://github.com/FasterXML/jackson-databind/issues/1680https://github.com/FasterXML/jackson-databind/issues/1737https://lists.apache.org/thread.html/f095a791bda6c0595f691eddd0febb2d396987eec5cbd29120d8c629%40%3Csolr-user.lucene.apache.org%3Ehttps://lists.debian.org/debian-lts-announce/2020/01/msg00037.htmlhttps://security.netapp.com/advisory/ntap-20171214-0003/https://www.debian.org/security/2017/dsa-4037https://www.oracle.com/security-alerts/cpuoct2020.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.htmlhttp://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067.htmlhttp://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.htmlhttp://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.htmlhttp://www.securityfocus.com/bid/103880http://www.securitytracker.com/id/1039769https://access.redhat.com/errata/RHSA-2017:3189https://access.redhat.com/errata/RHSA-2017:3190https://access.redhat.com/errata/RHSA-2018:0342https://access.redhat.com/errata/RHSA-2018:0478https://access.redhat.com/errata/RHSA-2018:0479https://access.redhat.com/errata/RHSA-2018:0480https://access.redhat.com/errata/RHSA-2018:0481https://access.redhat.com/errata/RHSA-2018:0576https://access.redhat.com/errata/RHSA-2018:0577https://access.redhat.com/errata/RHSA-2018:1447https://access.redhat.com/errata/RHSA-2018:1448https://access.redhat.com/errata/RHSA-2018:1449https://access.redhat.com/errata/RHSA-2018:1450https://access.redhat.com/errata/RHSA-2018:1451https://access.redhat.com/errata/RHSA-2018:2927https://access.redhat.com/errata/RHSA-2019:2858https://access.redhat.com/errata/RHSA-2019:3149https://access.redhat.com/errata/RHSA-2019:3892https://github.com/FasterXML/jackson-databind/issues/1680https://github.com/FasterXML/jackson-databind/issues/1737https://lists.apache.org/thread.html/f095a791bda6c0595f691eddd0febb2d396987eec5cbd29120d8c629%40%3Csolr-user.lucene.apache.org%3Ehttps://lists.debian.org/debian-lts-announce/2020/01/msg00037.htmlhttps://security.netapp.com/advisory/ntap-20171214-0003/https://www.debian.org/security/2017/dsa-4037https://www.oracle.com/security-alerts/cpuoct2020.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html
2018-02-06
Published