CVE-2025-71327: Flowise - Authentication Bypass via Unprotected Registration Endpoint
Flowise contains an authentication bypass vulnerability in the unprotected /api/v1/account/register endpoint that allows unauthenticated attackers to create user accounts. Remote attackers can exploit this endpoint to register arbitrary accounts and authenticate to the system, gaining full API access without credentials.
Security readout for executives and security teams
Plain-English summary
Flowise 3.0.1 has a critical authentication bypass where a registration API endpoint is not protected. An outside attacker could create an account without credentials and then use the system’s API as an authenticated user. Treat internet-facing Flowise instances as high priority.
Executive priority
Prioritize this within emergency patch or containment workflows for exposed Flowise systems. The business risk is unauthorized administrative-style API access to automation workflows and connected data or services.
Technical view
CVE-2025-71327 is CWE-306 in Flowise 3.0.1. The unprotected /api/v1/account/register endpoint allows unauthenticated remote account creation, leading to authenticated access and full API access according to the provided advisory text. CVSS v4.0 is 9.3 critical.
Likely exposure
Highest risk is Flowise 3.0.1 reachable from untrusted networks or the internet. Internal-only deployments are still exposed to any actor with network reach to the application.
Exploitation context
No active exploitation is confirmed in the provided sources, and the CVE is not listed as KEV. Exploitation appears low-complexity because it is network-accessible, requires no privileges, and no user interaction per the CVSS vector.
Researcher notes
Evidence is limited to the CVE bundle, GitHub advisory reference, and VulnCheck advisory reference. The bundle names Flowise 3.0.1 as affected and default status as unaffected. Do not assume other versions are affected without vendor confirmation.
Mitigation direction
Identify any Flowise 3.0.1 deployments immediately.
Check the Flowise GitHub advisory for official remediation guidance.
Restrict Flowise access to trusted networks until remediated.
Block public access to the registration API endpoint where feasible.
Review and remove unexpected accounts created on Flowise instances.
Validation and detection
Confirm deployed Flowise version and exposure path.
Check whether Flowise is reachable from the internet.
Review logs for access to /api/v1/account/register.
Audit recently created user accounts for unknown owners.
Review API activity from newly created or suspicious accounts.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.