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
    • 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-2025-11573

CVE-2025-11573: Amazon.IonDotnet DoS Vulnerability

CVE-2025-11573 is a denial of service flaw in Amazon.IonDotnet caused by an infinite loop issue. Attackers can exploit this through crafted text input. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-11573 Overview

An infinite loop vulnerability exists in the Amazon.IonDotnet library versions prior to v1.3.2. This denial of service vulnerability allows threat actors to exploit improper input validation through specially crafted text input, causing the library to enter an infinite loop and consume excessive CPU resources. The vulnerability is particularly concerning as the library has been deprecated as of August 20, 2025, meaning no further security updates will be released beyond the final patch.

Critical Impact

Applications using Amazon.IonDotnet prior to v1.3.2 are vulnerable to denial of service attacks via specially crafted text input that triggers an infinite loop, potentially rendering services unresponsive.

Affected Products

  • Amazon.IonDotnet versions prior to v1.3.2
  • Applications and services utilizing the Amazon Ion data serialization format via the .NET library
  • AWS services or custom applications dependent on ion-dotnet for data parsing

Discovery Timeline

  • October 9, 2025 - CVE-2025-11573 published to NVD
  • October 14, 2025 - Last updated in NVD database

Technical Details for CVE-2025-11573

Vulnerability Analysis

This vulnerability is classified under CWE-1286 (Improper Validation of Syntactically Incorrect Input). The Amazon.IonDotnet library, which provides .NET support for the Amazon Ion data serialization format, fails to properly validate certain text inputs during parsing operations. When malformed or specially crafted text data is supplied to the library, the parsing logic enters an infinite loop rather than gracefully handling the invalid input or terminating with an appropriate error.

The network-accessible nature of this vulnerability means that any service accepting Ion-formatted data from untrusted sources could be exploited remotely without requiring authentication. An attacker only needs to send a single malicious request containing the crafted payload to trigger the denial of service condition.

Root Cause

The root cause of this vulnerability lies in improper validation of syntactically incorrect input within the text parsing routines of the Amazon.IonDotnet library. The parser contains a code path that fails to recognize certain malformed input patterns as invalid, causing the parsing state machine to loop indefinitely without advancing through the input or reaching a termination condition. This represents a failure in boundary condition handling where edge cases in the input grammar are not properly accounted for.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying an application endpoint that accepts Amazon Ion text format data
  2. Crafting a specially malformed text payload designed to trigger the infinite loop condition
  3. Sending the malicious payload to the target application
  4. The vulnerable parsing code enters an infinite loop, consuming CPU resources and potentially blocking the processing thread

The vulnerability mechanism involves the parser failing to properly handle syntactically incorrect input, leading to an algorithmic complexity attack scenario. For detailed technical information, refer to the GitHub Security Advisory GHSA-q5r6-9qwq-g2wj.

Detection Methods for CVE-2025-11573

Indicators of Compromise

  • Abnormally high CPU utilization on services processing Ion-formatted data
  • Thread pool exhaustion or application hangs during Ion text parsing operations
  • Increased response times or timeouts from services accepting Ion input
  • Log entries indicating parsing operations that never complete

Detection Strategies

  • Monitor application dependencies for Amazon.IonDotnet versions prior to v1.3.2
  • Implement CPU usage anomaly detection on services processing Ion data
  • Deploy application-level timeout monitoring for Ion parsing operations
  • Use SentinelOne Singularity to detect abnormal process behavior patterns indicative of denial of service conditions

Monitoring Recommendations

  • Configure alerting thresholds for sustained high CPU usage on Ion-processing services
  • Implement request timeout monitoring at the application layer
  • Track thread utilization metrics to detect blocked or infinitely looping threads
  • Enable detailed logging for Ion parsing operations to identify problematic inputs

How to Mitigate CVE-2025-11573

Immediate Actions Required

  • Upgrade Amazon.IonDotnet to version v1.3.2 immediately
  • Audit all applications and services for dependencies on vulnerable library versions
  • Consider migrating away from Amazon.IonDotnet as the library is deprecated and will not receive future updates
  • Implement input validation and request timeouts as defense-in-depth measures

Patch Information

Amazon has released version v1.3.2 of the IonDotnet library which addresses this vulnerability. The patch can be obtained from the GitHub Release v1.3.2. For additional details, refer to the AWS Security Bulletin AWS-2025-022.

Important: As of August 20, 2025, the Amazon.IonDotnet library has been deprecated and will not receive further updates. Organizations should plan migration to alternative solutions for long-term support.

Workarounds

  • Implement request timeouts at the application layer to terminate long-running parsing operations
  • Deploy input size limits to reduce the attack surface for crafted payloads
  • Use network-level rate limiting to mitigate denial of service impact
  • Consider isolating Ion parsing operations in separate processes with resource constraints
bash
# Example: Upgrade Amazon.IonDotnet via NuGet
dotnet add package Amazon.IonDotnet --version 1.3.2

# Verify installed version
dotnet list package | grep IonDotnet

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAmazon Iondotnet

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1286
  • Technical References
  • AWS Security Bulletin AWS-2025-022

  • GitHub Release v1.3.2

  • GitHub Security Advisory GHSA-q5r6-9qwq-g2wj
  • Related CVEs
  • CVE-2025-3857: Amazon.IonDotnet 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