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-36518

CVE-2020-36518: Jackson-databind DoS Vulnerability

CVE-2020-36518 is a denial of service vulnerability in Fasterxml Jackson-databind caused by deeply nested objects triggering StackOverflow exceptions. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-36518 Overview

CVE-2020-36518 is a denial of service vulnerability in FasterXML jackson-databind, a widely-used Java library for JSON data binding. The vulnerability allows attackers to trigger a Java StackOverflow exception by submitting JSON payloads containing deeply nested objects. When the library attempts to deserialize these maliciously crafted inputs, the recursive processing leads to stack exhaustion and application crashes.

This vulnerability affects jackson-databind versions prior to 2.13.0 and has significant downstream impact due to the library's widespread adoption in enterprise Java applications, including numerous Oracle, NetApp, and Debian products.

Critical Impact

Attackers can cause denial of service in applications using vulnerable jackson-databind versions by sending specially crafted JSON with deeply nested object structures, leading to stack overflow exceptions and service disruption.

Affected Products

  • FasterXML jackson-databind (versions before 2.13.0)
  • Oracle WebLogic Server (12.2.1.3.0, 12.2.1.4.0, 14.1.1.0.0)
  • Oracle Coherence (14.1.1.0.0)
  • Oracle Communications Cloud Native Core products (various versions)
  • Oracle Financial Services products (various versions)
  • Oracle Primavera Gateway and P6 Enterprise Project Portfolio Management
  • Oracle PeopleSoft Enterprise PeopleTools (8.58, 8.59)
  • Debian Linux (9.0, 10.0, 11.0)
  • NetApp Active IQ Unified Manager, OnCommand Insight, and related products

Discovery Timeline

  • March 11, 2022 - CVE-2020-36518 published to NVD
  • August 27, 2025 - Last updated in NVD database

Technical Details for CVE-2020-36518

Vulnerability Analysis

The vulnerability exists in jackson-databind's JSON deserialization mechanism. When processing JSON input, the library uses recursive function calls to traverse and parse nested object structures. The implementation lacks adequate depth checking during deserialization, allowing an attacker to craft JSON payloads with excessive nesting levels that exceed the JVM's stack space allocation.

This vulnerability is classified under CWE-787 (Out-of-bounds Write), though the practical manifestation is a stack overflow condition. The attack can be executed remotely over the network without authentication, making it particularly dangerous for web applications and services that accept JSON input from untrusted sources.

Root Cause

The root cause lies in jackson-databind's recursive parsing approach for nested JSON structures. The library processes nested objects by recursively calling deserialization methods for each level of nesting. Without proper depth limits, extremely deep nesting (potentially thousands of levels) causes the call stack to grow beyond the JVM's allocated stack size, resulting in a StackOverflowError that crashes the thread or application.

Attack Vector

The attack vector is network-based, requiring no privileges or user interaction. An attacker crafts a malicious JSON payload with deeply nested objects and submits it to an application endpoint that deserializes JSON using a vulnerable jackson-databind version.

The attack payload structure follows a pattern of repeated nested objects. When such a payload is processed, the recursive deserialization exhausts stack space. The depth required to trigger the overflow depends on JVM stack configuration but typically ranges from several thousand to tens of thousands of nesting levels.

For technical details on the vulnerability mechanism, see GitHub Issue #2816 in the jackson-databind repository.

Detection Methods for CVE-2020-36518

Indicators of Compromise

  • Unexpected java.lang.StackOverflowError exceptions in application logs during JSON processing
  • Application crashes or thread terminations correlated with incoming JSON requests containing unusual depth
  • Performance degradation or service unavailability following receipt of large or complex JSON payloads
  • Log entries showing deep recursion in jackson-databind package methods

Detection Strategies

  • Implement application-level monitoring for StackOverflowError exceptions in JSON processing code paths
  • Deploy WAF rules to detect and block JSON payloads with excessive nesting depth
  • Use static code analysis tools to identify jackson-databind dependencies below version 2.13.0
  • Conduct dependency scanning in CI/CD pipelines to flag vulnerable library versions

Monitoring Recommendations

  • Configure JVM monitoring to alert on unusual stack usage patterns during request processing
  • Set up application performance monitoring (APM) to track JSON deserialization latency anomalies
  • Monitor endpoint traffic for unusually large JSON payloads or requests with atypical characteristics
  • Implement logging around JSON deserialization entry points to capture payload metadata for forensic analysis

How to Mitigate CVE-2020-36518

Immediate Actions Required

  • Upgrade jackson-databind to version 2.13.0 or later, which includes fixes for this vulnerability
  • Conduct a full dependency audit to identify all applications using vulnerable jackson-databind versions
  • Review and update transitive dependencies that may include vulnerable jackson-databind versions
  • Implement input validation to limit JSON payload size and nesting depth at the application perimeter

Patch Information

The vulnerability is fixed in jackson-databind version 2.13.0 and later. Organizations should update their Maven, Gradle, or other dependency management configurations to use the patched version. For downstream products:

  • Oracle Products: Security patches available via Oracle CPU April 2022 and Oracle CPU July 2022
  • Debian Linux: Security updates available per DSA-5283 and LTS announcements
  • NetApp Products: Patches available per NetApp Security Advisory NTAP-20220506-0004

Workarounds

  • Implement a JSON filter or interceptor that validates and rejects payloads exceeding a defined nesting depth threshold
  • Configure web application firewalls to inspect JSON content and block requests with excessive nesting
  • Increase JVM stack size temporarily to raise the threshold for stack exhaustion (note: this is a mitigation, not a fix)
  • Use custom ObjectMapper configuration with DeserializationFeature.FAIL_ON_READING_DUP_TREE_KEY and streaming APIs for large payloads
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.13.0</version>
# </dependency>

# Verify 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
  • TypeDOS

  • Vendor/TechJackson Databind

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • GitHub Issue #2816

  • Debian LTS Announcement May 2022

  • Debian LTS Announcement November 2022

  • NetApp Security Advisory NTAP-20220506-0004

  • Debian Security Advisory DSA-5283

  • Oracle Security Alert CPU April 2022

  • Oracle Security Alert CPU July 2022
  • Related CVEs
  • CVE-2021-46877: Jackson-databind DOS Vulnerability

  • CVE-2023-35116: Jackson-databind DoS Vulnerability

  • CVE-2020-10650: Debian Linux RCE Vulnerability

  • CVE-2020-9547: 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