Description
Flowise before 3.1.0 (versions 3.0.13 and earlier) contains a missing authentication vulnerability in the /api/v1/loginmethod endpoint that allows unauthenticated users to retrieve an organization's complete SSO configuration, including OAuth client secrets in cleartext, by providing an organizationId parameter. Remote attackers can send a GET request to harvest sensitive API credentials for Google, Microsoft/Azure, GitHub, and Auth0 integrations. This affects FlowiseAI Cloud and self-hosted instances where the endpoint is exposed.
Published: 2026-06-24
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flowise before version 3.1.0 contains a missing authentication flaw in the /api/v1/loginmethod endpoint that allows a user to retrieve an organization’s complete SSO configuration without authentication, exposing OAuth client secrets in cleartext for Google, Microsoft/Azure, GitHub, and Auth0 integrations. The disclosed secrets could be used by an attacker to impersonate the organization in third‑party services, potentially enabling further compromise or fraud. This represents a serious confidentiality breach, as the attacker gains credentials that grant API access to external services.

Affected Systems

Vendors affected are Flowise's Flowise product where the external API endpoint is exposed, both in the cloud and self‑hosted deployments. All versions prior to 3.1.0, specifically 3.0.13 and earlier, are impacted. Upgrading to Flowise 3.1.0 or later removes the vulnerability.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a remote unauthenticated GET request to the exposed endpoint with a valid organizationId parameter, which an attacker could obtain by enumeration or guessing; the lack of authentication checks allows any attacker who can reach the endpoint to harvest secrets.

Generated by OpenCVE AI on June 24, 2026 at 13:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update or upgrade to Flowise version 3.1.0 or later to apply the official fix for missing authentication in the /api/v1/loginmethod endpoint.
  • If an immediate upgrade is not possible, restrict network access to the /api/v1/loginmethod endpoint using firewall rules or IP whitelisting so that only trusted systems can reach it.
  • Implement application‑level authentication checks before returning SSO configuration data, ensuring that only authenticated and authorized requests can access sensitive OAuth secrets.

Generated by OpenCVE AI on June 24, 2026 at 13:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-6pcv-j4jx-m4vx Flowise: Unauthenticated Information Disclosure of OAuth Secrets (Cleartext) via GET Request
History

Wed, 24 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 24 Jun 2026 12:00:00 +0000

Type Values Removed Values Added
Description Flowise before 3.1.0 (versions 3.0.13 and earlier) contains a missing authentication vulnerability in the /api/v1/loginmethod endpoint that allows unauthenticated users to retrieve an organization's complete SSO configuration, including OAuth client secrets in cleartext, by providing an organizationId parameter. Remote attackers can send a GET request to harvest sensitive API credentials for Google, Microsoft/Azure, GitHub, and Auth0 integrations. This affects FlowiseAI Cloud and self-hosted instances where the endpoint is exposed.
Title Flowise - Unauthenticated OAuth Secrets Disclosure via /api/v1/loginmethod Endpoint
First Time appeared Flowiseai
Flowiseai flowise
Weaknesses CWE-306
CPEs cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*
Vendors & Products Flowiseai
Flowiseai flowise
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Flowiseai Flowise
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-24T12:46:16.027Z

Reserved: 2026-06-20T01:47:54.000Z

Link: CVE-2026-56270

cve-icon Vulnrichment

Updated: 2026-06-24T12:45:04.479Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T16:04:13Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function