The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-35490

CVE-2020-35490: Jackson-databind RCE Vulnerability

CVE-2020-35490 is a remote code execution vulnerability in FasterXML Jackson-databind affecting versions before 2.9.10.8. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: March 11, 2026

CVE-2020-35490 Overview

FasterXML jackson-databind 2.x before 2.9.10.8 contains an insecure deserialization vulnerability that mishandles the interaction between serialization gadgets and typing. This vulnerability is specifically related to org.apache.commons.dbcp2.datasources.PerUserPoolDataSource, which can be leveraged as a gadget class to achieve remote code execution when polymorphic type handling is enabled.

Critical Impact

This vulnerability allows remote attackers to potentially execute arbitrary code on systems using vulnerable versions of jackson-databind when processing untrusted JSON input with polymorphic deserialization enabled.

Affected Products

  • FasterXML jackson-databind (versions before 2.9.10.8)
  • NetApp Service Level Manager
  • Debian Linux 9.0
  • Oracle Agile PLM 9.3.6
  • Oracle Application Testing Suite 13.3.0.1
  • Oracle Banking Platform (versions 2.6.2 through 2.10.0)
  • Oracle Communications Cloud Native Core Policy 1.14.0
  • Oracle Communications Diameter Signaling Router
  • Oracle WebCenter Portal (versions 12.2.1.3.0 and 12.2.1.4.0)
  • Multiple additional Oracle enterprise products

Discovery Timeline

  • December 17, 2020 - CVE-2020-35490 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-35490

Vulnerability Analysis

This vulnerability belongs to a class of insecure deserialization flaws (CWE-502) that affect jackson-databind's polymorphic type handling feature. When applications use jackson-databind with default typing enabled or explicit @JsonTypeInfo annotations, the library can deserialize JSON into arbitrary Java objects based on type information embedded in the input data.

The vulnerability exploits the org.apache.commons.dbcp2.datasources.PerUserPoolDataSource class from Apache Commons DBCP2 as a "gadget" class. When this class is deserialized, its setter methods can be abused to perform malicious operations, including establishing database connections to attacker-controlled servers or triggering JNDI lookups that lead to remote code execution.

The attack requires that the target application has both jackson-databind and Apache Commons DBCP2 on the classpath, and that polymorphic deserialization is enabled for untrusted input.

Root Cause

The root cause lies in jackson-databind's handling of polymorphic type information during deserialization. When the library encounters type metadata in JSON input, it attempts to instantiate the specified class and populate its properties. The PerUserPoolDataSource class was not included in jackson-databind's blocklist of dangerous gadget classes, allowing attackers to specify this class in malicious JSON payloads.

The blocklist approach used by jackson-databind requires continuous updates as new gadget classes are discovered, making it inherently reactive rather than proactive against deserialization attacks.

Attack Vector

The attack is network-based and targets applications that accept JSON input from untrusted sources. An attacker crafts a malicious JSON payload containing type information that references the org.apache.commons.dbcp2.datasources.PerUserPoolDataSource gadget class, along with properties configured to trigger malicious behavior during deserialization.

The exploitation scenario involves sending specially crafted JSON data to a vulnerable endpoint. When jackson-databind deserializes this payload, it instantiates the gadget class and invokes setters with attacker-controlled values, potentially leading to JNDI injection and ultimately remote code execution.

For technical details on the specific gadget chain and exploitation mechanics, see the GitHub Issue #2986 which tracks this vulnerability.

Detection Methods for CVE-2020-35490

Indicators of Compromise

  • Unexpected network connections to external LDAP, RMI, or DNS servers from Java applications
  • Presence of PerUserPoolDataSource class references in application logs or JSON input
  • Unusual JNDI lookup attempts in application server logs
  • Suspicious serialized Java objects in network traffic or log files

Detection Strategies

  • Monitor application logs for deserialization errors or exceptions involving org.apache.commons.dbcp2 classes
  • Implement network monitoring to detect outbound JNDI connections to unexpected destinations
  • Use static analysis tools to identify jackson-databind usage with polymorphic type handling enabled
  • Deploy runtime application security testing (RASP) to detect deserialization attacks

Monitoring Recommendations

  • Enable verbose logging for jackson-databind to capture deserialization attempts
  • Configure intrusion detection systems to alert on JSON payloads containing suspicious class names
  • Monitor dependency versions in CI/CD pipelines to detect vulnerable jackson-databind versions
  • Implement egress filtering to block unexpected outbound connections from application servers

How to Mitigate CVE-2020-35490

Immediate Actions Required

  • Upgrade jackson-databind to version 2.9.10.8 or later immediately
  • Audit applications for use of polymorphic type handling with untrusted input
  • Disable default typing if not strictly required for application functionality
  • Review classpath dependencies and remove Apache Commons DBCP2 if not needed

Patch Information

FasterXML has released jackson-databind version 2.9.10.8 which adds org.apache.commons.dbcp2.datasources.PerUserPoolDataSource to the blocklist of dangerous gadget classes. Organizations should upgrade to this version or later to mitigate the vulnerability.

Multiple vendors have released security updates addressing this vulnerability:

  • Oracle CPU April 2021 Security Alert
  • Oracle CPU July 2021 Security Alert
  • Oracle CPU October 2021 Security Alert
  • NetApp Security Advisory NTAP-20210122-0005
  • Debian LTS Announcement April 2021

Workarounds

  • Disable polymorphic type handling by removing @JsonTypeInfo annotations and disabling ObjectMapper.enableDefaultTyping()
  • Use ObjectMapper.activateDefaultTyping() with a custom PolymorphicTypeValidator to restrict allowed types
  • Implement input validation to reject JSON containing @class or @type fields if polymorphic deserialization is not required
  • Configure network egress rules to block JNDI connections to external servers
bash
# Maven dependency update example
# Update pom.xml to use patched version:
# <dependency>
#   <groupId>com.fasterxml.jackson.core</groupId>
#   <artifactId>jackson-databind</artifactId>
#   <version>2.9.10.8</version>
# </dependency>

# Verify current jackson-databind version in your project
mvn dependency:tree -Dincludes=com.fasterxml.jackson.core:jackson-databind

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechJackson

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability3.92%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Medium Article on Jackson CVEs

  • GitHub Issue #2986

  • Debian LTS Announcement April 2021

  • NetApp Security Advisory NTAP-20210122-0005
  • Vendor Resources
  • Oracle CPU July 2021 Security Alert

  • Oracle CPU April 2021 Security Alert

  • Oracle CPU April 2022 Security Alert

  • Oracle CPU January 2022 Security Alert

  • Oracle CPU July 2022 Security Alert

  • Oracle CPU October 2021 Security Alert
  • Related CVEs
  • CVE-2025-52999: Jackson Core DOS Vulnerability

  • CVE-2025-49128: Jackson-core Information Disclosure Bug

  • CVE-2023-3894: Jackson-dataformats-text DOS Vulnerability

  • CVE-2020-9548: Jackson-databind Deserialization Vulnerability
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