GHSA-V5W9-PRXF-W882

GHSA-V5W9-PRXF-W882 is a high-severity improper authentication vulnerability in flowise (npm), affecting versions = 3.0.1. No fixed version is listed yet.

Summary

An unauthenticated attacker can exploit the unprotected registration endpoint (/register) to create a new user and bypass authentication.

Details

Critical vulnerability in Flowise 3.0.1 on-premise deployment allows unauthenticated attackers to exploit the /api/v1/account/register endpoint to add a new user and log in using it, enabling authentication bypass.

Meaning that the register functionality is by default open, allowing attackers to create an account and use the api without any restrictions or credentials.

PoC

A Flowise 3.0.1 instance was deployed via Docker for the purpose of this demonstration.

After successful deployment the instance setup organization page allows us to register the first account in the system.

Creating the first user [email protected]

Login to the account

The background request that created the first user to /api/v1/account/register

Response

We have found that it is possible to reuse the registration request multiple times without any restrictions to create an account and authenticate to the system using it.

Crafting a new request
{
"user": {
"name": "Malicious",
"email": "[email protected]",
"type": "pro",
"credential": "Password123!"
}
}

Response with 201 code “Created”

Login using newly created user (attacker)

Success login

An unauthorized user can exploit this vulnerability to register an account and gain access to the Flowise API with authenticated privileges, effectively bypassing authentication.

Impact

This is an authentication bypass vulnerability caused by an unprotected registration endpoint (/register).

Users of Flowise 3.0.1(latest) on-premise deployments are impacted. An unauthorized attacker can exploit this vulnerability to register an account after the organization set has been completed, and gain access to the Flowise API with authenticated privileges, effectively bypassing authentication.

The application does not adequately verify the identity of a user, device, or process before granting access. Typical impact: unauthorized access to functions or data reserved for authenticated parties.

Affected versions

flowise (= 3.0.1)

Security releases

Not available

Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

See it in your environment

Remediation advice

No fixed version is listed for GHSA-V5W9-PRXF-W882 yet.

In the interim: Keep the dependency up to date. Ensure authentication checks are present and cannot be bypassed by manipulating request parameters.

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently Asked Questions

  1. What is GHSA-V5W9-PRXF-W882? GHSA-V5W9-PRXF-W882 is a high-severity improper authentication vulnerability in flowise (npm), affecting versions = 3.0.1. No fixed version is listed yet. The application does not adequately verify the identity of a user, device, or process before granting access.
  2. Which versions of flowise are affected by GHSA-V5W9-PRXF-W882? flowise (npm) versions = 3.0.1 is affected.
  3. Is there a fix for GHSA-V5W9-PRXF-W882? No fixed version is listed for GHSA-V5W9-PRXF-W882 yet. Monitor the advisory for updates and apply mitigations in the interim.
  4. Is GHSA-V5W9-PRXF-W882 exploitable, and should I be worried? Whether GHSA-V5W9-PRXF-W882 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
  5. What actually determines whether GHSA-V5W9-PRXF-W882 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
  6. How do I fix GHSA-V5W9-PRXF-W882? No fixed version is listed yet. In the interim: Keep the dependency up to date. Ensure authentication checks are present and cannot be bypassed by manipulating request parameters.

Other vulnerabilities in flowise

CVE-2026-56268CVE-2026-46480CVE-2026-46479CVE-2026-46478CVE-2026-46477

Stop the waste.
Protect your environment with Kodem.