CVE-2026-30950

Source
https://cve.org/CVERecord?id=CVE-2026-30950
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-30950.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-30950
Aliases
  • GHSA-q58p-v9r9-7gqj
Published
2026-05-18T22:28:10Z
Modified
2026-08-12T03:51:20Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L CVSS Calculator
Summary
AutoGPT has Authenticated Session Hijacking via IDOR
Details

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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-862"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/30xxx/CVE-2026-30950.json"
}
References

Affected packages

Git / github.com/significant-gravitas/autogpt

Affected ranges

Type
GIT
Repo
https://github.com/significant-gravitas/autogpt
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0.6.36"
        },
        {
            "fixed": "0.6.51"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

autogpt-platform-beta-v0.*
autogpt-platform-beta-v0.6.36
autogpt-platform-beta-v0.6.37
autogpt-platform-beta-v0.6.38
autogpt-platform-beta-v0.6.39
autogpt-platform-beta-v0.6.40
autogpt-platform-beta-v0.6.41
autogpt-platform-beta-v0.6.42
autogpt-platform-beta-v0.6.43
autogpt-platform-beta-v0.6.46
autogpt-platform-beta-v0.6.47
autogpt-platform-beta-v0.6.48
autogpt-platform-beta-v0.6.49
autogpt-platform-beta-v0.6.50

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-30950.json"