CVE-2026-69253Disclosure(flowiseai / flowise)

LOWCVSS 8.8 · HIGH

Signal is active with 1 mentions in latest observed window

Immediate actions

  • Track advisory updates for patch or workaround availability

Recommended action window: Monitor and triage in normal cycle

NVD 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.

0.0/ 10 priority

Sources & remediation

Weakness type (CWE)
CWE-95

Priority

LOW

Exploitation

NONE

PoC

YES

Patch

AVAILABLE

Momentum

STABLE

Are you affected?

If you run products in this scope, you should treat this CVE as relevant to your environment.

  • flowise

Threat summary

  • 2 mentions across 2 observed days
  • Momentum state: stable

What's happening

  • Technical details provided in 2 signals
  • Disclosure: 2 classified signals
  • Peaked 1d ago at 1 mentions (2026-08-04); latest day: 1
  • 2 total mentions across 2 days

Affected systems

Vendors
Products
flowise

Deep dive

Activity timeline2 mentions / 2d
00111Mentions · 2026-08-04: 1Mentions · 2026-08-05: 1Technical Details · 2026-08-04: 1Technical Details · 2026-08-05: 108-0408-05
Signal classification1 categories
Disclosure
2100.0%
Referenced assets2 URLs
Full discourse2 posts
  • HOL@HashgraphOnline
    Disclosure

    Flowise (npm, <= 3.1.2) has a critical sandbox escape in its JS code-execution runtime. Caller-controlled nodevm options override the sandbox security settings, re-enabling blocked modules like child_process and fs for arbitrary code execution as root. CVE-2026-69253 / GHSA-wg86-r78f-74mp https://hol.org/guard/security/cves

    Post summary

    Flowise up to version 3.1.2 suffers a critical sandbox escape due to nodevm options overriding security, enabling child_process and fs modules for arbitrary root code execution.

    13080906
    19.0K followersView on X
  • Vulmon Vulnerability Feed@VulmonFeeds
    Disclosure

    CVE-2026-69253 Code Injection and Sandbox Escape in Flowise Prior to Version 3.1.3 https://vulmon.com/vulnerabilitydetails?qid=CVE-2026-69253

    Post summary

    The text announces CVE-2026-69253, describing it as a code injection and sandbox escape vulnerability in Flowise versions prior to 3.1.3.

    0000085
    4.1K followersView on X
CPE platform detail1 entries

1 of 1 entries

PartVendorProductVersionTarget SWTarget HW
Appflowiseaiflowise---

Explore more