Improper Handling of Missing Values Affecting flowise package, versions >=3.0.1 <3.1.0


Severity

Recommended
0.0
critical
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.22% (45th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-JS-FLOWISE-16115560
  • published21 Apr 2026
  • disclosed16 Apr 2026
  • creditNicholas Zubrisky

Introduced: 16 Apr 2026

NewCVE-2026-41276  (opens in a new tab)
CWE-230  (opens in a new tab)
CWE-620  (opens in a new tab)

How to fix?

Upgrade flowise to version 3.1.0 or higher.

Overview

flowise is a Flowiseai Server

Affected versions of this package are vulnerable to Improper Handling of Missing Values password reset flow in account.service.ts. An attacker can reset another user’s password by supplying a crafted reset request with an invalid or missing temporary token and still reach the password update path. The vulnerable logic accepts reset data without first rejecting empty tokens, compares the supplied token against the stored value without handling unset state safely, and uses an expiry check that can be bypassed when the token timestamp is malformed or absent. As a result, an unauthenticated attacker can take over an account and lock the legitimate user out of their password-protected access.

Notes

  • The reset flow is gated by PASSWORD_RESET_TOKEN_EXPIRY_IN_MINUTES; deployments that override that environment variable change the acceptance window for reset tokens, so the practical exposure is not limited to the default 15-minute setting.
  • The password-reset path also clears any existing session state for the account after a successful reset, so a successful bypass can invalidate the victim’s active sessions in addition to changing the credential.

CVSS Base Scores

version 4.0
version 3.1