Skip to main content

Flowise CVE-2026-41138

| EUVDEUVD-2026-25278 HIGH
Code Injection (CWE-94)
2026-04-23 GitHub_M GHSA-f228-chmx-v6j6
8.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

Network-reachable chatflow with low-complexity prompt injection, but PR:L since instance/chatflow access is needed; code execution yields high C/I/A within the runtime.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

7
Source Code Evidence Fetched
Jul 24, 2026 - 04:34 vuln.today
Analysis Generated
Jul 24, 2026 - 04:34 vuln.today
Patch released
Apr 24, 2026 - 19:17 nvd
Patch available
CVSS changed
Apr 24, 2026 - 15:22 NVD
8.3 (HIGH) 8.8 (HIGH)
Patch available
Apr 23, 2026 - 21:01 EUVD
EUVD ID Assigned
Apr 23, 2026 - 20:00 euvd
EUVD-2026-25278
CVE Published
Apr 23, 2026 - 19:05 nvd
HIGH 8.8

DescriptionGitHub Advisory

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, there is a remote code execution vulnerability in AirtableAgent.ts caused by lack of input verification when using Pandas. The user’s input is directly applied to the question parameter within the prompt template and it is reflected to the Python code without any sanitization. This vulnerability is fixed in 3.1.0.

AnalysisAI

Remote code execution in FlowiseAI Flowise before 3.1.0 allows an attacker to abuse the AirtableAgent node, which passes unsanitized user question input into a Python code template executed via Pyodide/Pandas. Because the question is reflected directly into the generated Python without validation, a crafted prompt-injection payload escapes the intended LLM behavior and executes arbitrary Python. SSVC rates technical impact as total with a public proof-of-concept, though EPSS remains low at 0.43% (63rd percentile) and there is no public exploit identified in CISA KEV at time of analysis.

Technical ContextAI

Flowise is a low-code drag-and-drop builder for LLM/agent workflows. The vulnerable component is the AirtableAgent node (packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts), which retrieves Airtable datasets, base64-encodes them, and processes them with Pandas inside a Pyodide (WebAssembly Python) runtime via pyodide.runPythonAsync(). The user's natural-language question is interpolated into a prompt template and ultimately reflected into the executed Python source string without sanitization or parameterization. This is a classic CWE-94 (Improper Control of Generation of Code / code injection) root cause: untrusted input crossing into a dynamically constructed code context. The prompt-injection angle means the LLM can be steered to emit attacker-chosen Python that the runtime then executes.

RemediationAI

Vendor-released patch: upgrade Flowise (and flowise-components) to 3.1.0 or later, which adds input verification for the AirtableAgent Pandas path. Until upgrading, the most effective compensating control is to remove or disable any chatflows using the AirtableAgent node, since that node is the injection sink; the trade-off is loss of Airtable-agent functionality. Additionally restrict who can create/invoke chatflows and reach the instance (enforce authentication and network access controls on the Flowise API/UI), which reduces the PR:L attacker pool but does not fix the underlying code injection. Review the vendor advisory at https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-f228-chmx-v6j6 for exact fixed versions before deploying.

More in Python

View all
CVE-2025-24016 CRITICAL POC
9.9 Feb 10

Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t

CVE-2025-27520 CRITICAL POC
9.8 Apr 04

BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser

CVE-2025-2945 CRITICAL POC
9.9 Apr 03

pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi

CVE-2013-5093 MEDIUM POC
6.8 Sep 27

The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python

CVE-2025-32375 CRITICAL POC
9.8 Apr 09

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2024-21644 HIGH POC
7.5 Jan 08

pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.

CVE-2026-33017 CRITICAL POC
9.3 Mar 17

Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301

CVE-2017-9462 HIGH POC
8.8 Jun 06

In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse

CVE-2026-49869 CRITICAL POC
10.0 Jun 26

Unauthenticated remote code execution affects Kestra OSS (the open-source event-driven orchestration platform) prior to

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2024-21645 MEDIUM POC
5.3 Jan 08

pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne

Share

CVE-2026-41138 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy