---
id: CVE-2026-100606
title: >-
  Flowise through 3.1.4 (Enterprise/platform mode with SSO enabled) contains an
  authentication bypass in the SSO login path
summary: >-
  Flowise through 3.1.4 (Enterprise/platform mode with SSO enabled) contains an
  authentication bypass in the SSO login path. When an SSO callback arrives with
  an email matching a user whose status is INVITED, verifyAndLogin
  (SSOBase.ts:80-…
severity: high
cvss: 7.7
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L'
cwe:
  - CWE-287
vendor: FlowiseAI
product: Flowise
affected:
  - Flowise <= 3.1.4
published: '2026-09-26'
updated: '2026-09-26'
sourceUpdated: '2026-09-26T14:16:40.933'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100606'
references:
  - url: >-
      https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-vf3j-89vf-r697
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/flowise-through-3.1.4-authentication-bypass-via-sso-email-match
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-26T13:33:20.934Z'
---

## Overview

Flowise through 3.1.4 (Enterprise/platform mode with SSO enabled) contains an authentication bypass in the SSO login path. When an SSO callback arrives with an email matching a user whose status is INVITED, verifyAndLogin (SSOBase.ts:80-94) copies the user record from the database — including the server-stored single-use invitation tempToken — into the data passed to AccountService.register(). The register handler's token lookup, email match, and expiry checks therefore pass trivially against the server's own token instead of a caller-supplied one, and the account and its organization membership are flipped to ACTIVE. As a result, anyone able to authenticate at any configured SSO provider using a pending invitee's email address as the email claim can take over that invitation and obtain the invited user's access to the organization without ever possessing the emailed invitation token, for as long as the invitation is valid (24 hours by default). At the time of the advisory no patched version was available.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
