CVE-2025-9821

Severity CVSS v4.0:
Pending analysis
Type:
CWE-918 Server-Side Request Forgery (SSRF)
Publication date:
03/09/2025
Last modified:
04/09/2025

Description

SummaryUsers with webhook permissions can conduct SSRF via webhooks. If they have permission to view the webhook logs, the (partial) request response is also disclosed<br /> <br /> DetailsWhen sending webhooks, the destination is not validated, causing SSRF.<br /> <br /> <br /> ImpactBypass of firewalls to interact with internal services.<br /> See https://owasp.org/Top10/A10_2021-Server-Side_Request_Forgery_%28SSRF%29/  for more potential impact.<br /> <br /> Resources https://cheatsheetseries.owasp.org/cheatsheets/Server_Side_Request_Forgery_Prevention_Cheat_Sheet.html  for more information on SSRF and its fix.