CVE-2025-53944
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-30

Last updated on: 2025-08-05

Assigner: GitHub, Inc.

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-30
Last Modified
2025-08-05
Generated
2026-05-07
AI Q&A
2025-07-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
agpt autogpt_platform 0.6.13
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart