CVE-2026-54052: n8n-MCP: Cross-tenant access to workflow version backups in multi-tenant HTTP deployments
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.
Security readout for executives and security teams
Plain-English summary
In specific multi-tenant HTTP deployments, n8n-MCP could let one authenticated tenant access or destroy another tenant's workflow version backups. Those backups may include workflow details, credential references, and authorization headers. This is a critical tenant-isolation failure, fixed in n8n-mcp 2.56.1.
Executive priority
Treat as urgent for any hosted or shared n8n-MCP environment. The risk is cross-customer data exposure and destructive backup loss from an authenticated tenant, not just administrator misuse.
Technical view
Before 2.56.1, n8n-mcp did not isolate local workflow version history backups per tenant when HTTP mode used ENABLE_MULTI_TENANT=true. The issue maps to broken authorization and cross-tenant object access, allowing low-privileged authenticated network users to read, delete, or destroy backups outside their tenant boundary.
Likely exposure
Exposure is limited to czlonkowski n8n-mcp versions before 2.56.1 running in HTTP mode with multi-tenancy enabled through ENABLE_MULTI_TENANT=true.
Exploitation context
The provided sources do not report active exploitation, and the CVE is not marked KEV. Exploitation requires an authenticated tenant account but no user interaction, with network access and low attack complexity.
Researcher notes
Focus validation on tenant-boundary enforcement around workflow version backup storage and deletion paths. Do not assume all n8n or MCP deployments are affected; the source scope is n8n-mcp before 2.56.1 with HTTP multi-tenancy enabled.
Mitigation direction
Upgrade n8n-mcp to version 2.56.1 or later.
Check the GitHub advisory and release notes for vendor guidance.
Restrict access to affected HTTP deployments until upgraded.
Preserve workflow backup evidence before cleanup or migration.
Review tenant account activity for unusual backup reads or deletions.
Validation and detection
Inventory n8n-mcp deployments and record running versions.
Confirm whether HTTP mode is used with ENABLE_MULTI_TENANT=true.
Check whether local workflow version history backups exist.
Verify upgraded instances report n8n-mcp 2.56.1 or later.
Review logs for cross-tenant backup access or deletion indicators.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-639: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-639 · source CWE mapping
Authorization Bypass Through User-Controlled Key
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.