CVE-2026-33233

Source
https://cve.org/CVERecord?id=CVE-2026-33233
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33233.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-33233
Aliases
  • GHSA-rfg2-37xq-w4m9
Published
2026-05-19T00:46:49.642Z
Modified
2026-08-04T11:31:19.461462352Z
Severity
  • 7.6 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
AutoGPT Platform: Remote Code Execution via Unsafe Pickle Deserialization of Redis Cache Entries
Details

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. In versions 0.6.34 through 0.6.51, the backend deserializes Redis cache bytes using pickle.loads without integrity/authenticity checks. The write path serializes values with pickle.dumps(...) into Redis and the read path blindly invokes pickle.loads(...) on bytes with no HMAC/signature or strict schema validation gating deserialization. If an attacker can poison a shared-cache key in Redis, arbitrary command execution is possible in the backend container context, affecting confidentiality, integrity, and availability. This issue has been fixed in version 0.6.52.

Database specific
{
    "cwe_ids": [
        "CWE-345",
        "CWE-502",
        "CWE-94"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33233.json"
}
References

Affected packages

Git / github.com/significant-gravitas/autogpt

Affected ranges

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

Affected versions

autogpt-platform-beta-v0.*
autogpt-platform-beta-v0.6.34
autogpt-platform-beta-v0.6.35
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
autogpt-platform-beta-v0.6.51

Database specific

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