CVE 7.1 HIGH

AutoGPT has Authenticated Session Hijacking via IDOR_CVE-2026-30950

7.1 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L

Description

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.

Basic Information

ID CVE-2026-30950
Source GitHub_M
Published May 18, 2026 at 22:28

Affected Product

Vendor Significant-Gravitas
Product AutoGPT
Version >= 0.6.36, < 0.6.51
Affected Versions Significant-Gravitas AutoGPT >= 0.6.36, < 0.6.51

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.