PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-70477 FlowiseAI CVE debrief

CVE-2026-70477 Flowise Prompt Injection. Flowise, a drag & drop user interface for building customized large language model flows, is vulnerable to a prompt injection attack. This critical vulnerability, identified as CVE-2026-70477, allows an attacker to inject a malicious Python script that bypasses the blocklist validator and executes in an unsandboxed Pyodide environment prior to version 3.1.3. The flaw exists within the run method of the CSV_Agents class, where untrusted data is used to construct an LLM prompt, and the resulting pythonCode is validated by validatePythonCodeForDataFrame before execution. Successful exploitation enables arbitrary code execution in the context of

Vendor
FlowiseAI
Product
Flowise
CVSS
CRITICAL 9.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-04
Original CVE updated
2026-09-11
Advisory published
2026-08-04
Advisory updated
2026-09-11

Who should care

Defenders responsible for Flowise deployments should assess exposure and prioritize remediation. This vulnerability allows for arbitrary code execution in the context of the service account, which can lead to a compromise of the service and potentially the underlying system.

Why it matters

CVE-2026-70477 is a critical vulnerability in Flowise that allows for arbitrary code execution. Defenders should prioritize remediation to prevent potential compromise of the service and underlying system.

  • Arbitrary code execution in the context of the service account.
  • Potential compromise of the Flowise service and underlying system.
  • Bypass of the blocklist validator.
  • Execution of malicious Python scripts in an unsandboxed environment.

Technical summary

A prompt injection vulnerability exists in Flowise, a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.3, an attacker can inject a malicious Python script that bypasses the blocklist validator and executes in an unsandboxed Pyodide environment. The vulnerability is due to the use of untrusted data to construct an LLM prompt in the run method of the CSV_Agents class.

Defensive priority

High

Recommended defensive actions

  • Review and apply the vendor's patch to upgrade to Flowise version 3.1.3 or later.
  • Restrict access to the Flowise service to trusted users and networks.
  • Monitor the Flowise service for suspicious activity and implement logging and alerting.
  • Verify the integrity of the Flowise environment and configurations.
  • Conduct a thorough review of the Flowise service to identify potential exposure.
  • Implement compensating controls for exposed systems while remediation is scheduled and verified.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. The vendor, FlowiseAI, has released a fix in version 3.1.3. However, the specifics of the vulnerability, such as the exact impact and affected configurations, require verification from official sources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-70477 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-70477

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-70477 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-70477

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

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.