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.61, 2.27.4, 2.28.1 or higher.
n8n is a n8n Workflow Automation Tool
Affected versions of this package are vulnerable to SQL Injection in the MySQL v1 node's executeQuery operation, which interpolates evaluated {{ ... }} expression values directly into raw SQL strings without parameterization. An attacker can execute arbitrary SQL against the connected database, with the privileges of the configured MySQL account, by supplying data to an externally reachable trigger such as a Webhook node whose value is interpolated into the query. Exploitation requires a workflow that uses the MySQL v1 node's executeQuery with expression interpolation wired to an externally reachable trigger, and the impact is bounded by the privileges of that database account.
This vulnerability can be avoided by requiring authentication on the externally reachable trigger endpoints, such as the Webhook node, so untrusted callers cannot supply the values interpolated into the query.