agpt
An open-source attempt to make GPT-4 autonomous
Activity
- Latest release
- 3y ago
- Total releases
- 1
- Cadence
- —
- Last 12 months
- 0
Details
- First release
- Apr 21, 2023
| Version | Released | |
|---|---|---|
0.2.2
initial
2 CVEs
CVE-2026-24780
PYSEC-2026-1078
GHSA-r277-3xc5-c79v
Jul 07, 2026
AutoGPT is Vulnerable to RCE via Disabled Block Execution
Critical
Network
Low
Low
None
SummaryAutoGPT Platform's block execution endpoints (both main web API and external API) allow executing blocks by UUID without checking the DetailsTwo vulnerable endpoints exist:
The external API is gated by API key permissions, but any authenticated user can mint API keys with arbitrary permissions via the main API (including The disabled flag is documented but not enforced: From
The block listing endpoint correctly filters disabled blocks ( The dangerous block (
PoC1. Create malicious block code
2. Execute via main web API (any logged-in user)
The malicious Python code is written to the server's Alternative route: Mint an API key with ImpactAny user who can create an account on AutoGPT Platform can achieve full Remote Code Execution on the backend server. This allows:
Attack requirements:
Why the
Severity note: CVSS assumes the default self-hosted configuration where signup is enabled (low-privilege authentication is easy to obtain). If signup is disabled in a hosted deployment, likelihood is lower, but impact remains critical once any authenticated account exists. A fix is available, but was not published to the PyPI registry at time of publication: 0.6.44 Affected versions
0.2.2
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2024-6091
PYSEC-2026-257
GHSA-g84q-54hf-36rg
Jun 29, 2026
AutoGPT bypass of the shell commands denylist settings
Critical
Network
Low
None
None
A vulnerability in significant-gravitas/autogpt version 0.5.1 allows an attacker to bypass the shell commands denylist settings. The issue arises when the denylist is configured to block specific commands, such as Affected versions
0.2.2
References
Updated Jul 01, 2026 · Source: OSV.dev |