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-2023-3894

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

CVE-2023-3894 is a Denial of Service flaw in Jackson-dataformats-text TOML parser that allows attackers to crash the parser via stack overflow. This post covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-3894 Overview

CVE-2023-3894 is a Denial of Service (DoS) vulnerability affecting the jackson-dataformats-text library's TOML parser. Applications using this library to parse TOML data from user-supplied input are vulnerable to attacks where malicious content can trigger a stack overflow, causing the parser to crash. This vulnerability enables attackers to disrupt service availability by submitting specially crafted TOML input.

Critical Impact

Attackers can cause application crashes through stack overflow by providing malicious TOML content, potentially leading to service disruption and denial of service conditions.

Affected Products

  • FasterXML jackson-dataformats-text (all versions prior to patched release)

Discovery Timeline

  • August 8, 2023 - CVE-2023-3894 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-3894

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in the TOML parsing component of jackson-dataformats-text. When processing user-supplied TOML data, the parser fails to adequately handle deeply nested or recursive structures, leading to uncontrolled stack consumption. The vulnerability is network-exploitable without authentication or user interaction, making it accessible to remote attackers who can submit malicious input to any application using the vulnerable library for TOML parsing.

Root Cause

The root cause is twofold: improper input validation (CWE-20) combined with an out-of-bounds write condition (CWE-787). The TOML parser does not implement sufficient depth limits or recursion guards when processing nested TOML structures. This allows an attacker to craft input that causes excessive recursive function calls, ultimately exhausting the call stack and triggering a stack overflow crash.

Attack Vector

The attack exploits the network-accessible TOML parsing functionality. An attacker submits specially crafted TOML data containing deeply nested structures or recursive elements. When the vulnerable parser processes this input, it enters an unbounded recursive parsing loop. The continuous function calls exhaust the available stack memory, resulting in a stack overflow that crashes the application.

The vulnerability was identified through fuzzing by the OSS-Fuzz project, which discovered that certain TOML input patterns could reliably trigger the crash condition. Since no user interaction is required and the attack can be executed remotely over the network, any internet-facing application parsing untrusted TOML data is at risk.

Detection Methods for CVE-2023-3894

Indicators of Compromise

  • Application crashes with stack overflow exceptions when processing TOML input
  • Java StackOverflowError exceptions in application logs originating from jackson-dataformats-text TOML parsing classes
  • Unusual spikes in TOML parsing requests or malformed TOML submissions
  • Service restarts coinciding with TOML data processing activities

Detection Strategies

  • Monitor application logs for StackOverflowError or similar stack exhaustion exceptions during TOML parsing operations
  • Implement input size and nesting depth validation before passing data to the TOML parser
  • Use application performance monitoring to detect abnormal memory consumption patterns during parsing

Monitoring Recommendations

  • Configure alerting for repeated application crashes or restarts in services that process TOML data
  • Monitor for unusually large or deeply nested TOML payloads in incoming requests
  • Track the frequency and source of TOML parsing exceptions to identify potential attack patterns

How to Mitigate CVE-2023-3894

Immediate Actions Required

  • Update jackson-dataformats-text to the latest patched version immediately
  • Implement input validation to reject TOML data exceeding reasonable size or nesting depth thresholds
  • Consider sandboxing or resource-limiting TOML parsing operations to contain potential crashes
  • Review application architecture to ensure TOML parsing failures do not cascade to critical services

Patch Information

FasterXML has addressed this vulnerability through Pull Request #398. Users should upgrade to the patched version as documented in the Jackson Release Notes. The fix implements proper recursion depth limits and input validation to prevent stack overflow conditions.

Workarounds

  • Implement a maximum depth limit for TOML structures before passing to the parser
  • Add a wrapper that catches StackOverflowError to prevent complete application failure
  • Limit the maximum size of TOML input accepted from untrusted sources
  • Consider using alternative TOML parsing libraries until upgrade is possible
bash
# Maven dependency update example for jackson-dataformats-text
# Update your pom.xml to use the latest patched version:
# <dependency>
#   <groupId>com.fasterxml.jackson.dataformat</groupId>
#   <artifactId>jackson-dataformat-toml</artifactId>
#   <version>[LATEST_PATCHED_VERSION]</version>
# </dependency>

# Verify your current version with:
mvn dependency:tree | grep jackson-dataformat-toml

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechJackson

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • 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-20

  • CWE-787
  • Technical References
  • GitHub Jackson Release Notes
  • Vendor Resources
  • Chromium OSS-Fuzz Issue #50083

  • GitHub Jackson Pull Request #398
  • Related CVEs
  • CVE-2025-52999: Jackson Core DOS Vulnerability

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

  • CVE-2020-9548: Jackson-databind Deserialization Vulnerability

  • CVE-2020-35490: Jackson-databind RCE 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