A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-2026-33232

CVE-2026-33232: AutoGPT Denial of Service Vulnerability

CVE-2026-33232 is a denial of service flaw in AutoGPT that allows unauthenticated attackers to exhaust disk space through persistent temporary files. This article covers technical details, affected versions, and mitigation steps.

Published: May 21, 2026

CVE-2026-33232 Overview

CVE-2026-33232 is an unauthenticated denial-of-service vulnerability in AutoGPT, a workflow automation platform for building and managing continuous AI agents. The flaw affects versions 0.4.2 through 0.6.51 and is tracked as uncontrolled resource consumption [CWE-400]. The download_agent_file endpoint creates persistent temporary files for every request but never deletes them after serving the response. Unauthenticated attackers can issue repeated requests to exhaust the server's disk space, triggering No space left on device errors that take down the database and other backend services. The issue is patched in version 0.6.52.

Critical Impact

An unauthenticated remote attacker can render the entire AutoGPT Platform backend unavailable to all users by exhausting server disk space through repeated calls to a single endpoint.

Affected Products

  • AutoGPT Platform versions 0.4.2 through 0.6.51
  • Significant-Gravitas AutoGPT backend deployments exposing the download_agent_file endpoint
  • Self-hosted AutoGPT instances prior to autogpt-platform-beta-v0.6.52

Discovery Timeline

  • 2026-05-19 - CVE-2026-33232 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-33232

Vulnerability Analysis

The vulnerability resides in the download_agent_file endpoint of the AutoGPT Platform backend. The endpoint allocates a persistent temporary file on disk for each incoming request to stage the agent file before delivery. After the response is served, the handler fails to release or unlink the temporary file. Each unauthenticated request therefore leaves a permanent artifact on the server's filesystem.

Because the endpoint requires no authentication, an attacker does not need credentials, tokens, or prior reconnaissance to reach the vulnerable code path. Sustained request volume causes the storage volume backing the temporary directory to fill. Once the disk is full, the PostgreSQL database and other backend services begin failing with No space left on device errors. The result is a complete outage of the AutoGPT Platform for every tenant of the affected instance.

Root Cause

The root cause is missing cleanup logic in the file-serving handler. Temporary files created during request handling are never deleted in a finally block, by a context manager, or by a background reaper. This is a classic uncontrolled resource consumption pattern where attacker-controlled request volume translates directly into permanent server-side state.

Attack Vector

Exploitation is performed over the network against the AutoGPT Platform HTTP API. An attacker scripts repeated HTTP requests to the download_agent_file endpoint, optionally in parallel, until the target's disk fills. No authentication, user interaction, or special tooling is required. The attack scales linearly with available bandwidth and the size of the temporary files produced per request.

A detailed description is available in the GitHub Security Advisory GHSA-374w-2pxq-c9jp.

Detection Methods for CVE-2026-33232

Indicators of Compromise

  • Rapid, repeated unauthenticated requests to the download_agent_file endpoint from one or few source IPs
  • Sustained growth of the temporary file directory used by the AutoGPT backend without corresponding cleanup
  • Database or backend service errors referencing No space left on device
  • Disk utilization on the AutoGPT host trending toward 100% with no legitimate workload change

Detection Strategies

  • Alert on high request rates to the download_agent_file route in web server, reverse proxy, or API gateway logs
  • Monitor filesystem inode and capacity metrics on the AutoGPT host and trigger alerts on abnormal growth rates
  • Correlate spikes in 5xx responses or database connection failures with disk capacity thresholds

Monitoring Recommendations

  • Instrument the AutoGPT backend with disk usage metrics exported to your observability stack
  • Track per-source-IP request counts to authentication-free endpoints and apply anomaly detection
  • Forward AutoGPT and reverse proxy access logs to a centralized log platform for retention and search

How to Mitigate CVE-2026-33232

Immediate Actions Required

  • Upgrade AutoGPT Platform to version 0.6.52 or later, which contains the official fix
  • Restrict network exposure of the AutoGPT backend so the download_agent_file endpoint is not reachable from untrusted networks
  • Apply rate limiting at the reverse proxy or API gateway for the affected endpoint until patching is complete
  • Audit the temporary file directory on AutoGPT hosts and remove orphaned files generated before the patch

Patch Information

The maintainers patched this issue in autogpt-platform-beta-v0.6.52. Release details are available in the AutoGPT GitHub Release Notes. Operators should redeploy backend services from the patched release and verify that temporary files are released after download_agent_file requests complete.

Workarounds

  • Place the AutoGPT backend behind authentication at the reverse proxy layer until upgrade is possible
  • Enforce aggressive rate limits and per-IP quotas on the download_agent_file route
  • Schedule a cron job or systemd timer to periodically purge stale files from the AutoGPT temporary directory
  • Mount the temporary directory on a dedicated volume with quotas so exhaustion does not impact the database volume
bash
# Example nginx rate-limit snippet for the affected endpoint
limit_req_zone $binary_remote_addr zone=autogpt_dl:10m rate=5r/m;

location /download_agent_file {
    limit_req zone=autogpt_dl burst=5 nodelay;
    proxy_pass http://autogpt_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAutogpt

  • 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-400
  • Technical References
  • GitHub Release Notes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-32425: AutoGPT Disk Exhaustion DoS Vulnerability

  • CVE-2026-26006: AutoGPT Regular Expression DoS Vulnerability

  • CVE-2025-32393: AutoGPT Platform DoS Vulnerability

  • CVE-2026-33234: AutoGPT SSRF Vulnerability
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