Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/geo-chen/oss/blob/main/AgentGPT.md
- https://www.vulncheck.com/advisories/agentgpt-authorization-bypass-via-agent-tas
FAQ
What is CVE-2026-65699?
CVE-2026-65699 is a vulnerability with a CVSS score of 4.2 (MEDIUM). 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_...
How severe is CVE-2026-65699?
CVE-2026-65699 has been rated MEDIUM with a CVSS base score of 4.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-65699?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.