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

exploitDog

github логотип

GHSA-w867-jm58-p9pv

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

Описание

n8n: Authenticated Users Can Exhaust Temporary Disk Storage via Data-Table File Uploads

Impact

An authenticated user can repeatedly upload files to the data-table upload endpoint, bypassing the per-request quota check, which does not account for files already written to the shared temporary directory. This causes temporary files to accumulate on disk until the periodic cleanup runs, potentially exhausting available disk space on the host.

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 n8n instance access to fully trusted users only.
  • Set uploadMaxFileSize to a low value to limit individual upload size.
  • Monitor and alert on disk usage in the n8n temporary upload directory.

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

Пакеты

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

n8n

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

>= 2.0.0, < 2.28.0

2.28.0

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

n8n

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

< 1.123.58

1.123.58

EPSS

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

5.3 Medium

CVSS4

Дефекты

CWE-770

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

CVSS3: 4.3
nvd
около 2 месяцев назад

n8n before 2.28.0 (and before 1.123.58 on the 1.x branch) contains a disk space exhaustion vulnerability in the data-table file upload endpoint. The per-request quota check does not account for files already written to the shared temporary directory, allowing an authenticated user to repeatedly upload files that accumulate on disk until the periodic cleanup runs, potentially exhausting available disk space on the host.

EPSS

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

5.3 Medium

CVSS4

Дефекты

CWE-770