Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Significant-Gravitas/AutoGPT/commit/646dd5b8cfad1206e92ec7bcc
- https://github.com/Significant-Gravitas/AutoGPT/pull/13559
- https://github.com/Significant-Gravitas/AutoGPT/releases/tag/autogpt-platform-be
- https://github.com/Significant-Gravitas/AutoGPT/security/advisories/GHSA-349p-3c
- https://github.com/Significant-Gravitas/AutoGPT/security/advisories/GHSA-349p-3c
FAQ
What is CVE-2026-72922?
CVE-2026-72922 is a vulnerability with a CVSS score of 8.2 (HIGH). 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/inte...
How severe is CVE-2026-72922?
CVE-2026-72922 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72922?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.