CVE Details
Basic Information
| Title | AutoGPT Platform Exposes Graph Execution Results via Authorization Gap |
|---|---|
| Type | cve |
| Published | 2025-07-30T14:28:36.168Z |
| Modified | 2025-07-30T14:47:36.847Z |
Product Information
| Vendor | Significant-Gravitas |
|---|---|
| Product | AutoGPT |
| Version | < 0.6.16 |
CVSS Information
| Base Score | 7.7 (HIGH) |
|---|---|
| Attack Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N |
Affected Products
- Significant-Gravitas AutoGPT < 0.6.16
Additional Information
| CWE List | CWE-285 |
|---|---|
| Source | GitHub_M |
Description
AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents. In v0.6.15 and below, the external API’s get_graph_execution_results endpoint has an authorization bypass vulnerability. While it correctly validates user access to the graph_id, it fails to verify ownership of the graph_exec_id parameter, allowing authenticated users to access any execution results by providing arbitrary execution IDs. The internal API implements proper validation for both parameters. This is fixed in v0.6.16.