Description
n8n-MCP is an MCP server that provides AI assistants access to n8n node documentation, properties, and operations. Prior to 2.56.1, in HTTP mode with multi-tenancy enabled through ENABLE_MULTI_TENANT=true, n8n-mcp's local workflow version history backups were not isolated per tenant, allowing an authenticated tenant to read workflow version snapshots belonging to other tenants and delete or destroy other tenants' stored backups, including full node definitions, credential references, and authorization headers. This issue is fixed in version 2.56.1.
Published: 2026-07-15
Score: 9.9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in n8n-MCP stems from its local workflow version history backups not being isolated between tenants when the service runs in HTTP mode with multi‑tenancy enabled (ENABLE_MULTI_TENANT=true). An authenticated tenant can therefore read, retrieve, and delete workflow version snapshots that belong to other tenants, exposing full node definitions, credential references, and authorization headers. This constitutes a privilege escalation and authorization failure (CWE‑639 and CWE‑862) that compromises confidentiality, integrity, and availability of data across all tenants. The flaw was addressed in version 2.56.1.

Affected Systems

The affected product is n8n‑MCP (czlonkowski:n8n‑mcp). Versions prior to 2.56.1 that are running in HTTP mode with multi‑tenancy enabled via ENABLE_MULTI_TENANT=true are impacted. No other versions or deployment modes are listed as vulnerable.

Risk and Exploitability

The CVSS base score is 9.9 and the EPSS probability is less than 1 %. The vulnerability is not listed in the CISA KEV catalog. An authenticated tenant can exploit the flaw without additional privileges, making the attack vector relatively low in complexity. The scope spans all tenants, giving an attacker the ability to exfiltrate or destroy sensitive data across the entire instance.

Generated by OpenCVE AI on July 31, 2026 at 02:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest update, upgrading n8n‑MCP to version 2.56.1 or newer.
  • If an upgrade cannot be performed immediately, disable multi‑tenancy in HTTP mode by setting ENABLE_MULTI_TENANT=false until a patched release is available.
  • Audit existing backups for unauthorized access and purge any backups that belong to other tenants before applying the patch.

Generated by OpenCVE AI on July 31, 2026 at 02:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-j6r7-6fhx-77wx n8n-MCP: Cross-tenant access to workflow version backups in multi-tenant HTTP deployments
History

Sat, 18 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 02:45:00 +0000

Type Values Removed Values Added
First Time appeared Czlonkowski
Czlonkowski n8n-mcp
Vendors & Products Czlonkowski
Czlonkowski n8n-mcp

Wed, 15 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description n8n-MCP is an MCP server that provides AI assistants access to n8n node documentation, properties, and operations. Prior to 2.56.1, in HTTP mode with multi-tenancy enabled through ENABLE_MULTI_TENANT=true, n8n-mcp's local workflow version history backups were not isolated per tenant, allowing an authenticated tenant to read workflow version snapshots belonging to other tenants and delete or destroy other tenants' stored backups, including full node definitions, credential references, and authorization headers. This issue is fixed in version 2.56.1.
Title n8n-MCP: Cross-tenant access to workflow version backups in multi-tenant HTTP deployments
Weaknesses CWE-639
CWE-862
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L'}


Subscriptions

Czlonkowski N8n-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-18T02:18:02.757Z

Reserved: 2026-06-11T18:24:35.096Z

Link: CVE-2026-54052

cve-icon Vulnrichment

Updated: 2026-07-18T01:54:56.527Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T03:00:06Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization