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-2024-21634

CVE-2024-21634: Amazon Ion Java Library DoS Vulnerability

CVE-2024-21634 is a denial-of-service flaw in Amazon Ion Java library that allows attackers to trigger StackOverflowError through crafted Ion data. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-21634 Overview

CVE-2024-21634 is a denial-of-service vulnerability in Amazon Ion (ion-java), a Java implementation of the Ion data notation. Prior to version 1.10.5, applications that use ion-java to deserialize Ion text encoded data, or deserialize Ion text or binary encoded data into the IonValue model and then invoke certain IonValue methods on that in-memory representation, are vulnerable to a crafted payload attack. An attacker could craft malicious Ion data that, when loaded by the affected application and/or processed using the IonValue model, results in a StackOverflowError originating from the ion-java library.

Critical Impact

This vulnerability allows remote attackers to cause denial of service conditions in applications using vulnerable versions of the Amazon Ion Java library through crafted Ion data payloads that trigger stack exhaustion.

Affected Products

  • Amazon Ion (ion-java) versions prior to 1.10.5
  • Applications using ion-java for Ion text encoded data deserialization
  • Applications using the IonValue model for Ion text or binary data processing

Discovery Timeline

  • 2024-01-03 - CVE-2024-21634 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-21634

Vulnerability Analysis

This vulnerability falls under CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw exists in how the ion-java library processes deeply nested or specially crafted Ion data structures. When the library attempts to deserialize malicious Ion content, it can enter into recursive processing without adequate depth checks or limits, ultimately exhausting the call stack.

The vulnerability is particularly concerning because it can be triggered remotely through network-accessible attack vectors. Applications that accept Ion-formatted data from untrusted sources—such as web APIs, message queues, or file uploads—are at risk. The attack requires no authentication or user interaction, making it straightforward for attackers to exploit.

Root Cause

The root cause is inadequate resource allocation controls during the deserialization process. When processing Ion data structures, the library does not properly limit recursion depth or resource consumption. This allows an attacker to craft Ion payloads with deeply nested structures that cause the Java Virtual Machine's call stack to overflow during parsing or when invoking certain IonValue methods on the deserialized in-memory representation.

Attack Vector

The attack vector is network-based, requiring an attacker to deliver malicious Ion-encoded data to an application using the vulnerable ion-java library. Attack scenarios include:

  • Sending crafted Ion payloads to REST APIs that accept Ion data format
  • Uploading malicious Ion files to applications that process uploaded content
  • Injecting Ion data through message queues or streaming pipelines
  • Man-in-the-middle modification of Ion data in transit

The attack exploits the recursive nature of Ion data structure parsing. By creating payloads with extreme nesting depth or circular-like structures, attackers can force the library into stack-exhausting recursive calls during deserialization or subsequent IonValue method invocations.

Detection Methods for CVE-2024-21634

Indicators of Compromise

  • Unexpected StackOverflowError exceptions in application logs originating from ion-java library classes
  • Application crashes or restarts coinciding with Ion data processing operations
  • Abnormally large or deeply nested Ion payloads in request logs or data stores
  • Increased memory pressure or CPU utilization during Ion deserialization

Detection Strategies

  • Implement application logging to capture and alert on StackOverflowError exceptions specifically from Ion-related code paths
  • Monitor application health metrics for unexpected crashes or restarts during data processing
  • Deploy Web Application Firewall (WAF) rules to detect anomalously large or complex Ion payloads
  • Use SentinelOne's runtime protection to detect and alert on process termination patterns consistent with stack exhaustion attacks

Monitoring Recommendations

  • Enable detailed exception logging for Ion deserialization operations
  • Set up alerting thresholds for StackOverflowError occurrences in production environments
  • Monitor incoming request sizes and complexity metrics for endpoints accepting Ion data
  • Implement application performance monitoring (APM) to track deserialization latency anomalies

How to Mitigate CVE-2024-21634

Immediate Actions Required

  • Upgrade ion-java to version 1.10.5 or later immediately
  • Audit all applications in your environment for ion-java dependencies using software composition analysis (SCA) tools
  • Review dependency trees for transitive dependencies on vulnerable ion-java versions
  • Prioritize patching for internet-facing applications that process Ion data from untrusted sources

Patch Information

The fix for this vulnerability is included in ion-java version 1.10.5. Amazon has released this patched version to address the stack overflow issue. Organizations should update their Maven or Gradle dependencies to specify version 1.10.5 or higher:

For Maven:

xml
<dependency>
    <groupId>com.amazon.ion</groupId>
    <artifactId>ion-java</artifactId>
    <version>1.10.5</version>
</dependency>

For Gradle:

groovy
implementation 'com.amazon.ion:ion-java:1.10.5'

For additional details, refer to the GitHub Security Advisory GHSA-264p-99wq-f4j6.

Workarounds

  • Do not load Ion data which originated from an untrusted source or that could have been tampered with
  • Implement input validation to reject Ion payloads that exceed reasonable size or complexity thresholds
  • Consider running Ion processing in isolated environments with resource limits (e.g., containerized workloads with memory and CPU constraints)
  • Deploy network-level controls to filter potentially malicious Ion data before it reaches vulnerable applications
bash
# Example: Check current ion-java version in Maven project
mvn dependency:tree -Dincludes=com.amazon.ion:ion-java

# Example: Force update to patched version
mvn versions:use-latest-versions -Dincludes=com.amazon.ion:ion-java

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAmazon Ion

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.46%

  • 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-770
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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