---
id: CVE-2026-58661
aliases:
  - GHSA-w867-jm58-p9pv
title: >-
  n8n: Authenticated Users Can Exhaust Temporary Disk Storage via Data-Table
  File Uploads
summary: >-
  n8n: Authenticated Users Can Exhaust Temporary Disk Storage via Data-Table
  File Uploads
severity: medium
cwe:
  - CWE-770
vendor: n8n
product: n8n
ecosystem: npm
affected:
  - 'n8n >= 2.0.0, < 2.28.0'
  - n8n < 1.123.58
patched:
  - n8n 2.28.0
  - n8n 1.123.58
published: '2026-07-22'
updated: '2026-07-22'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-w867-jm58-p9pv'
references:
  - url: 'https://github.com/n8n-io/n8n/security/advisories/GHSA-w867-jm58-p9pv'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-58661'
  - url: 'https://github.com/n8n-io/n8n/releases/tag/n8n@1.123.58'
  - url: 'https://github.com/n8n-io/n8n/releases/tag/n8n@2.28.0'
  - url: >-
      https://www.vulncheck.com/advisories/n8n-disk-space-exhaustion-via-data-table-file-upload-endpoint
  - url: 'https://github.com/advisories/GHSA-w867-jm58-p9pv'
tags:
  - ghsa
  - npm
epss: 0.00386
epssPercentile: 0.29949
ingestedAt: '2026-07-22T23:07:32.697Z'
---

## Overview

## 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.

## Affected packages

- `n8n >= 2.0.0, < 2.28.0`
- `n8n < 1.123.58`

## Remediation

Upgrade to a patched release:

- `n8n 2.28.0`
- `n8n 1.123.58`
