CVE-2025-32422
Deferred
Deferred - Pending Action
Denial of Service in AutoGPT via Unlimited File Downloads
Publication date: 2026-06-18
Last updated on: 2026-06-18
Assigner: GitHub, Inc.
Description
Description
AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.63, `StepThroughItemsBlock` can iterate all the contents in a list and send them to `FileStoreBlock` for downloading one by one. Although `FileStoreBlock` has access time limits for downloading files, `StepThroughItemsBlock` can be used to slowly iterate and download relatively small files (e.g., 100M) multiple times. `StepThroughItemsBlock` does not limit the number of loops. In addition, `FileStoreBlock` does not limit the amount of disk space consumed in the current working directory. When a malicious user chooses to download too many videos, 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
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| autogpt | autogpt | to 0.6.63 (exc) |
| significant_gravitas | autogpt_platform_beta | to 0.6.63 (exc) |
| significant_gravitas | autogpt_platform_beta | 0.6.63 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |