Vulnerability Description
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/call_webhook.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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/omnivore-app/omnivore
- https://github.com/omnivore-app/omnivore/blob/0d66408746788e07cec43928581b256730
- https://github.com/omnivore-app/omnivore/blob/0d66408746788e07cec43928581b256730
- https://github.com/omnivore-app/omnivore/commit/c4d7d8562e6b9aabb1d8e4dabca268e3
- https://github.com/omnivore-app/omnivore/issues/4647
- https://www.vulncheck.com/advisories/omnivore-stored-server-side-request-forgery
- https://github.com/omnivore-app/omnivore/issues/4647
FAQ
What is CVE-2026-77067?
CVE-2026-77067 is a vulnerability with a CVSS score of 5.0 (MEDIUM). 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...
How severe is CVE-2026-77067?
CVE-2026-77067 has been rated MEDIUM with a CVSS base score of 5.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-77067?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.