The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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.40, 2.29.7, 2.30.1 or higher.
n8n-nodes-base is a Base nodes of n8n
Affected versions of this package are vulnerable to Time-of-check Time-of-use (TOCTOU) Race Condition via a race condition in the clone action. An attacker can execute arbitrary code on the server by exploiting a time-of-check to time-of-use (TOCTOU) issue, swapping a directory for a symlink after path validation but before the clone operation, which results in a crafted repository being loaded and executed as a custom node on the next restart.
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 to prevent connections to attacker-controlled repositories.