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/task-runner to version 1.59.16, 2.9.1, 2.10.1 or higher.
Affected versions of this package are vulnerable to Use of Uninitialized Resource via 'js-task-runner.ts'. An attacker can expose residual data from the Node.js process, including secrets or tokens, by creating or modifying workflows that allocate uninitialized buffers when Task Runners are enabled.
This vulnerability can be mitigated by limiting workflow creation and editing permissions to fully trusted users only, and by using external runner mode (N8N_RUNNERS_MODE=external) to isolate the runner process.