CyberRota Analysis
AI-GeneratedAutoGPT versions prior to 0.6.70 are vulnerable due to improper verification of webhook provider URLs, allowing attackers to bypass security measures and execute unauthorized webhook actions. This could lead to the execution of malicious workflows under the guise of legitimate requests, posing significant risks to the integrity and confidentiality of automated processes. Organizations using AutoGPT should prioritize upgrading to version 0.6.70 to mitigate this high-severity vulnerability.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.70, AutoGPT's autogpt_platform/backend/backend/api/features/integrations/router.py webhook_ingress_generic route selected get_webhook_manager(provider) from the untrusted provider URL segment without verifying webhook.provider, allowing a request to /compass/webhooks/{webhook_id}/ingress to use CompassWebhookManager's inherited no-op BaseWebhooksManager.verify_signature instead of GenericWebhooksManager.verify_signature, bypass X-Webhook-Secret for a configured secret_token, and execute a generic webhook graph as its owner. This issue is fixed in version 0.6.70.