CVE-2026-77067
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.
Properties
- severity
- MEDIUM
- cvss_score
- 5
- cvss_severity
- MEDIUM
- retrieved_at
- 2026-09-25T15:10:02+00:00
- score
- 5
- last_source
- NVD
- cve_id
- CVE-2026-77067
- cvss_vector
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N
- signal_observed_at
- 2026-09-25T15:10:02+00:00
- vector
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N
- published_at
- 2026-08-20T11:16:22.240
- last_modified
- 2026-09-24T20:06:30.133
Related Entities (2)
HAS_WEAKNESS (1)
DESCRIBED_BY (1)
Explore deeper with Ninja Signal's threat intelligence graph