SCA: security update for flowise (GHSA-wgpv-6j63-x5ph)

critical Tenable Cloud Security Plugin ID 435295

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2025-58434)

See Also

https://github.com/advisories/GHSA-wgpv-6j63-x5ph

Plugin Details

Severity: Critical

ID: 435295

Version: Revision 1.14

Type: Local

Family: SCA Checks

Published: 9/15/2025

Updated: 7/13/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: High

Score: 7.9

Percentile: 99.35

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2025-58434

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

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

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 9/12/2025

Vulnerability Publication Date: 9/12/2025

Reference Information

CVE: CVE-2025-58434

cwe: CWE-306