CVE Catalog

CVE-2026-75511

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

Novu before version 3.18.0 does not validate chat webhook URLs from various sources, passing them to raw HTTP requests. An authenticated user can send POST requests to internal network services, potentially causing unauthorized actions.

Risk Assessment

An attacker can exploit this to issue requests on behalf of Novu workers to internal services, risking unauthorized operations or data exposure.

Recommendation

Upgrade Novu to version 3.18.0 or later, which includes a fix blocking unsafe URLs.

Other vulnerabilities in Novu

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS