What it is
CVE-2026-69255 is an unauthenticated vulnerability affecting FlowiseAI Flowise. Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent in...
Vulnerability report
Flowise CSV Agent Remote Code Execution
FlowiseAI / Flowise · affected before 3.1.3
Decision summary
Direct answers before the deeper technical record.
What it is
CVE-2026-69255 is an unauthenticated vulnerability affecting FlowiseAI Flowise. Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent in...
Is it exploited?
Yes. Previdian sensors observed exploitation attempts with confirmed confidence.
Who is affected?
FlowiseAI / Flowise affected before 3.1.3.
What should we do?
Patch immediately, validate internet-facing exposure, and monitor for matching requests.
Overview
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent in packages/components/nodes/agents/CSVAgent/CSVAgent.ts extracted attacker-controlled CSV data with file.split(',').pop() and interpolated it directly into executable Python as base64_string = "${base64String}" before calling Pyodide. The validatePythonCodeForDataFrame() denylist only checked later LLM-generated code and did not validate this initial code block.
An authenticated attacker could inject a closing quote followed by Python code, use Pyodide's js bridge to load Node.js child_process, and execute arbitrary operating system commands as root in the Flowise container. This issue is fixed in version 3.1.3.
Exploitation evidence
Third-party attestation and first-party sensor observation are shown separately so teams can judge the evidence chain.
Previdian
Previdian independently recorded this as exploited after first seeing it in honeypot sensors.
Previdian sensor
Previdian first observed exploitation attempts targeting this vulnerability in our honeypot sensors.
Per-source evidence links for KEV attestations are available through the Previdian Pro API.
Learn about Pro API access| Source | Added |
|---|---|
| Previdian First | 2026-09-15 19:57 UTC |
Operational indicators for this CVE are listed under Detection.
Sensor telemetry
Previdian sensors recorded exploitation attempts targeting this vulnerability. The cards and chart show volume, unique attackers, and daily activity.
2
Attempts observed
1
Unique attacker IPs
1
Attacker countries
SG
1
Sensors observed
CVE-2026-69255 exploitation attempts over the last 32 days
Daily events observed by Previdian sensors
Updated 17 Sep 2026
First observed 18 Aug 2026 · Last observed 15 Sep 2026
Pro adds sensor region and window summaries. Enterprise adds raw IPs, paths, User-Agents, and payloads.
Detection
Make the evidence actionable in scanner, SOC, and edge-control workflows.
Request targets and User-Agents available in Pro. Callback host details available in Enterprise.
No scanner integrations recorded yet.
No Previdian virtual patch is currently available. Future rules ship for ModSecurity, Cloudflare, and AWS WAF.
Learn about virtual patches →Attacker IP indicators observed · available in Pro and Enterprise.
Sensor-derived attacker IP indicators are available to Pro and Enterprise accounts under Detection and through the Pro API.
Learn about Pro API accessRisk and context
CVSS v4.0
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
EPSS
0.6%
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Timeline
08:09 UTC
Indicators of compromise recorded
08:09 UTC
Evidence-backed exploitation signal
15:39 UTC
Vulnerability disclosed publicly
19:54 UTC
Identifier reserved by the CNA
Pro API
Confidence, exploit status, sensor telemetry, PoCs, scanner integrations, mentions, and tags are available programmatically for VM, SOC, and CTI workflows.
GET /api/v2/pro/kevs/CVE-2026-69255
Free JSON includes basic KEV fields{
"cve_id": "CVE-2026-69255",
"confidence": "Confirmed",
"cvss_score": 9.2,
"cvss_estimated": false,
"epss_score": 0.00602,
"exploit_status": {
"exploited_in_the_wild": true,
"active_exploitation_observed": true
},
"sensor_telemetry": { "attempts": 2, "sensors": 1 }
}