CVE-2025-32436
Deferred Deferred - Pending Action
Disk Space Exhaustion in AutoGPT Workflow

Publication date: 2026-06-18

Last updated on: 2026-06-18

Assigner: GitHub, Inc.

Description
AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.63, `AddAudioToVideoBlock` will download and store the video and audio in a temporary directory without deleting before all noded are done. `StepThroughItemsBlock` can be used to iterate `MediaDurationBlock` multiple times. `StepThroughItemsBlock` does not limit the number of loops. In addition, `AddAudioToVideoBlock` does not limit the amount of disk space consumed in the current working directory and does not delete the video after outputing the result. When a malicious user chooses to screen shot many web pages, the disk space will eventually run out, causing a DoS. Version 0.6.63 patches the issue.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-18
Last Modified
2026-06-18
Generated
2026-06-19
AI Q&A
2026-06-18
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
autogpt autogpt to 0.6.63 (exc)
significant_gravitas autogpt to 0.6.63 (exc)
significant_gravitas autogpt to 0.6.62 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a Denial of Service (DoS) issue in the AddAudioToVideoBlock component of the AutoGPT platform, affecting versions up to 0.6.62.

The problem occurs because AddAudioToVideoBlock downloads and stores video and audio files in a temporary directory but does not delete them after processing. Additionally, the StepThroughItemsBlock component can iterate the MediaDurationBlock multiple times without limiting the number of loops or the disk space consumed.

A malicious user can exploit this by repeatedly requesting audio additions to many videos, causing the disk space to fill up and resulting in a Denial of Service condition.

The vulnerability is worsened because processed videos with added audio are also stored in the working directory, further consuming disk space.

This issue is classified under uncontrolled resource consumption (CWE-400) and has a high severity with a CVSS score of 7.1.

Impact Analysis

This vulnerability can impact you by causing a Denial of Service (DoS) on the system running AutoGPT.

Because the system does not properly delete temporary video and audio files or limit disk space usage, a malicious user can fill up the disk space by repeatedly adding audio to videos.

Once the disk space is exhausted, the system may become unresponsive or fail to operate correctly, disrupting availability and potentially halting workflows that depend on AutoGPT.

Detection Guidance

This vulnerability can be detected by monitoring disk space usage on the system where AutoGPT is running, especially focusing on the temporary directories and the current working directory used by AddAudioToVideoBlock.

You can check for unusually large or growing files related to video and audio processing in these directories, which may indicate exploitation of the vulnerability.

Suggested commands to detect this condition include:

  • Use disk usage commands to identify large files or directories: `du -sh /path/to/tempdir/*` and `du -sh /path/to/workingdir/*`
  • Check overall disk space usage with: `df -h`
  • List files sorted by size to find large video/audio files: `ls -lhS /path/to/tempdir` and `ls -lhS /path/to/workingdir`
  • Monitor running processes that may be invoking AddAudioToVideoBlock or StepThroughItemsBlock excessively.
Mitigation Strategies

The immediate mitigation step is to upgrade AutoGPT to version 0.6.63 or later, where this vulnerability has been patched.

Until the upgrade can be applied, monitor and manage disk space carefully to prevent exhaustion caused by leftover temporary and output files.

Additionally, consider implementing manual cleanup scripts to delete temporary files created by AddAudioToVideoBlock after processing completes.

Limit or monitor the usage of StepThroughItemsBlock to prevent excessive looping that can lead to uncontrolled disk space consumption.

Compliance Impact

The vulnerability causes a Denial of Service (DoS) by uncontrolled disk space consumption, impacting system availability.

While the CVE description and resources do not explicitly mention compliance with standards such as GDPR or HIPAA, a DoS affecting availability could potentially impact compliance with regulations that require systems to maintain availability and reliability of services.

However, there is no direct information provided about data confidentiality, integrity, or privacy breaches related to this vulnerability, which are often critical for GDPR and HIPAA compliance.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-32436. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart