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-2025-69223

CVE-2025-69223: AIOHTTP Zip Bomb DoS Vulnerability

CVE-2025-69223 is a denial of service flaw in AIOHTTP that allows attackers to exploit zip bombs to exhaust server memory. This article covers the technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-69223 Overview

CVE-2025-69223 is a Denial of Service vulnerability affecting AIOHTTP, the popular asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below are vulnerable to a zip bomb attack that can exhaust the host's memory resources. An attacker can send a specially crafted compressed request that, when decompressed by AIOHTTP, expands to consume excessive memory, leading to server unavailability.

Critical Impact

Remote attackers can cause complete server denial of service by sending malicious compressed requests that exhaust system memory upon decompression.

Affected Products

  • AIOHTTP versions 3.13.2 and below
  • Python applications using vulnerable AIOHTTP versions for HTTP server functionality
  • Asyncio-based web services with compressed request handling enabled

Discovery Timeline

  • 2026-01-05 - CVE CVE-2025-69223 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-69223

Vulnerability Analysis

This vulnerability is classified under CWE-409 (Improper Handling of Highly Compressed Data). The flaw exists in AIOHTTP's handling of compressed HTTP request bodies. When a server receives a compressed request (using gzip, deflate, or similar encoding), AIOHTTP decompresses the content without proper size limits, allowing a small compressed payload to expand into an extremely large uncompressed data stream.

The attack exploits the asymmetric nature of compression algorithms where a small input can produce disproportionately large output. A zip bomb, sometimes called a "decompression bomb," is a malicious archive designed to crash or render useless the program or system reading it. In this context, an attacker can craft a compressed request body that is only a few kilobytes in size but expands to gigabytes when decompressed, rapidly exhausting available memory.

Root Cause

The root cause is the absence of a maximum decompression size limit in AIOHTTP's payload decompression logic. Prior to the fix, the decompressor would continue expanding data without checking the resulting size, allowing unbounded memory allocation. This oversight means any endpoint accepting compressed request bodies could be targeted.

Attack Vector

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

  1. Crafting a highly compressed payload (zip bomb) with extreme compression ratios
  2. Sending an HTTP request with Content-Encoding: gzip (or similar) header
  3. Including the malicious compressed payload as the request body
  4. The AIOHTTP server automatically decompresses the content, exhausting memory

The attack can be executed remotely against any AIOHTTP server that accepts and decompresses request bodies, making it particularly dangerous for public-facing APIs and web services.

python
     """Not enough data to satisfy content length header."""
 
 
+class DecompressSizeError(PayloadEncodingError):
+    """Decompressed size exceeds the configured limit."""
+
+
 class LineTooLong(BadHttpMessage):
     def __init__(
         self, line: str, limit: str = "Unknown", actual_size: str = "Unknown"

Source: GitHub Commit

The patch introduces a new DecompressSizeError exception class that is raised when decompressed data exceeds the configured max_length parameter, preventing unbounded memory consumption.

Detection Methods for CVE-2025-69223

Indicators of Compromise

  • Abnormally small compressed requests (few KB) arriving at HTTP endpoints
  • Sudden memory exhaustion or out-of-memory (OOM) conditions on AIOHTTP servers
  • Server crashes or unresponsiveness following receipt of compressed HTTP requests
  • Unusual spike in requests with Content-Encoding: gzip or Content-Encoding: deflate headers

Detection Strategies

  • Monitor for HTTP requests with compression headers where the compressed size is disproportionately small compared to Content-Length header or decompressed size
  • Implement application-level logging to track decompression ratios and flag suspicious patterns
  • Deploy memory monitoring alerts to detect sudden memory consumption spikes on AIOHTTP server processes
  • Use Web Application Firewall (WAF) rules to limit maximum decompressed payload sizes

Monitoring Recommendations

  • Enable memory usage alerts on servers running AIOHTTP applications with thresholds for rapid consumption
  • Log all incoming requests with compression encoding headers for forensic analysis
  • Monitor process-level memory consumption for AIOHTTP worker processes
  • Configure infrastructure monitoring to alert on OOM killer events or process restarts

How to Mitigate CVE-2025-69223

Immediate Actions Required

  • Upgrade AIOHTTP to version 3.13.3 or later immediately
  • Audit all applications using AIOHTTP for vulnerable version deployments
  • Consider temporarily disabling compressed request body handling if upgrade is not immediately possible
  • Implement network-level rate limiting for requests with compression encoding headers

Patch Information

The vulnerability is fixed in AIOHTTP version 3.13.3. The fix introduces a max_length parameter to the decompressor that limits the maximum size of decompressed data. When this limit is exceeded, a DecompressSizeError exception is raised, preventing memory exhaustion.

For detailed patch information, see the GitHub Security Advisory and the commit implementing the fix.

Workarounds

  • Deploy a reverse proxy (nginx, HAProxy) in front of AIOHTTP servers with decompression limits configured
  • Implement request body size limits at the load balancer or WAF level
  • If using middleware, add custom decompression handling with explicit size limits before requests reach AIOHTTP
  • Consider disabling automatic decompression and handling it manually with size checks
bash
# Upgrade AIOHTTP to patched version
pip install --upgrade aiohttp>=3.13.3

# Verify installed version
pip show aiohttp | grep Version

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAiohttp

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • 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-409
  • Technical References
  • GitHub Commit Summary

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34517: AIOHTTP DoS Vulnerability

  • CVE-2026-34516: AIOHTTP DoS Vulnerability

  • CVE-2026-34513: AIOHTTP DNS Cache DoS Vulnerability

  • CVE-2026-22815: AIOHTTP 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