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.23, 2.17.2, 2.18.1 or higher.
n8n-nodes-base is a Base nodes of n8n
Affected versions of this package are vulnerable to SQL Injection via the row:search and row:get operations in the SeaTable node when user-controlled input is passed through expressions into the searchTerm or rowId parameters. An attacker can access unauthorized data from the connected SeaTable base by injecting crafted input that manipulates the underlying SQL query.
Notes: This is only exploitable if the workflow is configured to pass external user input into the affected parameters.
This vulnerability can be mitigated by limiting workflow creation and editing permissions to fully trusted users, disabling the SeaTable node by adding n8n-nodes-base.seaTable to the NODES_EXCLUDE environment variable, or avoiding unvalidated external user input in the affected parameters.