๐Ÿ” CVE Alert

CVE-2026-65699

MEDIUM 4.2

AgentGPT 1.0.0 Authorization Bypass via Agent Task Creation

CVSS Score
4.2
EPSS Score
0.0%
EPSS Percentile
0th

AgentGPT through 1.0.0 contains an authorization bypass through user-controlled key vulnerability that allows authenticated users to attach tasks to another user's agent run by supplying a target run_id in the request body without ownership verification. The AgentCRUD.create_task and validate_task_count functions look up the target AgentRun using the client-supplied run_id without confirming the run belongs to the requesting user, enabling an attacker who obtains a valid run_id to corrupt task history, exhaust the per-run loop budget, and drive LLM costs against the victim's run.

CWE CWE-639
Vendor reworkd
Product agentgpt
Published Jul 23, 2026
Stay Ahead of the Next One

Get instant alerts for reworkd agentgpt

Be the first to know when new medium vulnerabilities affecting reworkd agentgpt are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Affected Versions

reworkd / AgentGPT
0 โ‰ค 1.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/geo-chen/oss/blob/main/AgentGPT.md vulncheck.com: https://www.vulncheck.com/advisories/agentgpt-authorization-bypass-via-agent-task-creation

Credits

George Chen