
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-56270 is a missing authentication vulnerability in FlowiseAI's Flowise platform affecting the /api/v1/loginmethod endpoint. It allows unauthenticated remote attackers to retrieve an organization's complete SSO configuration — including OAuth client secrets in cleartext — by supplying only an organizationId parameter in a GET request. All versions up to and including 3.0.13 are affected; version 3.1.0 contains the fix. The vulnerability carries a CVSS v3.1 score of 7.5 (High) and a CVSS v4.0 score of 8.7 (High) (GitHub Advisory, Feedly).
The root cause is CWE-306 (Missing Authentication for Critical Function) combined with CWE-312 (Cleartext Storage of Sensitive Information): the /api/v1/loginmethod endpoint performs no authentication check before returning the full SSO provider configuration for a given organization. An attacker sends a simple unauthenticated HTTP GET request with an organizationId query parameter, and the server responds with a 200 OK containing OAuth client IDs and client secrets in plaintext JSON for all configured providers (Google, Microsoft/Azure, GitHub, Auth0). No session cookies, tokens, or authorization headers are required, making the attack trivially automatable (GitHub Advisory).
Successful exploitation results in full disclosure of an organization's OAuth client secrets for integrated SSO providers including Google, Microsoft/Azure, GitHub, and Auth0. An attacker in possession of these credentials could impersonate the application in OAuth flows, potentially gaining unauthorized access to user accounts, performing account takeover, or pivoting into connected third-party services. Both FlowiseAI Cloud (cloud.flowiseai.com) and self-hosted Flowise instances with the endpoint exposed to the internet are affected (GitHub Advisory, Feedly).
cloud.flowiseai.com.organizationId values. These may be discoverable through other unauthenticated endpoints, public documentation, or by observing network traffic from a legitimate Flowise login page.GET /api/v1/loginmethod?organizationId=<target_organization_id> HTTP/2
Host: <flowise-instance>
Accept: application/jsonclientID and clientSecret values for all configured SSO providers (Google, Azure, GitHub, Auth0)./api/v1/loginmethod with an organizationId query parameter originating from unexpected or external IP addresses; high-frequency or scripted requests to this endpoint suggesting automated enumeration.GET /api/v1/loginmethod?organizationId= requests returning HTTP 200 responses without any associated session token or Authorization header; requests from IPs not associated with known users or services.Upgrade Flowise to version 3.1.0 or later, which patches the missing authentication on the /api/v1/loginmethod endpoint. Organizations unable to patch immediately should restrict network access to this endpoint via firewall rules or reverse proxy ACLs, limiting it to trusted IP ranges only. Additionally, all OAuth client secrets for integrated providers (Google, Microsoft/Azure, GitHub, Auth0) should be rotated immediately, as any previously exposed secrets must be considered compromised (GitHub Advisory, Feedly).
The vulnerability was reported by security researcher berkdedekarginoglu and published as a GitHub Security Advisory by igor-magun-wd on April 15, 2026. VulnCheck independently documented the issue and assigned it a CVSS v4.0 score of 8.7. Tenable added detection coverage via cloud security and container security plugins. Social media activity was limited, with a brief mention on Bluesky shortly after disclosure (GitHub Advisory, VulnCheck Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."