Auth bypass in Flowiseai Flowise
CVE-2026-100606
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.
Vulnerability class: Broken Authentication
Published · last modified .
CVSS v3 metric
CVSS v3 base score 7.7 (High). Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
Weakness classification (CWE)
References
- github.com/FlowiseAI/Flowise/security/advisories/GHSA-vf3j-89vf-r697 (vendor-advisory)
- www.vulncheck.com/advisories/flowise-through-3.1.4-authentication-bypass-via-ss… (third-party-advisory)
Frequently asked questions
- What is CVE-2026-100606?
- CVE-2026-100606 is a high-severity vulnerability in Flowiseai Flowise, classified under Improper Authentication. CVSS score: 7.7/10. Published 2026-09-26.
- How severe is CVE-2026-100606?
- High severity. CVSS v3 base score is 7.7 out of 10.