You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WorkflowInstanceHub currently accepts anonymous requests, which poses a security risk by allowing unrestricted access to SignalR endpoints. To improve security, we need to enforce authentication for all requests to this hub.
Solution
Update WorkflowInstanceHub to require authenticated requests.
Modify Elsa.Studio to ensure that the SignalR client includes authentication tokens or necessary credentials with each request.
Acceptance Criteria
WorkflowInstanceHub no longer accepts unauthenticated requests.
Elsa.Studio SignalR client successfully connects to the hub with authenticated requests.
The text was updated successfully, but these errors were encountered:
🚨 Urgent Security Advisory for Elsa Workflows Developers
A critical security vulnerability has been discovered in Elsa Workflows that requires your immediate attention. To mitigate this vulnerability and secure your system, please take the following actions without delay:
Action Required
Open your Elsa Workflow Server project.
Locate and comment out the following lines of code:
Problem
The
WorkflowInstanceHub
currently accepts anonymous requests, which poses a security risk by allowing unrestricted access to SignalR endpoints. To improve security, we need to enforce authentication for all requests to this hub.Solution
WorkflowInstanceHub
to require authenticated requests.Acceptance Criteria
WorkflowInstanceHub
no longer accepts unauthenticated requests.The text was updated successfully, but these errors were encountered: