Description
n8n before 2.31.5 and 2.32.x before 2.32.1 contain a path-confinement bypass in the @n8n/computer-use file-search (search_files) tool. A crafted search pattern can bypass the base-directory confinement check and expand to locations outside the configured directory, causing the tool to return the names and contents of arbitrary local files readable by the daemon's OS user. Any deployment where an actor can influence the tool's search input is affected.
Published: 2026-08-11
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a path‑confinement bypass in the @n8n/computer-use file‑search tool, allowing crafted search patterns to read files outside the intended directory. This flaw enables local file disclosure, potentially exposing configuration files, executable binaries, or other sensitive data. The weakness is identified as CWE‑22 and can compromise confidentiality if an attacker has any ability to influence the search input. The exploit does not require elevated privileges beyond those of the n8n daemon’s OS user, but it can still reveal valuable information about the system.

Affected Systems

Affected product is n8n by n8n‑io. Versions prior to 2.32.1, including 2.31.5 and all 2.32.x releases before 2.32.1, contain the vulnerable @n8n/computer‑use package. The issue resides in the workflow engine’s search_files node used for locating local files during workflow execution.

Risk and Exploitability

The CVSS score of 4.9 indicates moderate severity. EPSS data is unavailable and the vulnerability is not listed in CISA KEV, suggesting no widespread exploitation yet. Based on the description, the likely attack vector is through untrusted input to the file‑search function, which can be provided by users or external systems that can create or modify workflows. If an attacker can supply a crafted search string, they can read any file the daemon can access, leading to confidentiality compromise. The exploit requires no additional infrastructure beyond the ability to submit or invoke the file‑search node. Occurrence of the vulnerability could be mitigated by restricting who can construct that input or by disabling the node altogether.

Generated by OpenCVE AI on August 11, 2026 at 23:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade n8n to version 2.32.1 or newer to apply the path‑confinement patch.
  • Sanitize and validate the search pattern to ensure it only targets files within the intended directory, rejecting out‑of‑bounds paths.
  • Restrict workflow creation or execution of the @n8n/computer‑use search_files node to trusted users and consider disabling the node if it is not required.

Generated by OpenCVE AI on August 11, 2026 at 23:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 11 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description n8n before 2.31.5 and 2.32.x before 2.32.1 contain a path-confinement bypass in the @n8n/computer-use file-search (search_files) tool. A crafted search pattern can bypass the base-directory confinement check and expand to locations outside the configured directory, causing the tool to return the names and contents of arbitrary local files readable by the daemon's OS user. Any deployment where an actor can influence the tool's search input is affected.
Title n8n before 2.32.1 Path Traversal via computer-use search_files
First Time appeared N8n
N8n n8n
Weaknesses CWE-22
CPEs cpe:2.3:a:n8n:n8n:*:*:*:*:*:node.js:*:*
Vendors & Products N8n
N8n n8n
References
Metrics cvssV4_0

{'score': 4.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-11T18:03:58.423Z

Reserved: 2026-08-10T15:09:12.954Z

Link: CVE-2026-72773

cve-icon Vulnrichment

Updated: 2026-08-11T18:03:54.448Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T13:19:07.757

Modified: 2026-08-31T20:34:15.827

Link: CVE-2026-72773

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:45:03Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')