Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent node allowed users to provide Python code that is executed through pyodide; although a denylist blocked dangerous Python constructs, pandas.read_pickle() could deserialize a pickled payload and achieve code execution without matching the denied words. The affected file is flowise-components/nodes/agents/CSVAgent/CSVAgent.ts, where user-supplied customReadCSVFunc is evaluated as pd.${customReadCSVFunc}. An authenticated user who can create or modify a chatflow can add a CSV Agent, place a malicious read_pickle payload in the Additional Parameters, save the chatflow, and trigger /api/v1/prediction/ to execute commands. This issue is fixed in version 3.1.3.
CVE-2026-69256
This critical-severity CVE scores 9.4 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 68% 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.4
- EG Score
- 9.4(medium)
- EG Risk
- 58(Track*)EG Risk 58/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 computedSeverity94% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Watch closely — could escalate to Attend. - EPSS PROB
- 0%
- EPSS %ILE
- 32%
- KEV
- Not listed
Published
August 4, 2026
Last Modified
August 5, 2026
Advisory Details (4)
Auto-updated Aug 4, 2026Remote Code Execution Vulnerability in CSVAgent · Advisory · FlowiseAI/Flowise · GitHub
https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-x6vm-w76m-8j7g[email protected]
Patch available: FlowiseAI/Flowise [email protected]
https://github.com/FlowiseAI/Flowise/releases/tag/[email protected]bug: Block read_pickle and class definitions, restrict custom CSV field to read_csv() only
Patch available: FlowiseAI/Flowise [email protected] (PR #6257 merged 2026-04-27)
https://github.com/FlowiseAI/Flowise/pull/6257commit c79fe56a6c24 (FlowiseAI/Flowise)
Patch available: FlowiseAI/Flowise [email protected] (contains commit c79fe56a6c24)
https://github.com/FlowiseAI/Flowise/commit/c79fe56a6c249850e96bce9b4859f7a0083e4507Vendor Advisories for CVE-2026-69256(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-20 23:09 UTCEG score recompute
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-19 18:56 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 15:54 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 15:49 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 03:47 UTCEG score recompute
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 03:41 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-13 23:37 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 15:28 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 15:10 UTCEG score recompute
- 2026-08-11 03:08 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 15:00 UTCEG score recompute
- 2026-08-09 13:47 UTCEPSS rescore
Show 13 moreShow fewer
- 2026-08-08 18:56 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-07 18:52 UTCEG score recompute
- 2026-08-06 14:31 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-05 22:29 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 14:27 UTCEG score recompute
- 2026-08-05 13:49 UTCEG score recompute
- 2026-08-04 17:23 UTCEG score recompute▲ 9.40
- 2026-08-04 17:23 UTCNVD updateCVSS v3 → 9.4 · CVSS v4 → 9.4
- 2026-08-04 16:07 UTCEG score recompute
Related CVEs(same CWE)
Same CWE
10 shownCWE-94
- CVE-2003-1432EG 10.0EPSS p94HIGH
- CVE-2002-0495EG 10.0EPSS p96HIGH
- CVE-1999-0702EG 10.0EPSS p98HIGH
- CVE-1999-0509EG 10.0EPSS p98HIGH
- CVE-2006-1318EG 9.3EPSS p97HIGH
- CVE-2006-1301EG 9.3EPSS p95HIGH
- CVE-2006-1308EG 9.3EPSS p95HIGH
- CVE-2006-1309EG 9.3EPSS p95HIGH
- CVE-2006-1304EG 9.3EPSS p96HIGH
- CVE-2006-1306EG 9.3EPSS p95HIGH
Frequently asked(5)
What is CVE-2026-69256?
When was CVE-2026-69256 disclosed?
Is CVE-2026-69256 actively exploited?
What is the CVSS score of CVE-2026-69256?
How do I remediate CVE-2026-69256?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-69256
Is Your Infrastructure Affected by CVE-2026-69256?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.