Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2025-58434
September 12, 2025
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.
Affected Packages
https://github.com/FlowiseAI/Flowise.git (GITHUB):
Affected version(s) >=flowise-components@1.0.0 <flowise-components@3.0.6
Fix Suggestion:
Update to version flowise-components@3.0.6
https://github.com/FlowiseAI/Flowise.git (GITHUB):
Affected version(s) >=flowise-ui@1.0.0 <flowise-ui@3.0.6
Fix Suggestion:
Update to version flowise-ui@3.0.6
https://github.com/FlowiseAI/Flowise.git (GITHUB):
Affected version(s) >=flowise@1.0.0 <flowise@3.0.6
Fix Suggestion:
Update to version flowise@3.0.6
flowise (NPM):
Affected version(s) >=1.0.0 <3.0.6
Fix Suggestion:
Update to version 3.0.6
flowise (NPM):
Affected version(s) >=1.0.0 <3.0.5
Fix Suggestion:
Update to version 3.0.5
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Missing Authentication for Critical Function
EPSS
Base Score:
11.19