← Vulnerability feed

Vulnerability record · CVE-2017-17485 · published 10 January 2018

CVE-2017-17485: Jackson-databind blacklist bypass enables remote code execution

Fasterxml · Jackson Databind

FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution via an incomplete fix for the CVE-2017-7525 deserialization flaw. Crafted JSON sent to ObjectMapper.readValue bypasses the blacklist when Spring libraries are present on the classpath. This matters because it is a network-reachable, no-authentication deserialization flaw in a widely embedded Java library.

9.8 CVSS 3.1 Critical EPSS 50% · top 1.1% CWE-502 · Deserialization of untrusted data
9.8CVSS 3.1 base score, v2 7.5
50%EPSS exploitation probability, 30 days
NoNot in CISA KEV
8Affected product versions listed by NVD
48References
17 Jun 2026Last modified by NVD

Description

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.

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

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

critical priorityCVSS 9.8 with no authentication or user interaction and a very high EPSS percentile make this a top remediation priority despite no KEV listing.

What it is

FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution via an incomplete fix for the CVE-2017-7525 deserialization flaw. Crafted JSON sent to ObjectMapper.readValue bypasses the blacklist when Spring libraries are present on the classpath. This matters because it is a network-reachable, no-authentication deserialization flaw in a widely embedded Java library.

Impact

An attacker can execute arbitrary code in the context of the application running jackson-databind, leading to full compromise of confidentiality, integrity and availability. The CVSS vector rates all three impacts as high.

Attack surface

Reached over the network by sending maliciously crafted JSON to an endpoint that calls ObjectMapper.readValue; the CVSS vector shows no privileges required and no user interaction. Exploitation depends on the Spring libraries being available in the classpath.

Exploitation

Not listed in CISA KEV, but EPSS is 0.49727 (98.84th percentile), indicating high predicted exploitation activity. References are advisory and vendor errata only, with no public exploit tag supplied.

What to do

  • Upgrade jackson-databind to a version after 2.9.3 that contains the complete fix for the CVE-2017-7525 blacklist bypass.
  • Apply the vendor errata listed for Red Hat, Debian, NetApp, HPE and Oracle products that bundle the affected library.
  • Enable Jackson default typing restrictions and avoid enabling polymorphic type handling on untrusted input.
  • Remove unnecessary Spring libraries from the classpath where they are not required, since their presence enables the bypass.
  • Restrict network access to JSON deserialization endpoints and validate or reject unexpected type identifiers.

Detection

  • Monitor application logs and WAF alerts for JSON payloads containing unexpected @class or type identifier fields sent to deserialization endpoints.
  • Hunt for outbound connections or process execution spawned by the Java application server shortly after JSON API requests.
  • Inventory applications and dependencies for jackson-databind versions 2.8.x through 2.8.10 and 2.9.x through 2.9.3.
  • Alert on deserialization errors or class-loading exceptions from ObjectMapper.readValue in application logs.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

8 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://www.securityfocus.com/archive/1/541652/100/0/threaded Third Party AdvisoryVDB Entry
https://access.redhat.com/errata/RHSA-2018:0116 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0342 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0478 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0479 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0480 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0481 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1447 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1448 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1449 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1450 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1451 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:2930 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:1782 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:1797 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2858 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:3149 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:3892 Third Party Advisory
https://github.com/FasterXML/jackson-databind/issues/1855 Third Party Advisory
https://github.com/irsl/jackson-rce-via-spel/ Third Party Advisory
https://security.netapp.com/advisory/ntap-20180201-0003/ Third Party Advisory
https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbhf03902en_us Third Party Advisory
https://www.debian.org/security/2018/dsa-4114 Third Party Advisory
https://www.oracle.com/security-alerts/cpuoct2020.html Third Party Advisory
http://www.securityfocus.com/archive/1/541652/100/0/threaded Third Party AdvisoryVDB Entry
https://access.redhat.com/errata/RHSA-2018:0116 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0342 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0478 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0479 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0480 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:0481 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1447 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1448 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1449 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1450 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:1451 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:2930 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:1782 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:1797 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2858 Third Party Advisory

Track CVE-2017-17485 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2023-46604Apache ActiveMQ OpenWire deserialization remote code executionThe Java OpenWire protocol marshaller in Apache ActiveMQ deserializes untrusted data, letting an attacker manipulate serialized class types so the br…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2017-17485), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.