Vulnerability CVE-2024-1879


Published: 2024-06-06

Description:
A Cross-Site Request Forgery (CSRF) vulnerability in significant-gravitas/autogpt version v0.5.0 allows attackers to execute arbitrary commands on the AutoGPT server. The vulnerability stems from the lack of protections on the API endpoint receiving instructions, enabling an attacker to direct a user running AutoGPT in their local network to a malicious website. This site can then send crafted requests to the AutoGPT server, leading to command execution. The issue is exacerbated by CORS being enabled for arbitrary origins by default, allowing the attacker to read the response of all cross-site queries. This vulnerability was addressed in version 5.1.

Type:

CWE-352

(Cross-Site Request Forgery (CSRF))

 References:
https://huntr.com/bounties/125c2d0c-0481-4e5c-ae90-fec263acdf32
https://github.com/significant-gravitas/autogpt/commit/26324f29849967fa72c207da929af612f1740669

Copyright 2026, cxsecurity.com

 

Back to Top