All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-56823
MEDIUMpublished 2026-06-26 17:16 UTC · 2 days ago · modified 2026-06-26 19:16 UTC
5.4
CVSS / 10
// description
AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to , the `POST /api/integrations/webhooks/{webhook_id}/ping` endpoint fetches the target webhook by primary key alone without verifying that the webhook belongs to the authenticated user. Any authenticated user can supply an arbitrary webhook_id to confirm webhook existence, leak the webhook's OAuth provider type, and in some cases trigger a ping delivery on behalf of another user. This vulnerability is fixed in .
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
// weaknesses (CWE)
- CWE-284
- CWE-639