Description
n8n before 2.29.8 and 2.30.x before 2.30.1 does not enforce shell sandbox restrictions on Linux and Windows in the @n8n/computer-use package (sandboxing was applied only on macOS). Shell commands executed by the tool run without any filesystem or network restrictions, allowing unrestricted access to the host filesystem and network from within the computer-use agent process. This issue only affects deployments where the @n8n/computer-use package is explicitly installed and running; standard n8n installations are not affected.
Published: 2026-07-22
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

n8n before 2.29.8 and 2.30.x before 2.30.1 fails to enforce shell sandbox restrictions on Linux and Windows for the @n8n/computer-use package. Commands executed by this package run with full system access, allowing an attacker who can influence the command payload to read, modify, or delete any file on the host, install additional software, or access network resources. The underlying weakness is a CWE-78 type of input validation flaw requiring shell command execution. This can lead to full system compromise if the attacker gains the ability to dictate commands.

Affected Systems

The vulnerability affects n8n releases prior to 2.29.8 and before 2.30.1, but only when the @n8n/computer-use package is explicitly installed and active. Deployments on Linux and Windows are susceptible; macOS implementations are not impacted because sandboxing was only applied on macOS. The issue does not affect default installations of n8n that omit the computer-use package.

Risk and Exploitability

The CVSS score of 5.5 indicates a medium severity; the EPSS score of <1% suggests a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The lack of sandboxing means the attack can only be carried out if an attacker can supply or influence shell commands to the computer‑use process, based on the description it is inferred that this requires local or privileged access. Consequently, the risk is moderate for deployments that use the package and expose command input without additional controls.

Generated by OpenCVE AI on August 4, 2026 at 15:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade n8n to version 2.30.1 or later, which restores shell sandbox enforcement on Linux and Windows.
  • If upgrading is not immediately feasible, remove or disable the @n8n/computer-use package from the deployment so that shell commands are no longer executed by the agent.
  • Apply network segmentation or host isolation to limit the potential impact of any command execution, ensuring that the computer‑use environment does not have unnecessary access to critical host resources.

Generated by OpenCVE AI on August 4, 2026 at 15:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-fpg6-x68q-5793 n8n: computer-use Shell Sandbox Not Enforced on Linux and Windows
History

Wed, 22 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 22 Jul 2026 11:45:00 +0000

Type Values Removed Values Added
Description n8n before 2.29.8 and 2.30.x before 2.30.1 does not enforce shell sandbox restrictions on Linux and Windows in the @n8n/computer-use package (sandboxing was applied only on macOS). Shell commands executed by the tool run without any filesystem or network restrictions, allowing unrestricted access to the host filesystem and network from within the computer-use agent process. This issue only affects deployments where the @n8n/computer-use package is explicitly installed and running; standard n8n installations are not affected.
Title n8n before 2.30.1 Shell Sandbox Bypass on Linux Windows
First Time appeared N8n
N8n n8n
Weaknesses CWE-78
CPEs cpe:2.3:a:n8n:n8n:*:*:*:*:*:node.js:*:*
Vendors & Products N8n
N8n n8n
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-22T13:03:15.692Z

Reserved: 2026-07-22T10:45:44.832Z

Link: CVE-2026-65590

cve-icon Vulnrichment

Updated: 2026-07-22T13:03:10.491Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-22T12:18:18.987

Modified: 2026-07-27T19:10:27.807

Link: CVE-2026-65590

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T16:00:12Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')