Flowise is a drag-and-drop user interface for building customized large language model (LLM) flows. Prior to version 3.1.3, several custom-tool components — AgentAsTool, ChatflowTool, and ExecuteFlow — ran code in the in-process vm2 sandbox. To build that code, they inserted a user-controlled baseURL value straight into the JavaScript source, for example const url = "${baseURL}/..."; . The only check on baseURL was isValidURL , but a valid-looking URL can still contain characters that break out of a code string. An authenticated user could craft a baseURL that passed this check, closed the surrounding string, and injected their own JavaScript into the sandboxed script (code injection, CWE-94). The vm2 sandbox runs in the same Node.js process as Flowise and exposes risky dependencies. As a result, the injected code could escape the sandbox and run arbitrary code on the Flowise server as the Flowise process user. Exploitation only requires an authenticated session. The issue is fixed in version 3.1.3, which passes the URL to the sandbox as data instead of inserting it into code and adds stricter URL validation.
CVE-2026-69253
This critical-severity CVE scores 9.0 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 76% 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.0
- EG Score
- 9.0(medium)
- EG Risk
- 41(Track)EG Risk 41/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 computedSeverity90% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 24%
- KEV
- Not listed
Published
August 4, 2026
Last Modified
August 5, 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 3f257bdc8196 (FlowiseAI/Flowise)
Patch available: FlowiseAI/Flowise [email protected] (contains commit 3f257bdc8196)
https://github.com/FlowiseAI/Flowise/commit/3f257bdc8196082a178da7134a075824401b13b9fix: FLOWISE-400, 543, 551
Patch available: FlowiseAI/Flowise [email protected] (PR #6417 merged 2026-06-16)
https://github.com/FlowiseAI/Flowise/pull/6417Flowise Sandbox Escape to RCE · Advisory · FlowiseAI/Flowise · GitHub
https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-wg86-r78f-74mpVendor Advisories for CVE-2026-69253(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 / 36× 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 00:12 UTCEG score recompute
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-19 19:59 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 15:48 UTCEG score recompute
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-17 19:35 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 17:40 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 05:31 UTCEG score recompute
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 05:25 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 01:17 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 17:08 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 17:03 UTCEG score recompute
- 2026-08-11 01:00 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 16:53 UTCEG score recompute
- 2026-08-09 13:47 UTCEPSS rescore
Show 11 moreShow fewer
- 2026-08-07 16:43 UTCEG score recompute
- 2026-08-06 16:38 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-05 20:34 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 16:32 UTCEG score recompute
- 2026-08-05 15:30 UTCEG score recompute
- 2026-08-04 16:33 UTCEG score recompute
- 2026-08-04 15:37 UTCEG score recompute
- 2026-08-04 15:37 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-95
- CVE-2025-54322EG 10.0EPSS p96CRITICAL
- CVE-2025-55728EG 10.0CRITICAL
- CVE-2025-55727EG 10.0CRITICAL
- CVE-2013-10070EG 10.0CRITICAL
- CVE-2024-31996EG 10.0CRITICAL
- CVE-2024-31982EG 10.0EPSS p98CRITICAL
- CVE-2023-26477EG 10.0EPSS p99CRITICAL
- CVE-2022-36010EG 10.0CRITICAL
- CVE-2021-23277NVD 8.3EG 10.0CRITICAL
- CVE-2025-49013EG 9.9CRITICAL
Frequently asked(5)
What is CVE-2026-69253?
When was CVE-2026-69253 disclosed?
Is CVE-2026-69253 actively exploited?
What is the CVSS score of CVE-2026-69253?
How do I remediate CVE-2026-69253?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-69253
Is Your Infrastructure Affected by CVE-2026-69253?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.