SCA: security update for flowise (GHSA-p5w8-m249-4r4v)

high Tenable Cloud Security Plugin ID 445628

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,
`DELETE /api/v1/chatflows/:id` authorized requests with
checkAnyPermission('chatflows:delete,agentflows:delete'), so possession of either permission was
sufficient to reach the delete path. The delete logic then resolved the target record only by id and
workspaceId and did not validate the target resource type, allowing a caller with only agentflows:delete
to delete a CHATFLOW and a caller with only chatflows:delete to delete an AGENTFLOW in the same workspace.
This issue is fixed in version 3.1.3. (CVE-2026-69262)

Solution

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

See Also

https://github.com/advisories/GHSA-p5w8-m249-4r4v

Plugin Details

Severity: High

ID: 445628

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: 6.4

Temporal Score: 4.7

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

CVSS Score Source: CVE-2026-69262

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 7.9

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

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

CVSS v4

Risk Factor: High

Base Score: 7.1

Threat Score: 4.9

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/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-69262

cwe: CWE-863