Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-8840

CVE-2020-8840: Jackson-databind XXE Vulnerability

CVE-2020-8840 is an XXE vulnerability in FasterXML Jackson-databind affecting versions 2.0.0 through 2.9.10.2, caused by insufficient xbean-reflect/JNDI blocking. This article covers technical details, impact, and mitigation.

Published: March 4, 2026

CVE-2020-8840 Overview

CVE-2020-8840 is an insecure deserialization vulnerability affecting FasterXML jackson-databind versions 2.0.0 through 2.9.10.2. The vulnerability stems from a lack of certain xbean-reflect/JNDI blocking mechanisms, specifically demonstrated through the org.apache.xbean.propertyeditor.JndiConverter class. When polymorphic type handling is enabled, attackers can craft malicious JSON payloads that leverage this gadget class to achieve remote code execution on vulnerable systems.

Critical Impact

This vulnerability allows unauthenticated remote attackers to execute arbitrary code on systems using affected jackson-databind versions with polymorphic deserialization enabled, potentially leading to complete system compromise.

Affected Products

  • FasterXML jackson-databind 2.0.0 through 2.9.10.2
  • Debian Linux 8.0
  • NetApp OnCommand API Services
  • NetApp OnCommand Workflow Automation
  • NetApp Service Level Manager
  • NetApp SteelStore Cloud Integrated Storage
  • Huawei OceanStor 9000 Firmware (v300r006c20 through v300r006c20spc300)
  • Oracle Global Lifecycle Management OPatch

Discovery Timeline

  • 2020-02-10 - CVE-2020-8840 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-8840

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). The core issue lies in jackson-databind's polymorphic type handling feature, which allows JSON payloads to specify the Java class to be instantiated during deserialization. While FasterXML maintains a blocklist of known dangerous "gadget" classes, this particular vulnerability exploits a gap in that blocklist—specifically the org.apache.xbean.propertyeditor.JndiConverter class from the Apache XBean library.

When a vulnerable application deserializes attacker-controlled JSON input, the malicious payload can instantiate the JndiConverter class and trigger a JNDI lookup to an attacker-controlled server. This JNDI injection technique allows attackers to load and execute arbitrary Java code, achieving remote code execution without authentication.

Root Cause

The root cause is an incomplete blocklist in jackson-databind's SubTypeValidator class. The library attempts to prevent deserialization of known dangerous classes by maintaining a deny list, but the org.apache.xbean.propertyeditor.JndiConverter class was not included in versions prior to the patch. This class can be abused to perform JNDI lookups, which in combination with malicious LDAP or RMI servers, enables remote code execution through Java object loading.

Attack Vector

The attack requires that the target application:

  1. Uses a vulnerable version of jackson-databind (2.0.0 through 2.9.10.2)
  2. Has polymorphic type handling enabled (via @JsonTypeInfo or default typing)
  3. Has the Apache XBean library (xbean-reflect) on the classpath
  4. Accepts and deserializes JSON input from untrusted sources

An attacker can send a specially crafted JSON payload containing the malicious class reference. Upon deserialization, the JndiConverter performs a lookup to an attacker-controlled JNDI server (typically LDAP or RMI), which returns a malicious Java object that gets instantiated and executed on the victim system. This attack pattern is commonly associated with JNDI injection attacks and requires no authentication when the application accepts external JSON input.

Detection Methods for CVE-2020-8840

Indicators of Compromise

  • Unusual outbound LDAP (port 389/636) or RMI (port 1099) connections from application servers
  • JSON requests containing references to org.apache.xbean.propertyeditor.JndiConverter in type identifiers
  • Unexpected Java class loading or process spawning from application server processes
  • Log entries showing deserialization exceptions related to blocked classes

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect JSON payloads containing known jackson-databind gadget class names including JndiConverter
  • Monitor for outbound connections to external LDAP/RMI servers from internal application tiers
  • Implement application-level logging for deserialization operations and review for suspicious class instantiation attempts
  • Use software composition analysis (SCA) tools to identify applications using vulnerable jackson-databind versions

Monitoring Recommendations

  • Enable verbose logging for jackson-databind deserialization operations to capture attempted exploits
  • Configure network monitoring to alert on unexpected JNDI-related protocol traffic from application servers
  • Establish baseline outbound connection patterns and alert on anomalies from Java application processes
  • Review application dependencies regularly using automated vulnerability scanning

How to Mitigate CVE-2020-8840

Immediate Actions Required

  • Upgrade jackson-databind to version 2.9.10.3 or later, which includes the fix for this vulnerability
  • If immediate patching is not possible, disable polymorphic type handling or implement a strict allowlist of permitted classes
  • Remove the xbean-reflect library from the classpath if it is not required by the application
  • Implement network egress filtering to block outbound LDAP and RMI connections from application servers

Patch Information

FasterXML has released patched versions of jackson-databind that add org.apache.xbean.propertyeditor.JndiConverter to the blocklist. Users should upgrade to version 2.9.10.3 or later for the 2.9.x branch. For users on older branches, upgrade paths include version 2.8.11.6 for the 2.8.x series or version 2.10.3 for the 2.10.x series. Review the GitHub Jackson Databind Issue 2620 for detailed information about the fix.

Additionally, multiple vendors have released advisories and patches:

  • Huawei Security Advisory for OceanStor 9000 firmware
  • NetApp Security Advisory NTAP-20200327-0002 for affected NetApp products
  • Oracle has included fixes in their April 2020 and October 2020 Critical Patch Updates

Workarounds

  • Disable default typing in jackson-databind by avoiding ObjectMapper.enableDefaultTyping() or equivalent configurations
  • Implement a custom TypeResolverBuilder with a strict allowlist of permitted classes for polymorphic deserialization
  • Use the PolymorphicTypeValidator API (available in jackson-databind 2.10+) to explicitly define allowed base types and subtypes
  • Apply network segmentation to prevent application servers from making outbound connections to untrusted JNDI servers
bash
# Verify jackson-databind version in Maven projects
mvn dependency:tree -Dincludes=com.fasterxml.jackson.core:jackson-databind

# Check for vulnerable versions in Gradle projects
./gradlew dependencies | grep jackson-databind

# Enforce minimum version in Maven pom.xml
# Add dependency management section to override transitive dependencies

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechJackson Databind

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability8.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Huawei Security Advisory 2020-01

  • GitHub Jackson Databind Issue 2620

  • Apache Druid Mailing List Thread

  • Apache Bookkeeper Mailing List Thread

  • Apache TomEE Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Druid Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Druid Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Kafka Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Kafka JIRA Issue

  • Apache Ranger Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache TomEE Mailing List Thread

  • Apache TomEE Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache TomEE Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Zookeeper Mailing List Thread

  • Apache Geode Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Apache Ranger Mailing List Thread

  • Debian LTS Announcement 2020-02

  • NetApp Security Advisory NTAP-20200327-0002
  • Related CVEs
  • CVE-2020-36518: Jackson-databind DoS Vulnerability

  • CVE-2020-10650: Debian Linux RCE Vulnerability

  • CVE-2021-46877: Jackson-databind DOS Vulnerability

  • CVE-2023-35116: Jackson-databind DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English