CVE-2026-100606
Deferred Deferred - Pending Action

Authentication Bypass in Flowise via SSO Invitation Token

Vulnerability report for CVE-2026-100606, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-26

Last updated on: 2026-09-26

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-26
Last Modified
2026-09-26
Generated
2026-09-26
AI Q&A
2026-09-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
flowise flowise 3.1.4
flowiseai flowise to 3.1.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

To detect this vulnerability, monitor SSO login attempts where users are auto-activated without token verification. Check logs for SSO callbacks with email addresses matching invited users. Look for repeated successful logins using invited user emails without prior token-based registration.

Mitigation Strategies

Disable SSO login paths temporarily if possible. Review and revoke all pending invitations to prevent exploitation. Implement stricter email-domain validation for SSO logins. Monitor for unauthorized account activations and investigate suspicious SSO callbacks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-100606. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart