SCA: security update for flowise (GHSA-wp74-f5hh-5f3r)

high Tenable Cloud Security Plugin ID 445640

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. Prior to 3.1.3,
the /api/v1/files route was protected only by the feat:files feature gate and did not enforce
checkPermission on GET or DELETE. A low-privileged authenticated API key with unrelated permissions could
call GET /api/v1/files to list files under the organization storage root and DELETE /api/v1/files?path=...
to delete files belonging to other workspaces in the same organization because getAllFiles and deleteFile
used activeOrganizationId and a user-controlled path without restricting access by permissions or
activeWorkspaceId. This issue is fixed in version 3.1.3. (CVE-2026-69252)

Solution

Update the flowise library and its related packages to version 3.1.3 or later.

See Also

https://github.com/advisories/GHSA-wp74-f5hh-5f3r

Plugin Details

Severity: High

ID: 445640

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/4/2026

Updated: 8/4/2026

Risk Information

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 4

Temporal Score: 3

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

CVSS Score Source: CVE-2026-69252

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

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

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

CVSS v4

Risk Factor: High

Base Score: 7.2

Threat Score: 5.1

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/4/2026

Vulnerability Publication Date: 8/4/2026

Reference Information

CVE: CVE-2026-69252

cwe: CWE-862