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
This critical-severity CVE scores 9.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.5%, top 58% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.5
- EG Score
- 9.5(medium)
- EG Risk
- 59(Track*)EG Risk 59/100SSVC: Track*
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity95% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Watch closely — could escalate to Attend. - EPSS PROB
- 1%
- EPSS %ILE
- 42%
- KEV
- Not listed
Published
August 4, 2026
Last Modified
August 4, 2026
Advisory Details (4)
Auto-updated Aug 4, 2026[email protected]
Patch available: FlowiseAI/Flowise [email protected]
https://github.com/FlowiseAI/Flowise/releases/tag/[email protected]commit f4e2794f6a57 (FlowiseAI/Flowise)
Patch available: FlowiseAI/Flowise [email protected] (contains commit f4e2794f6a57)
https://github.com/FlowiseAI/Flowise/commit/f4e2794f6a576b94578f2fdafbf49c2fb304626cFix Flowise 606
Patch available: FlowiseAI/Flowise [email protected] (PR #6499 merged 2026-06-10)
https://github.com/FlowiseAI/Flowise/pull/6499Flowise: Pyodide validator Unicode homoglyph bypass leads to RCE · Advisory · FlowiseAI/Flowise · GitHub
https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-52fh-8v99-63c2Vendor Advisories for CVE-2026-70470(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(2 across 1 ecosystem)
npm(2)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| flowise | — | 3.1.3 | — |
| flowise-components | — | 3.1.3 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 16× in last 7d / 38× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-21 01:12 UTCEG score recompute
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-19 19:45 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 18:17 UTCEG score recompute
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-17 14:06 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 16:50 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 04:20 UTCEG score recompute
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 03:20 UTCEG score recompute
- 2026-08-15 01:31 UTCEPSS rescore
- 2026-08-13 22:11 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 17:02 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 15:58 UTCEG score recompute
- 2026-08-11 03:28 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 13:58 UTCEG score recompute
- 2026-08-09 13:47 UTCEPSS rescore
Show 13 moreShow fewer
- 2026-08-08 17:08 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-07 20:18 UTCEG score recompute
- 2026-08-06 15:09 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-05 22:28 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 20:32 UTCEG score recompute
- 2026-08-04 20:07 UTCEG score recompute
- 2026-08-04 18:24 UTCEG score recompute
- 2026-08-04 17:47 UTCEG score recompute
- 2026-08-04 17:46 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-70470?
When was CVE-2026-70470 disclosed?
Is CVE-2026-70470 actively exploited?
What is the CVSS score of CVE-2026-70470?
How do I remediate CVE-2026-70470?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-70470
Is Your Infrastructure Affected by CVE-2026-70470?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.