CVE-2026-45023 MEDIUM

CVE-2026-45023: AutoGP: Credit system bypassed via direct block execution in POST /api/blocks/{block_id}/execute

Vendor Significant-Gravitas
Product AutoGPT
Weakness CWE-770 · Uncontrolled resource consumption
Published May 28, 2026
Last update May 29, 2026

CVSS base score

5.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L

What the vulnerability does

01Description

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.59, POST /api/blocks/{block_id}/execute endpoint executes blocks without consuming any credits, regardless of the user's balance. The credit check that exists in the graph execution path (manager.py) is never reached when blocks are called directly via the external API, allowing unlimited free execution of all blocks. This vulnerability is fixed in 0.6.59.

Key dates

02Disclosure timeline

May 28, 2026 CVE published
May 29, 2026 Record updated