Severity by source
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
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
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
Lifecycle Timeline
3DescriptionGitHub Advisory
AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. In AutoGPT, the execution process is recorded to the console (stdout/stderr), and deployed in container mode, which is automatically captured by Docker and stored as "container logs". However, prior to 0.6.32, there is no limit on the log size when the container is deployed. When the number of user accesses is too large, the log on the server disk will be too large, causing disk resource exhaustion and eventually causing DoS. autogpt-platform-beta-v0.6.32 fixes the issue.
AnalysisAI
Disk exhaustion in AutoGPT Platform before version 0.6.32 enables denial of service through unbounded Docker container log accumulation under high user access volume. The platform writes execution activity to stdout/stderr without any rotation or size cap, and Docker captures these logs indefinitely to host disk - a CWE-770 resource allocation failure. No public exploit has been identified at time of analysis; SSVC confirms exploitation status of none, and EPSS is 0.01% (3rd percentile), indicating negligible observed exploitation probability.
Technical ContextAI
The root cause is CWE-770 (Allocation of Resources Without Limits or Throttling) in Python's logging configuration. AutoGPT Platform used the standard logging.FileHandler for three log streams - activity, debug, and error - without size limits or rotation policies. In Docker container deployments, these handlers write to files while Docker simultaneously captures all stdout/stderr to its own container log storage, compounding unbounded growth. The fix, confirmed in commit 57a06f70883ce6be18738c6ae8bb41085c71e266, replaces all three FileHandler instances with RotatingFileHandler configured at 10MB per file with 3 backup files, capping each log stream at approximately 40MB total. The same release also added DoS guards to the iteration and LLM chunking blocks. Affected product CPE: cpe:2.3:a:agpt:autogpt_platform:*:*:*:*:*:*:*:*.
RemediationAI
Upgrade to autogpt-platform-beta-v0.6.32, which is confirmed by GitHub security advisory GHSA-vw3v-whvp-33v5 and commit 57a06f70883ce6be18738c6ae8bb41085c71e266 to replace unbounded FileHandler instances with RotatingFileHandler (10MB per file, 3 backups, ~40MB total cap per log stream). For operators unable to patch immediately, configure Docker's built-in log rotation in docker-compose.platform.yml using the logging driver options max-size and max-file - the referenced file at https://github.com/Significant-Gravitas/AutoGPT/blob/62361ccc48327b3124549543b45d933d16f622d2/autogpt_platform/docker-compose.platform.yml#L102-L142 is the direct configuration target. A third compensating control is OS-level logrotate targeting Docker's container log path (typically /var/lib/docker/containers/), though this requires host access and does not prevent initial fill between rotation intervals. Note that the 40MB total cap per log type in the patched release may be insufficient for very verbose production deployments and should be monitored post-upgrade.
An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl
runc through version 1.0-rc6 (used in Docker before 18.09.2) contains a container escape vulnerability that allows attac
Netmaker makes networks with WireGuard. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no a
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
The News & Blog Designer Pack - WordPress Blog Plugin - (Blog Post Grid, Blog Post Slider, Blog Post Carousel, Blog Post
Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build
Remote code execution in Gogs through 0.14.2 allows authenticated users (and unauthenticated attackers on default-config
Remote code execution in NocoBase Workflow Script Node (npm @nocobase/plugin-workflow-javascript) allows authenticated l
Docker Desktop Community Edition before 2.1.0.1 allows local users to gain privileges by placing a Trojan horse docker-c
Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.2.169 and Application prior to version 2
An issue in Plone Docker Official Image 5.2.13 (5221) open-source software that could allow for remote code execution du
Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. Rated critical seve
Same technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-209827