CVE-2026-77067: Omnivore Stored Server-Side Request Forgery via the setWebhook Mutation

Published Aug 20, 2026
·
Updated

The setWebhookResolver in packages/api/src/resolvers/webhooks/index.ts stores the caller-supplied url without any address validation, and the file imports no validation helper. When a subscribed event fires, callWebhook in packages/api/src/jobs/callwebhook.ts issues axios.request with that url, the method and Content-Type recorded on the webhook, and a JSON body carrying the event data, so an authenticated user can make the server send repeated attacker-shaped requests to internal endpoints, including link-local metadata addresses. The request is blind: callWebhook discards the result and writes only a success line or the axios error to the server log, so the response is not returned through the API.

Affected Software

1 affected component
Omnivore Omnivore Stored Server-Side Request Forgery via the setWebhook Mutation

Event History

Aug 20, 2026
CVE Published
via MITRE·11:05 AM
Data Sourced
via MITRE·11:05 AM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can trigger the vulnerable behavior?

An authenticated user with access to the setWebhook mutation can supply the webhook URL. Exploitation occurs when an event to which that webhook is subscribed fires.

2

Can an attacker read responses from internal services through this issue?

The request is blind: the webhook job discards the response and does not return it through the API. It logs only a success message or an Axios error on the server.

3

What network targets can the server be induced to contact?

Because the supplied URL is stored without address validation and later requested by the server, internal endpoints can be targeted, including link-local metadata addresses.

4

What evidence may indicate attempted exploitation?

Review configured webhook URLs and server logs produced by the webhook job. The job records either a success line or an Axios error for its outbound request.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203