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.19, 2.13.1, 2.14.1 or higher.
n8n-nodes-base is a Base nodes of n8n
Affected versions of this package are vulnerable to LDAP Injection via the LDAP node's filter escape. An attacker can retrieve unauthorized LDAP records or bypass authentication checks by injecting specially crafted input into LDAP search parameters.
Note: This is only exploitable if the workflow is configured to pass external user input via expressions into the LDAP node's search parameters.
This vulnerability can be mitigated by disabling the LDAP node by adding n8n-nodes-base.ldap to the NODES_EXCLUDE environment variable, or avoiding the use of unvalidated external user input in LDAP node search parameters via expressions.