Description
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.
Problem types
CWE-502: Deserialization of Untrusted Data
CWE-345: Insufficient Verification of Data Authenticity
CWE-94: Improper Control of Generation of Code ('Code Injection')
Product status
References
github.com/...utoGPT/security/advisories/GHSA-rfg2-37xq-w4m9
github.com/...GPT/releases/tag/autogpt-platform-beta-v0.6.52