n8n-nodes-base@2.15.1

Base nodes of n8n

Direct Vulnerabilities

Known vulnerabilities in the n8n-nodes-base package. This does not include vulnerabilities belonging to this package’s dependencies.

Fix vulnerabilities automatically

Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

Fix for free
VulnerabilityVulnerable Version
  • M
Directory Traversal

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to Directory Traversal via the ExecuteWorkflow node's localFile source option. An attacker can enumerate arbitrary files on the server host and in some instances can achieve arbitrary code execution by uploading a specially crafted file to the host.

How to fix Directory Traversal?

Upgrade n8n-nodes-base to version 2.19.3 or higher.

<2.19.3
  • C
Prototype Pollution

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to Prototype Pollution via the pagination parameter in the HTTP Request node. An attacker can execute arbitrary code on the instance by achieving global prototype pollution and chaining this with other techniques. This is only exploitable if the attacker is an authenticated user with permission to create or modify workflows.

How to fix Prototype Pollution?

Upgrade n8n-nodes-base to version 2.20.4, 2.21.1 or higher.

<2.20.4>=2.21.0 <2.21.1
  • C
Prototype Pollution

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to Prototype Pollution in the Xml class, which implements an XML node. A user with permission to create or modify workflows can achieve remote code execution on the host system.

Note: This is a bypass of the fix for the vulnerability described in CVE-2026-42232.

How to fix Prototype Pollution?

Upgrade n8n-nodes-base to version 2.20.4, 2.21.1 or higher.

<2.20.4>=2.21.0 <2.21.1
  • H
Arbitrary Argument Injection

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to Arbitrary Argument Injection in a push operation. A user with permission to create or modify workflows can read arbitrary files on the server by injecting CLI flags during workflow creation or modification.

How to fix Arbitrary Argument Injection?

Upgrade n8n-nodes-base to version 1.121.29, 2.20.4, 2.21.1 or higher.

<1.121.29>=2.0.0-rc.0 <2.20.4>=2.21.0 <2.21.1
  • M
SQL Injection

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to SQL Injection via the process of constructing SQL queries in the Snowflake and legacy MySQL v1 nodes when user-controlled input is directly interpolated into identifier fields such as table name, column name, or update key without proper escaping. An attacker can exfiltrate, modify, or delete data on the connected database by supplying crafted input through workflow expressions.

How to fix SQL Injection?

Upgrade n8n-nodes-base to version 1.121.23, 2.17.2, 2.18.1 or higher.

<1.121.23>=2.0.0-rc.0 <2.17.2>=2.18.0 <2.18.1
  • M
SQL Injection

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to SQL Injection via the Limit field in the Oracle Database node when user-controlled input is passed through expressions without proper sanitization or parameterization. An attacker can execute arbitrary SQL commands and exfiltrate data from the connected Oracle database by injecting malicious input into the Limit field.

Note: This is only exploitable if the Oracle Database node is configured to accept external input into the Limit field, such as from a webhook, and the workflow allows unauthenticated or untrusted access.

How to fix SQL Injection?

Upgrade n8n-nodes-base to version 1.121.23, 2.17.2, 2.18.1 or higher.

<1.121.23>=2.0.0-rc.0 <2.17.2>=2.18.0 <2.18.1
  • C
Prototype Pollution

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to Prototype Pollution via the xml node. An attacker can execute arbitrary code by exploiting prototype pollution when creating or modifying workflows.

Note: This is only exploitable if the attacker is an authenticated user with permissions to create or modify workflows and can combine the prototype pollution with other nodes.

How to fix Prototype Pollution?

Upgrade n8n-nodes-base to version 1.121.23, 2.17.2, 2.18.1 or higher.

<1.121.23>=2.0.0-rc.0 <2.17.2>=2.18.0 <2.18.1
  • M
SQL Injection

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to SQL Injection via the row:search and row:get operations in the SeaTable node when user-controlled input is passed through expressions into the searchTerm or rowId parameters. An attacker can access unauthorized data from the connected SeaTable base by injecting crafted input that manipulates the underlying SQL query.

Notes: This is only exploitable if the workflow is configured to pass external user input into the affected parameters.

How to fix SQL Injection?

Upgrade n8n-nodes-base to version 1.121.23, 2.17.2, 2.18.1 or higher.

<1.121.23>=2.0.0-rc.0 <2.17.2>=2.18.0 <2.18.1
  • H
Command Injection

n8n-nodes-base is a Base nodes of n8n

Affected versions of this package are vulnerable to Command Injection via the Execute Command node. An attacker can execute arbitrary commands on the host system by leveraging access to an authenticated user account, potentially leading to data exfiltration, service disruption, or full system compromise.

Note:

This is only exploitable if the Execute Command node is enabled and not all user accounts are strictly controlled and trusted.

This issue does not impact n8n.cloud.

As per maintainers' memo: "No code changes have been made to alter the behavior of the Execute Command node. The recommended mitigation is to disable the node by default in environments where it is not explicitly required. Future n8n versions may change the default availability of this node."

##Workaround

This vulnerability can be mitigated by disabling the Execute Command node before n8n start using the environment variable: export NODES_EXCLUDE: "[\"n8n-nodes-base.executeCommand\"]".

How to fix Command Injection?

There is no fixed version for n8n-nodes-base.

>=0.1.0