Users with webhook permissions can conduct SSRF via webhooks. If they have permission to view the webhook logs, the (partial) request response is also disclosed
When sending webhooks, the destination is not validated, causing SSRF.
Bypass of firewalls to interact with internal services. See https://owasp.org/Top10/A102021-Server-SideRequestForgery%28SSRF%29/ for more potential impact.
https://cheatsheetseries.owasp.org/cheatsheets/ServerSideRequestForgeryPreventionCheatSheet.html for more information on SSRF and its fix
{ "github_reviewed": true, "cwe_ids": [ "CWE-918" ], "severity": "LOW", "nvd_published_at": "2025-09-03T10:15:38Z", "github_reviewed_at": "2025-09-03T22:11:32Z" }