CVE-2026-75511 PUBLISHED

Novu: Server-Side Request Forgery (SSRF) via Chat Provider Webhook URLs

Assigner: GitHub_M
Reserved: 17.08.2026 Published: 22.09.2026 Updated: 22.09.2026

Novu provides an API for sending notifications through multiple channels. Prior to 3.18.0, Novu accepts chat webhook URLs from subscriber credentials.webhookUrl, channel endpoint endpoint.url, event payload.webhookUrl, and event overrides.webhookUrl, then passes the selected endpoint.url through send-message-chat.usecase.ts to raw HTTP requests in the Slack, Discord, Mattermost, Microsoft Teams, Grafana On-Call, Ryver, Rocket.Chat, GetStream, and Zulip providers. An authenticated user can supply an internal or otherwise restricted destination because these paths do not apply normalizeOutboundHttpUrl, assertSafeOutboundUrl, or the DNS-pinned safeOutboundJsonRequest protection used by the generic webhook providers. The Novu worker can consequently issue attacker-directed POST requests to internal network services and cause interactions or actions supported by those services. This issue is fixed in version 3.18.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L
CVSS Score: 5.3

Product Status

Vendor novuhq
Product novu
Versions
  • Version < 3.18.0 is affected
Vendor @novu
Product api-service
Versions
  • Version < 3.18.0 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE