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 Missing Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade n8n to version 1.123.32, 2.17.4, 2.18.1 or higher.
n8n is a n8n Workflow Automation Tool
Affected versions of this package are vulnerable to Missing Authorization via the /chat WebSocket endpoint when authentication is set to None and a workflow execution is in a waiting state. An attacker can gain unauthorized access to workflow executions and influence downstream workflow behavior by attaching to an execution using a discovered execution ID and submitting arbitrary input.
Note: This is only exploitable if the Hosted Chat workflow is publicly exposed with authentication set to None, a target execution is in a waiting state, and the attacker can obtain the execution ID.
This vulnerability can be mitigated by enabling authentication on all Chat Trigger nodes by setting the Authentication field to n8n User Auth rather than None.