Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-33q9-f52j-gc75

Опубликовано: 22 июл. 2026
Источник: github
Github: Прошло ревью
CVSS4: 6.3

Описание

n8n: Unauthenticated Endpoint Allows Cancellation of Any User's Active Test Webhook

Impact

The DELETE /${restEndpoint}/test-webhook/:id route is registered before the authentication middleware is applied, allowing any unauthenticated network caller who knows a workflow ID to cancel that workflow's active test webhook registration.

The impact is limited to disrupting in-progress test sessions. Production webhooks, persistent workflow state, and stored data are not affected.

Patches

Users should upgrade to the patched version once available to remediate the vulnerability.

Workarounds

If upgrading is not immediately possible, administrators should consider the following temporary mitigations:

  • Restrict network access to the n8n instance to fully trusted users only.
  • Place the n8n instance behind a reverse proxy or firewall that requires authentication before reaching the REST API.

These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.

Пакеты

Наименование

n8n

npm
Затронутые версииВерсия исправления

< 2.27.4

2.27.4

EPSS

Процентиль: 26%
0.00334
Низкий

6.3 Medium

CVSS4

Дефекты

CWE-306

Связанные уязвимости

CVSS3: 5.3
nvd
18 дней назад

n8n before 2.28.0 (and before 2.27.4 on the 2.27.x branch) registers the DELETE /${restEndpoint}/test-webhook/:id endpoint before authentication middleware is applied, allowing any unauthenticated network caller who knows a workflow ID to cancel that workflow's active test webhook registration. The impact is limited to disrupting in-progress test sessions; production webhooks, persistent workflow state, and stored data are not affected.

EPSS

Процентиль: 26%
0.00334
Низкий

6.3 Medium

CVSS4

Дефекты

CWE-306