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

CVE-2025-32425: AutoGPT Disk Exhaustion DoS Vulnerability

CVE-2025-32425 is a denial-of-service flaw in AutoGPT caused by unlimited container log growth that exhausts disk resources under heavy usage. This article covers technical details, affected versions, and remediation.

Published: May 17, 2026

CVE-2025-32425 Overview

CVE-2025-32425 is a denial of service vulnerability in AutoGPT, an open-source platform for building and running continuous AI agents. AutoGPT writes execution output to stdout and stderr, which Docker captures as container logs when the platform runs in container mode. Versions prior to 0.6.32 apply no size limit or rotation policy to these logs. An attacker generating high request volume can drive log files to consume all available disk space, exhausting storage on the host and rendering the service unavailable. The flaw is tracked under CWE-770: Allocation of Resources Without Limits or Throttling and is fixed in autogpt-platform-beta-v0.6.32.

Critical Impact

Unauthenticated or low-privilege users can trigger unbounded container log growth, exhausting host disk resources and causing service outage.

Affected Products

  • AutoGPT Platform versions prior to 0.6.32
  • AutoGPT deployments running in container (Docker) mode
  • autogpt_libs logging configuration without rotating handlers

Discovery Timeline

  • 2026-05-13 - CVE-2025-32425 published to the National Vulnerability Database
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2025-32425

Vulnerability Analysis

The vulnerability stems from how AutoGPT handles operational logging in its container deployment. The platform emits execution telemetry to standard output and standard error streams. Docker captures these streams and persists them to JSON log files on the host filesystem.

Neither the application logging configuration nor the Docker Compose definition imposed a maximum size or rotation policy on these logs. Each user request produces additional log lines, and the log file grows monotonically. Under heavy or sustained traffic, the log volume saturates the host disk.

Once the disk fills, dependent services such as the database, container runtime, and API backend fail to write state and crash or hang. The result is a denial of service condition affecting all platform tenants.

Root Cause

The logging configuration in autogpt_platform/autogpt_libs/autogpt_libs/logging/config.py did not register a rotating handler. The companion docker-compose.platform.yml did not set Docker logging driver options such as max-size or max-file. With no upper bound on either side, log retention was effectively infinite.

Attack Vector

An attacker repeatedly invokes AutoGPT endpoints that produce logged execution output. Each invocation appends data to the container log. Because the platform processes user-controlled workflows and prints results, an attacker can amplify log volume per request. Sustained traffic consumes host disk until write operations fail.

python
# Patch excerpt: autogpt_libs/logging/config.py
 import os
 import socket
 import sys
+from logging.handlers import RotatingFileHandler
 from pathlib import Path
 
 from pydantic import Field, field_validator

The patch introduces RotatingFileHandler to cap log file size and recycle older segments. Source: GitHub Commit 57a06f7.

Detection Methods for CVE-2025-32425

Indicators of Compromise

  • Rapid growth of Docker JSON log files under /var/lib/docker/containers/<id>/<id>-json.log on AutoGPT hosts.
  • Disk usage alerts on the host running AutoGPT containers, particularly on the partition backing /var/lib/docker.
  • Container or service restarts triggered by ENOSPC (no space left on device) errors in system logs.

Detection Strategies

  • Monitor filesystem utilization on AutoGPT hosts and alert when free space drops below an operational threshold.
  • Inspect Docker container log file sizes with docker ps --size and du -sh against the container log directory.
  • Correlate spikes in HTTP request volume against AutoGPT endpoints with growth in log file size to identify abusive traffic patterns.

Monitoring Recommendations

  • Ingest host disk metrics and Docker daemon logs into a centralized telemetry pipeline for trend analysis.
  • Track per-container log throughput and alert on anomalous write rates compared to baseline.
  • Audit the running AutoGPT version against 0.6.32 and flag containers still on vulnerable releases.

How to Mitigate CVE-2025-32425

Immediate Actions Required

  • Upgrade AutoGPT to autogpt-platform-beta-v0.6.32 or later, which adds a RotatingFileHandler to the logging configuration.
  • Apply Docker logging driver limits to all AutoGPT containers until the upgrade is complete.
  • Rotate or truncate existing oversized container log files to reclaim disk space.

Patch Information

The fix is delivered in commit 57a06f70883ce6be18738c6ae8bb41085c71e266 and published in release autogpt-platform-beta-v0.6.32. Details are documented in GitHub Security Advisory GHSA-vw3v-whvp-33v5.

Workarounds

  • Configure Docker daemon-wide log rotation in /etc/docker/daemon.json using log-driver: json-file with max-size and max-file options.
  • Set per-service logging options in docker-compose.platform.yml to bound log file size and count.
  • Place AutoGPT behind a rate-limiting reverse proxy to reduce the rate of log-producing requests from any single source.
bash
# Configuration example: bound Docker container logs
cat <<'EOF' > /etc/docker/daemon.json
{
  "log-driver": "json-file",
  "log-opts": {
    "max-size": "50m",
    "max-file": "5"
  }
}
EOF

systemctl restart docker

# Or apply per-service in docker-compose.platform.yml
# services:
#   backend:
#     logging:
#       driver: "json-file"
#       options:
#         max-size: "50m"
#         max-file: "5"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAutogpt

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Logging Configuration Code

  • GitHub Docker Compose File

  • GitHub Commit Update

  • GitHub Security Advisory GHSA-vw3v-whvp-33v5
  • Related CVEs
  • CVE-2026-26006: AutoGPT Regular Expression DoS Vulnerability

  • CVE-2025-32393: AutoGPT Platform DoS Vulnerability

  • CVE-2026-26020: AutoGPT RCE Vulnerability

  • CVE-2026-22038: AutoGPT Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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