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 to version 1.123.27, 2.13.3, 2.14.1 or higher.
n8n is a n8n Workflow Automation Tool
Affected versions of this package are vulnerable to SQL Injection in the orderByColumn expression of the Data Table Get node. An attacker with permissions to create or modify workflows can execute arbitrary SQL commands by supplying crafted input, potentially leading to unauthorized data access, modification, or deletion.
Note: This is only exploitable if the Data Table node is enabled.
This vulnerability can be mitigated by:
Disabling the Data Table node by adding n8n-nodes-base.dataTable to the NODES_EXCLUDE environment variable
Reviewing existing workflows for Data Table Get nodes where orderByColumn is set to an expression that incorporates external or user-supplied input.