PatchSiren cyber security CVE debrief
CVE-2026-69264 FlowiseAI CVE debrief
CVE-2026-69264 is a critical vulnerability in Flowise, a platform that allows users to create and manage chatflows. The vulnerability arises from the improper handling of user-supplied CSV data, which can be exploited to execute arbitrary code on the host system. This issue is particularly concerning as it can be triggered by unauthenticated requests, potentially leading to remote code execution.
- Vendor
- FlowiseAI
- Product
- Flowise
- CVSS
- CRITICAL 9.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-04
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-04
- Advisory updated
- 2026-09-08
Who should care
Flowise users and administrators, particularly those with chatflows:create or agentflows/chatflows update permissions, should assess their exposure and take steps to mitigate the vulnerability.
Why it matters
CVE-2026-69264 is a critical vulnerability in Flowise that allows for remote code execution. Flowise users and administrators should assess their exposure and take steps to mitigate the vulnerability.
- Remote code execution is possible, allowing attackers to execute arbitrary file I/O or OS commands as the Flowise process.
- Unauthenticated requests can trigger the vulnerability, increasing the attack surface.
- The vulnerability can be exploited by a workspace user with chatflows:create or agentflows/chatflows update permission.
- Verification of affected versions and remediation efforts are necessary to prevent exploitation.
Technical summary
The vulnerability is caused by the interpolation of attacker-controlled CSV data into a Python source-code template, which is then executed by Pyodide. This allows an attacker to break out of the Python string literal and execute arbitrary JavaScript code, potentially leading to remote code execution. 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.
Defensive priority
High
Recommended defensive actions
- Upgrade to Flowise version 3.1.3 or later
- Restrict access to chatflows and CSV Agent nodes
- Monitor for suspicious activity and unauthenticated requests
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 9.4 and severity of CRITICAL. The vendor has released a fix in version 3.1.3. 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. Evidence is limited; defenders should verify affected versions, review chatflow configurations, and monitor
Sources and references
Verified primary and authoritative sources
-
CVE-2026-69264 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-69264
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-69264 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-69264
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/FlowiseAI/Flowise/commit/f4e2794f6a576b94578f2fdafbf49c2fb304626c
-
Source reference
Unverified legacy reference
URL: https://github.com/FlowiseAI/Flowise/pull/6499
-
Source reference
Unverified legacy reference
URL: https://github.com/FlowiseAI/Flowise/releases/tag/[email protected]
-
Source reference
Unverified legacy reference
URL: https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-4j8x-x6v7-w9rq
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.