CVE-2017-17485
published 2018-01-10CVE-2017-17485: 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…
PriorityP275critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EPSS
49.73%
98.8th percentile
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.
Affected
22 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | debian_linux | — | — |
| debian | debian_linux | — | — |
| debian | jackson-databind | < jackson-databind 2.9.4-1 (bookworm) | jackson-databind 2.9.4-1 (bookworm) |
| fasterxml | jackson-databind | < 2.6.7.3 | 2.6.7.3 |
| fasterxml | jackson-databind | >= 0 < 2.9.4-1 | 2.9.4-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.4-1 | 2.9.4-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.4-1 | 2.9.4-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.4-1 | 2.9.4-1 |
| fasterxml | jackson-databind | >= 2.0.0 < 2.6.7.3 | 2.6.7.3 |
| fasterxml | jackson-databind | >= 2.7.0 < 2.7.9.2 | 2.7.9.2 |
| fasterxml | jackson-databind | >= 2.8.0 < 2.8.11 | 2.8.11 |
| fasterxml | jackson-databind | >= 2.8.0 < 2.8.11.1 | 2.8.11.1 |
| fasterxml | jackson-databind | >= 2.9.0 < 2.9.4 | 2.9.4 |
| netapp | e-series_santricity_os_controller | 11.0.0 – 11.60.3 | — |
| redhat | jboss_enterprise_application_platform | — | — |
| redhat | jboss_enterprise_application_platform | — | — |
| redhat | jboss_enterprise_application_platform | — | — |
| redhat | jboss_enterprise_application_platform | — | — |
| redhat | openshift_container_platform | — | — |
| redhat | openshift_container_platform | — | — |
| redhat | virtualization | — | — |
| redhat | virtualization_host | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Exploit targets the `readValue` method of `ObjectMapper` in jackson-databind via maliciously crafted JSON input to trigger unsafe deserialization ↗
- →Exploitation requires Spring libraries to be present in the classpath; detection should check for co-presence of Spring and vulnerable jackson-databind versions (≤2.8.10 or 2.9.0–2.9.3) ↗
- →Monitor for polymorphic type handling abuse via `enableDefaultTyping(...)` in ObjectMapper configurations; candlepin/applications NOT using enableDefaultTyping are not exploitable ↗
- →Patch commit for the related CVE-2018-5968 blacklist bypass (gadget chain fix) is available for diff-based detection of unpatched deployments ↗
- ·Vulnerability is only exploitable when `enableDefaultTyping(...)` is enabled on the ObjectMapper OR when per-field/class polymorphic type handling is used; default configurations are not affected ↗
- ·The blacklist bypass specifically requires Spring libraries to be present in the application classpath; environments without Spring are not vulnerable via this specific gadget chain ↗
- ·JBoss EAP 7.x uses jackson-databind only for JAX-RS JSON marshalling/unmarshalling; safe coding practices for JAX-RS webservices can mitigate exposure even on unpatched versions ↗
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.
GHSA
Deserialization of Untrusted Data in jackson-databind
ghsa·2020-06-30·CVSS 9.8
CVE-2018-5968 [CRITICAL] CWE-184 Deserialization of Untrusted Data in jackson-databind
Deserialization of Untrusted Data in jackson-databind
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
OSV
Deserialization of Untrusted Data in jackson-databind
osv·2020-06-30·CVSS 9.8
CVE-2018-5968 [CRITICAL] Deserialization of Untrusted Data in jackson-databind
Deserialization of Untrusted Data in jackson-databind
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
GHSA
jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
ghsa·2018-10-18·CVSS 9.8
CVE-2017-17485 [CRITICAL] CWE-502 jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
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.
OSV
jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
osv·2018-10-18·CVSS 9.8
CVE-2017-17485 [CRITICAL] jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
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.
OSV
CVE-2018-5968: FasterXML jackson-databind through 2
osv·2018-01-22·CVSS 9.8
CVE-2018-5968 [CRITICAL] CVE-2018-5968: FasterXML jackson-databind through 2
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
OSV
CVE-2017-17485: FasterXML jackson-databind through 2
osv·2018-01-10·CVSS 9.8
CVE-2017-17485 [CRITICAL] CVE-2017-17485: FasterXML jackson-databind through 2
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.
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 blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
vendor_redhat·2018-01-18·CVSS 9.8
CVE-2018-5968 [CRITICAL] CWE-502 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
A deserialization flaw was discovered in the jackson-databind that 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 flaws CVE-2017-7525 and CVE-2017-17485 by blacklisting more classes that could be used maliciously.
Statement: JBoss EAP 7.x only uses the vulnerable Ja
Debian
CVE-2018-5968: jackson-databind - FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthe...
vendor_debian·2018·CVSS 9.8
CVE-2018-5968 [CRITICAL] CVE-2018-5968: jackson-databind - FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthe...
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
Scope: local
bookworm: resolved (fixed in 2.9.4-1)
bullseye: resolved (fixed in 2.9.4-1)
forky: resolved (fixed in 2.9.4-1)
sid: resolved (fixed in 2.9.4-1)
trixie: resolved (fixed in 2.9.4-1)
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
Debian
CVE-2017-17485: jackson-databind - FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthe...
vendor_debian·2017·CVSS 9.8
CVE-2017-17485 [CRITICAL] CVE-2017-17485: jackson-databind - FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthe...
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.
Scope: local
bookworm: resolved (fixed in 2.9.4-1)
bullseye: resolved (fixed in 2.9.4-1)
forky: resolved (fixed in 2.9.4-1)
sid: resolved (fixed in 2.9.4-1)
trixie: resolved (fixed in 2.9.4-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-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
bugzilla·2018-01-24·CVSS 9.8
CVE-2018-5968 [CRITICAL] CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
A flaw was found in FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 which allows unauthenticated remote code execution due to an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
References:
https://github.com/FasterXML/jackson-databind/issues/1899
Patch:
https://github.com/FasterXML/jackson-databind/commit/038b471e2efde2e8f96b4e0be958d3e5a1ff1d05
Discussion:
Created jackson-databind tracking bugs for this issue:
Affects: fedora-all [bug 1538333]
---
Reduced to moderate after internal discussions about ratings on flaws versus ratin
Bugzilla
CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485) [fedora-all]
bugzilla·2018-01-24·CVSS 9.8
CVE-2018-5968 [CRITICAL] CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485) [fedora-all]
CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485) [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
fedp
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
http://www.securityfocus.com/archive/1/541652/100/0/threadedhttps://access.redhat.com/errata/RHSA-2018:0116https://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: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:2930https://access.redhat.com/errata/RHSA-2019:1782https://access.redhat.com/errata/RHSA-2019:1797https://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/1855https://github.com/irsl/jackson-rce-via-spel/https://security.netapp.com/advisory/ntap-20180201-0003/https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbhf03902en_ushttps://www.debian.org/security/2018/dsa-4114https://www.oracle.com/security-alerts/cpuoct2020.htmlhttp://www.securityfocus.com/archive/1/541652/100/0/threadedhttps://access.redhat.com/errata/RHSA-2018:0116https://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: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:2930https://access.redhat.com/errata/RHSA-2019:1782https://access.redhat.com/errata/RHSA-2019:1797https://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/1855https://github.com/irsl/jackson-rce-via-spel/https://security.netapp.com/advisory/ntap-20180201-0003/https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbhf03902en_ushttps://www.debian.org/security/2018/dsa-4114https://www.oracle.com/security-alerts/cpuoct2020.html
2018-01-10
Published