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 applicationsLearn about Exposed Dangerous Method or Function vulnerabilities in an interactive lesson.
Start learningUpgrade @n8n/config to version 2.0.0 or higher.
Affected versions of this package are vulnerable to Exposed Dangerous Method or Function in the Code node when running in legacy JavaScript execution mode. An attacker can access or modify files on the host system with the same privileges as the application process by invoking internal helper functions from within the node. This is only exploitable if the instance is self-hosted, the legacy execution mode is enabled, and the attacker has authenticated workflow editing access.
This vulnerability can be mitigated by:
Limiting file operations to a dedicated directory using the N8N_RESTRICT_FILE_ACCESS_TO environment variable
Keeping N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES=true to block access to sensitive files
Disabling high-risk nodes (including the Code node) with NODES_EXCLUDE if workflow editors are not fully trusted.