CVE-2026-77067
Last modified
CVE-2026-77067 is a medium-severity vulnerability rated 5/10 on the CVSS scale. 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.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| omnivore-app | omnivore | < c4d7d8562e6b9aabb1d8e4dabca268e314baa43a |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-77067?
How severe is CVE-2026-77067?
How do I fix CVE-2026-77067?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-77037multer is a middleware for handling multipart/form-data in N…7.5
- CVE-2026-7704A vulnerability has been found in AV Stumpfl Pixera Two Medi…4.3
- CVE-2026-7705A flaw has been found in JD Cloud JDCOS 4.5.1.r4518. This vu…6.3
- CVE-2026-7706A vulnerability has been found in Open5GS up to 2.7.7. This …4.3
- CVE-2026-77063multer is a middleware for handling multipart/form-data in N…3.7
- CVE-2026-77066The scanFeedsResolver in packages/api/src/resolvers/subscrip…5
- CVE-2026-77068n8n before 2.33.4 and 2.34.x before 2.34.1 contain a remote …8.7
- CVE-2026-77069n8n before 1.123.69, 2.33.4, and 2.34.1 contains an SSRF pro…2.3
- CVE-2026-7707A vulnerability was found in Open5GS up to 2.7.7. Impacted i…4.3
- CVE-2026-77070n8n before 1.123.69, 2.33.4, and 2.34.1 contains a NoSQL inj…7.1
- CVE-2026-77071n8n before 1.123.69, 2.33.4, and 2.34.1 contains a PostgREST…7.1
- CVE-2026-77072n8n before 1.123.69, 2.33.4, and 2.34.1 contains a stored cr…8.4
Are you affected by CVE-2026-77067?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
