Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsUpgrade flowise to version 3.1.0 or higher.
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
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.