CVE-2025-71337
Undergoing Analysis Undergoing Analysis - In Progress
Unauthenticated Email Change in Flowise

Publication date: 2026-06-23

Last updated on: 2026-06-23

Assigner: VulnCheck

Description
Flowise before 3.0.10 (affected versions 3.0.7 and earlier) contains an unverified email change vulnerability. An authenticated user can change the account email address, used as a login identifier and password-recovery channel, via the account profile endpoint without confirming the change to the original email address or re-entering the current password. By changing the recovery email, an attacker can take over the account and abuse password reset mechanisms.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-23
Last Modified
2026-06-23
Generated
2026-06-23
AI Q&A
2026-06-23
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
flowise flowise to 3.0.10 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-620 When setting a new password for a user, the product does not require knowledge of the original password, or using another form of authentication.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-71337 is a vulnerability in Flowise versions 3.0.7 and earlier that allows an authenticated user to change their account email address without verifying the change through the original email or re-entering the current password.

Since the email address is used as both the login identifier and the password recovery channel, this flaw enables an attacker to take over the account by changing the recovery email and abusing password reset mechanisms.

The vulnerability is classified as high severity with CVSS scores of 8.7 (v4.0) and 8.3 (v3.1), and it was fixed in Flowise version 3.0.10.

Compliance Impact

This vulnerability allows an attacker to take over user accounts by changing the account email address without verification, which can lead to unauthorized access to personal data.

Such unauthorized access and potential data breaches can result in non-compliance with data protection regulations like GDPR and HIPAA, which require strict controls over user authentication and protection of personal information.

Specifically, the failure to verify email changes and the ability to abuse password reset mechanisms undermine the integrity and confidentiality of user data, increasing the risk of data exposure and violating regulatory requirements for secure identity management.

Impact Analysis

This vulnerability can lead to full account takeover (ATO) by an attacker who exploits the ability to change the account's email address without verification.

Once the attacker changes the recovery email, they can abuse password reset mechanisms to gain unauthorized access to the victim's account.

The attack requires only low privileges and no user interaction, making it highly exploitable remotely and posing significant risks to confidentiality and integrity of user accounts.

Detection Guidance

Detection of this vulnerability involves monitoring for unauthorized or suspicious changes to user email addresses via the account profile endpoint in Flowise versions 3.0.7 and earlier.

Since the vulnerability allows an authenticated user to change their email without verification, you can check server logs or audit trails for POST or PATCH requests to the account profile endpoint that modify the email field without corresponding password verification events.

Commands to assist detection might include searching web server logs for such requests. For example, using grep on access logs:

  • grep -i 'POST /account/profile' /var/log/nginx/access.log | grep 'email='
  • grep -i 'PATCH /account/profile' /var/log/nginx/access.log | grep 'email='

Additionally, monitoring for changes in user email addresses in the database without corresponding password verification or confirmation events can help detect exploitation attempts.

Mitigation Strategies

The immediate mitigation step is to upgrade Flowise to version 3.0.10 or later, where this vulnerability has been fixed.

Until the upgrade can be applied, restrict access to the account profile endpoint to trusted users only and monitor for suspicious email change activities.

Implement additional verification steps for email changes, such as requiring confirmation via the original email address or re-entering the current password, if possible through custom controls or temporary patches.

Review and tighten authentication and authorization controls to limit the ability of low-privilege users to modify critical account information.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-71337. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart