AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-72922

HIGH · CVSS 8.2 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

AutoGPT 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.

CVE
CVE-2026-72922
Severity
HIGH
CVSS
8.2
EPSS
0.27%

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.