Authentication Bypass in Flowise SSO Callback
Flowise versions up to 3.1.4 contain an authentication bypass vulnerability in the SSO callback logic that allows attackers to hijack pending user invitations and gain unauthorized organization access.
CVE search metadata
CVE search record: CVE-2026-100606. Severity: high. CVSS: 7.7. KEV: no. Product: Flowise (<= 3.1.4). Brief: Authentication Bypass in Flowise SSO Callback. Brief link: https://feed.craftedsignal.io/briefs/2026-09-flowise-sso-auth-bypass/
Flowise versions up to 3.1.4 are vulnerable to an authentication bypass when deployed in enterprise or platform mode with SSO enabled. The issue stems from the verifyAndLogin function in SSOBase.ts, which handles SSO callback requests for users with a status of INVITED. During this process, the application incorrectly copies the server-stored, single-use tempToken into the data payload sent to AccountService.register(). Because the registration handler validates the token against this server-side copy rather than a caller-supplied value, an attacker can bypass the invitation token requirement. By authenticating via a configured SSO provider using the email address of a pending invitee, an attacker can flip the user account status to ACTIVE and gain full access to the target organization's resources. This bypass is possible as long as the invitation remains valid, typically within a 24-hour window. No patches were available at the time of initial disclosure.
Impact
Successful exploitation allows unauthenticated attackers to hijack user invitations, leading to unauthorized access to Flowise organizations. This enables attackers to impersonate invited users, access proprietary data, and manipulate application workflows within the organization, posing a significant risk to the confidentiality and integrity of platform environments.
Recommendation
Prioritize the identification and monitoring of SSO authentication traffic for the Flowise application. Until a patch is released, disable SSO integration for Flowise enterprise or platform deployments if possible, or enforce strict access control lists on the SSO provider to restrict the scope of trusted users.
Immediate actions
Review organizational access logs for suspicious SSO callbacks involving INVITED user accounts
Mitigations
Disable SSO integration for Flowise platform/enterprise mode if not strictly required.
CVE-2026-100606