๐Ÿ” CVE Alert

CVE-2026-100606

HIGH 7.7

Flowise through 3.1.4 Authentication Bypass via SSO Email Match

CVSS Score
7.7
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-287
Vendor flowiseai
Product flowise
Published Sep 26, 2026
Stay Ahead of the Next One

Get instant alerts for flowiseai flowise

Be the first to know when new high vulnerabilities affecting flowiseai flowise are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
Low

Affected Versions

FlowiseAI / Flowise
0 โ‰ค 3.1.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-vf3j-89vf-r697 vulncheck.com: https://www.vulncheck.com/advisories/flowise-through-3.1.4-authentication-bypass-via-sso-email-match

Credits

๐Ÿ” amwhoi