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.42, 2.31.3, 2.32.1 or higher.
n8n-nodes-base is a Base nodes of n8n
Affected versions of this package are vulnerable to Command Injection via the Git node. An attacker can execute arbitrary commands as the application process user by crafting a local repository to trigger git hooks during workflow execution.
Note: This is only exploitable if an authenticated user has rights to create and execute workflows using the Git node under default git security settings.
This vulnerability can be mitigated by restricting instance access to fully trusted users, disabling the Git node by adding n8n-nodes-base.git to the NODES_EXCLUDE environment variable, or restricting network egress from the instance.