Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-69253— Flowise Sandbox Escape to RCE

CVSS 9.0 · Critical EPSS 0.31% · P24

Affected Version Matrix 1

VendorProductVersion RangeStatus
FlowiseAIFlowise< 3.1.3affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-69253

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Flowise Sandbox Escape to RCE
Source: CVE Program / CVE List V5
Vulnerability Description
Flowise is a drag-and-drop user interface for building customized large language model (LLM) flows. Prior to version 3.1.3, several custom-tool components — AgentAsTool, ChatflowTool, and ExecuteFlow — ran code in the in-process  vm2  sandbox. To build that code, they inserted a user-controlled  baseURL  value straight into the JavaScript source, for example  const url = "${baseURL}/..."; . The only check on  baseURL  was  isValidURL , but a valid-looking URL can still contain characters that break out of a code string. An authenticated user could craft a  baseURL  that passed this check, closed the surrounding string, and injected their own JavaScript into the sandboxed script (code injection, CWE-94). The  vm2  sandbox runs in the same Node.js process as Flowise and exposes risky dependencies. As a result, the injected code could escape the sandbox and run arbitrary code on the Flowise server as the Flowise process user. Exploitation only requires an authenticated session. The issue is fixed in version 3.1.3, which passes the URL to the sandbox as data instead of inserting it into code and adds stricter URL validation.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
Source: CVE Program / CVE List V5
Vulnerability Type
动态执行代码中指令转义处理不恰当(Eval注入)
Source: CVE Program / CVE List V5
Vulnerability Title
FlowiseAI Flowise 代码注入漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
FlowiseAI Flowise是FlowiseAI公司开源的一个用于轻松构建 LLM 应用程序的工具。 FlowiseAI Flowise 3.1.3之前版本存在代码注入漏洞,该漏洞源于AgentAsTool、ChatflowTool和ExecuteFlow组件将用户可控的baseURL参数直接插入JavaScript源代码,且仅通过isValidURL检查,可能导致经过身份验证的攻击者注入JavaScript代码并逃逸vm2沙箱,从而在Flowise服务器上执行任意代码。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
FlowiseAIFlowise < 3.1.3 -

II. Public POCs for CVE-2026-69253

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium
Qwen3.6-35B-A3B · 7013 chars
Pro+ exclusive includes:
Vulnerability reproduction recording (real sandbox build + trigger, exclusive)
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2026-69253

登录查看更多情报信息。

Patches & Fixes for CVE-2026-69253 (2)

Vendor Advisories for CVE-2026-69253 (1)

Vendor Pages for CVE-2026-69253 (1)

Same Patch Batch · FlowiseAI · 2026-08-04 · 22 CVEs total

CVE-2026-704779.5 CRITICALFlowise: CSV Agent Prompt Injection Remote Code Execution Vulnerability
CVE-2026-704709.5 CRITICALFlowise: Pyodide validator Unicode homoglyph bypass leads to RCE
CVE-2026-692549.4 CRITICALFlowise: RCE via NodeVM Sandbox Escape in executeJavaScriptCode() nodeVMOptions Override
CVE-2026-692599.4 CRITICALFlowise RCE via SQLite Record Manager Node
CVE-2026-692569.4 CRITICALFlowise: Remote Code Execution Vulnerability in CSVAgent
CVE-2026-692649.4 CRITICALFlowise: RCE via CSVAgent csvFile data URI base64 segment is interpolated into Python sour
CVE-2026-704789.2 CRITICALFlowise: Unauthenticated OAuth2 token refresh endpoint returns access tokens — enables tok
CVE-2026-692559.2 CRITICALFlowise: CSV Agent Remote Code Execution via Pyodide Code Injection — Root Shell Verified
CVE-2026-692519.0 CRITICALFlowise RCE via TypeORM DataSource
CVE-2026-692588.8 HIGHFlowise: Unauthenticated Property Injection into Flow Execution Context via Ungated `overr
CVE-2026-692638.7 HIGHFlowise: CVE-2025-8943 Patch Bypass: npm_config_yes bypasses MCP environment variable bloc
CVE-2026-692508.5 HIGHFlowise: Unauthenticated OAuth2 Refresh Enables Non-Blind SSRF and Secret Exfiltration
CVE-2026-704738.3 HIGHFlowise: Information Disclosure in GET /api/v1/upsert-history returns the entire server-wi
CVE-2026-704768.3 HIGHFlowise: Broken Access Control in Stripe Subscription Endpoints Allows Cross-Tenant Billin
CVE-2026-692577.6 HIGHFlowise: SSRF Protection Bypass via IPv4-Mapped IPv6 Addresses
CVE-2026-704747.6 HIGHFlowise: Cross-Workspace OAuth2 Credential Metadata Leak
CVE-2026-692527.2 HIGHFlowise: Missing authorization on `/api/v1/files` allows low-privileged API keys to list a
CVE-2026-692627.1 HIGHFlowise: `DELETE /api/v1/chatflows/:id` does not validate resource type, allowing `agentfl
CVE-2026-704717.1 HIGHFlowise: RBAC Bypass Leading to Unauthorized Workspace Variables Disclosure
CVE-2026-704727.1 HIGHFlowise: Cross-workspace credential IDOR in openai-assistants-vector-store

Showing top 20 of 22 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-69253

No comments yet


Leave a comment