Vulnerability Report

CVE-2026-30950

Title: AutoGPT Authenticated Session Hijacking via IDOR

Other

Proof Of Concept

PoC Available for CVE-2026-30950

CWE Category CWE-862
Published Date May 18, 2026
Modified Date May 19, 2026
Exploit Status Available
Score 7.1 CVSS v3.1
Exploit Probability (EPSS)
0.38%

Vulnerability Summary

CVE-2026-30950: AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Versions 0.6.36 through 0.6.50 are vulnerable to Authenticated Session Hijacking via IDOR. If an authenticated attacker can determine the session_id of another user's session, they can take it over, reading any messages in it and locking the legitimate user out. The PATCH /sessions/{session_id}/assign-user endpoint authenticates the caller but never verifies session ownership: the service layer invokes the session lookup with user_id=None, which the data access layer interprets as a privileged/system call that bypasses the ownership filter, allowing any authenticated user to reassign an arbitrary session to themselves. This issue has been patched in version 0.6.51.

CVSS v3.1
Source Entity [email protected]
Severity HIGH
7.1
Attack Vector
NETWORK
Complexity
LOW
Privileges
N/A
Interaction
NONE
Confidentiality
N/A
Integrity
N/A
Availability
N/A
Scope
UNCHANGED
RAW VECTOR CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L

Associated Attack Patterns (CAPEC)

Total: Patterns

CVE-2026-30950 Exploits & PoCs (Proof Of Concept)

GitHub https://github.com/ZeroPathAI/autogpt-CVE-2026-30950-poc
View Code
MODIFIED

Vulnerability data updated via NVD.

MODIFIED

Vulnerability data updated via NVD.

MODIFIED

Vulnerability data updated via NVD.

MODIFIED

Vulnerability data updated via NVD.

Attack Vector Matrix

Access Vector NETWORK
Complexity LOW
Privileges N/A
Interaction NONE
CVSS Vector String CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L

Affected Stack

No specific products linked.