← Vulnerability feed

Vulnerability record · CVE-2025-58434 · published 12 September 2025

CVE-2025-58434: Flowise forgot-password endpoint leaks reset token, enabling account takeover

Flowiseai · Flowise

Flowise 3.0.5 and earlier returns a valid password reset tempToken and sensitive account details from the forgot-password endpoint without authentication or verification. Any attacker can request a token for an arbitrary user and reset that user's password, achieving full account takeover. The flaw affects both the cloud service and self-hosted deployments exposing the same API.

9.8 CVSS 3.1 Critical EPSS 50% · top 1.1% CWE-306 · Missing authentication for critical function
9.8CVSS 3.1 base score
50%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
2References, 1 tagged exploit
17 Jun 2026Last modified by NVD

Description

Flowise is a drag & drop user interface to build a customized large language model flow. In version 3.0.5 and earlier, the `forgot-password` endpoint in Flowise returns sensitive information including a valid password reset `tempToken` without authentication or verification. This enables any attacker to generate a reset token for arbitrary users and directly reset their password, leading to a complete account takeover (ATO). This vulnerability applies to both the cloud service (`cloud.flowiseai.com`) and self-hosted/local Flowise deployments that expose the same API. Commit 9e178d68873eb876073846433a596590d3d9c863 in version 3.0.6 secures password reset endpoints. Several recommended remediation steps are available. Do not return reset tokens or sensitive account details in API responses. Tokens must only be delivered securely via the registered email channel. Ensure `forgot-password` responds with a generic success message regardless of input, to avoid user enumeration. Require strong validation of the `tempToken` (e.g., single-use, short expiry, tied to request origin, validated against email delivery). Apply the same fixes to both cloud and self-hosted/local deployments. Log and monitor password reset requests for suspicious activity. Consider multi-factor verification for sensitive accounts.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

critical priorityUnauthenticated network-reachable account takeover with CVSS 9.8 and high EPSS, though no confirmed in-the-wild exploitation is documented.

What it is

Flowise 3.0.5 and earlier returns a valid password reset tempToken and sensitive account details from the forgot-password endpoint without authentication or verification. Any attacker can request a token for an arbitrary user and reset that user's password, achieving full account takeover. The flaw affects both the cloud service and self-hosted deployments exposing the same API.

Impact

An unauthenticated attacker gains complete control of any targeted account, including administrative accounts, by resetting the victim's password. This can lead to full compromise of the Flowise instance and any connected LLM flows, credentials or data.

Attack surface

Reachable over the network via the forgot-password API endpoint with no authentication and no user interaction required, per the CVSS vector AV:N/AC:L/PR:N/UI:N. Both cloud and self-hosted deployments that expose the endpoint are affected.

Exploitation

Not listed in CISA KEV and no ransomware usage documented, but EPSS is 0.49894 (98.8th percentile) and the vendor advisory is tagged Exploit, indicating public exploit detail exists.

What to do

  • Upgrade to Flowise 3.0.6 or later, which contains commit 9e178d68873eb876073846433a596590d3d9c863 securing the password reset endpoints.
  • Stop returning reset tokens or account details in API responses; deliver tokens only through the registered email channel.
  • Make forgot-password always return a generic success message to prevent user enumeration.
  • Enforce single-use, short-expiry tempTokens tied to request origin and validated against email delivery.
  • Apply the same fixes to cloud and self-hosted deployments, and consider MFA for sensitive accounts.

Detection

  • Monitor forgot-password API responses for tempToken or account detail leakage.
  • Alert on password reset requests followed by immediate password changes or logins from new IPs or user agents.
  • Correlate multiple reset requests across different accounts from a single source.
  • Review Flowise access logs for unauthenticated calls to the forgot-password endpoint at unusual rates.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2025-58434 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-71338Flowiseai flowise vulnerabilityFlowise through 2.2.7 fails to sanitize path segments in the document-store loader endpoint, allowing unauthenticated attackers to write files outsid…EPSS 1.2%10.0CVE-2025-59528Flowise CustomMCP node code injection enables remote code executionFlowise 3.0.5 passes user-supplied mcpServerConfig input directly into the JavaScript Function() constructor inside convertToValidJSONString, with no…EPSS 86%analysed9.9CVE-2026-40933Flowiseai flowise os command injection vulnerabilityFlowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, due to unsafe serialization of stdio command…EPSS 1.3%9.9CVE-2025-61913Flowiseai flowise path traversal vulnerabilityFlowise is a drag & drop user interface to build a customized large language model flow. In versions prior to 3.0.8, WriteFileTool and ReadFileTool i…EPSS 13%9.8CVE-2026-52098Flowiseai flowise code injection vulnerabilityAn issue in Flowise 3.1.2 allows a remote attacker to execute arbitrary code via the /api/v1/prediction/<flowId> endpointEPSS 1.1%9.8CVE-2026-41267Flowiseai flowise insecure direct object reference vulnerabilityFlowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, an improper mass assignment (JSON injection)…EPSS 0.48%9.8CVE-2026-41268Flowiseai flowise improper input validation vulnerabilityFlowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, Flowise is vulnerable to a critical unauthen…EPSS 1.2%9.8CVE-2025-8943Flowise Custom MCPs feature allows unauthenticated OS command executionFlowise's Custom MCPs feature is meant to run OS commands such as npx to start local MCP servers, but the platform's authentication and authorization…EPSS 66%analysed

Source: NIST National Vulnerability Database (record CVE-2025-58434), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.