In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade n8n-nodes-base to version 1.121.15, 2.9.1, 2.10.1 or higher.
n8n-nodes-base is a Base nodes of n8n
Affected versions of this package are vulnerable to Eval Injection. An attacker can execute arbitrary code on the host system by submitting specially crafted form data that is interpreted as an expression.
Note:
This is only exploitable if a workflow contains a form node with a field that interpolates unauthenticated user input and the field value begins with an '=' character, causing double evaluation of the content.
This vulnerability can be mitigated by manually reviewing form node usage for the described preconditions, or by disabling the Form node and Form Trigger node using the NODES_EXCLUDE environment variable.