VYPR

omnivore

by Omnivore App

CVEs (2)

  • CVE-2026-77067MedAug 20, 2026
    risk 0.26cvss 5.0epss

    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…

  • CVE-2026-77066MedAug 20, 2026
    risk 0.26cvss 5.0epss

    The scanFeedsResolver in packages/api/src/resolvers/subscriptions/index.ts passes the caller-supplied url straight to axios.get(url, rssParserConfig()) with no address validation. The same file guards the subscribe path with validateUrl(), which rejects private and reserved…