Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-56352 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

n8n before 2.19.3 contains a file path restriction bypass in the legacy ExecuteWorkflow node's localFile source option, which reads workflow files from disk without the file-access checks enforced by other file-reading nodes. Although hidden from the UI since v1.2, it remains reachable via the REST API. An authenticated user with permission to create or modify workflows can supply an arbitrary file path to bypass the N8N_RESTRICT_FILE_ACCESS_TO restriction and determine whether arbitrary files exist on the host; where the targeted path contains a valid workflow JSON file, that file can additionally be loaded and executed.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')[email protected]

Affected Products

ProductVersions
n8n
< 2.19.3 (semver)

CPE

  • cpe:2.3:a:n8n:n8n:*:*:*:*:*:node.js:*:*

Remediation

  • Upgrade: 2.20.0moderate effort
  • Upgrade: 2.19.3moderate effort
  • Mitigation:low effort

    Restrict workflow creation and editing permissions to fully trusted users only.

  • Mitigation:low effort

    Restrict network access to the n8n REST API to trusted users only.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-56352
NVD Published Date:
Jul 15, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2026-56352 Details - Not Deferred