CVE-2026-69264
Description
Prior to 3.1.3, Flowise CSVAgent interpolates an attacker-controlled segment of the csvFile data URI directly into a Python source-code template that is then executed by Pyodide. Because Pyodide is loaded with the default js bridge to globalThis, which on Node.js exposes eval and dynamic import, the attacker can break out of the Python string literal, hand a JavaScript string to js.eval, dynamically import Node built-in modules such as fs and child_process, and execute arbitrary file I/O or OS commands as the Flowise process. The two validator paths around this code, validatePythonCodeForDataFrame and validateCustomReadCSVFunction, are never applied to the bootstrap template. A workspace user with chatflows:create or agentflows/chatflows update permission can plant a CSV Agent node with a crafted csvFile; once the chatflow is exposed via POST /api/v1/prediction/:id, any unauthenticated request triggers host remote code execution. This issue is fixed in version 3.1.3.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
flowisenpm | < 3.1.3 | 3.1.3 |
flowise-componentsnpm | < 3.1.3 | 3.1.3 |
Affected products
1Patches
Vulnerability mechanics
References
5- github.com/FlowiseAI/Flowise/commit/f4e2794f6a576b94578f2fdafbf49c2fb304626cnvdPatchWEB
- github.com/FlowiseAI/Flowise/pull/6499nvdIssue TrackingPatchWEB
- github.com/FlowiseAI/Flowise/releases/tag/[email protected]nvdPatchRelease NotesWEB
- github.com/FlowiseAI/Flowise/security/advisories/GHSA-4j8x-x6v7-w9rqnvdExploitMitigationVendor AdvisoryWEB
- github.com/advisories/GHSA-4j8x-x6v7-w9rqghsaADVISORY
News mentions
2- ⚡ Weekly Recap: Chinese Spy Proxy, AI Agents Go Off-Task, Router Backdoors and MoreThe Hacker News · Aug 31, 2026
- ZDI-26-546: Flowise Airtable_Agent Code Injection Remote Code Execution VulnerabilityZero Day Initiative · Aug 11, 2026