SCA: security update for flowise, flowise-components (GHSA-52fh-8v99-63c2)

critical Tenable Self-Hosted Container Security Plugin ID 445621

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,
Flowise validatePythonCodeForDataFrame in packages/components/src/pythonCodeValidator.ts can be bypassed
with Unicode homoglyph identifiers, allowing arbitrary Python execution inside Pyodide and full OS command
execution on the Flowise host via Pyodide js module interop. The validator gates pyodide.runPythonAsync in
packages/components/nodes/agents/CSVAgent/CSVAgent.ts and
packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts with an ASCII word-boundary blacklist.
JavaScript regex word boundaries are ASCII-only, while Python 3 NFKC-normalizes identifiers at parse time,
so homoglyph forms such as __cl𝐚ss__, __subcl𝐚sses__, __b𝐚se__, and __b𝐮iltins__ bypass the blacklist and
are parsed as their ASCII equivalents. This issue is fixed in version 3.1.3. (CVE-2026-70470)

Solution

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

See Also

https://github.com/advisories/GHSA-52fh-8v99-63c2

Plugin Details

Severity: Critical

ID: 445621

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/4/2026

Updated: 8/4/2026

Risk Information

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

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

CVSS Score Source: CVE-2026-70470

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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:U/RL:O/RC:C

CVSS v4

Risk Factor: Critical

Base Score: 9.5

Threat Score: 8.4

Threat Vector: CVSS:4.0/E:U

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

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-70470

cwe: CWE-184