CVE-2025-53944
BaseFortify
Publication date: 2025-07-30
Last updated on: 2025-08-05
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| agpt | autogpt_platform | 0.6.13 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
| CWE-285 | The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an authorization bypass in AutoGPT versions 0.6.15 and below. Specifically, the external API's get_graph_execution_results endpoint correctly checks if a user has access to the graph_id but fails to verify if the user owns the graph_exec_id parameter. This flaw allows authenticated users to access execution results of any graph execution by supplying arbitrary execution IDs, potentially exposing data they should not see. The internal API does not have this issue, and the vulnerability is fixed in version 0.6.16.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing authenticated users to access execution results of graphs they do not own. This unauthorized access could lead to exposure of sensitive or confidential information contained in those execution results, potentially compromising data privacy and security.
What immediate steps should I take to mitigate this vulnerability?
Upgrade AutoGPT to version 0.6.16 or later, where the authorization bypass vulnerability in the external API's get_graph_execution_results endpoint is fixed.