CVE & CISA-KEV Catalog

CVE-2026-69253

HIGH
8.8
CVSS v3
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.

How to fix

Remediation Available
flowiseNVD
Affected:< 3.1.3Fixed in:3.1.3CVE-2026-69253derived from NVD

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.63%probability of exploitation in 30 days
48thpercentile

Moderate risk: more likely to be exploited than 48% of all known CVEs.

References

Related Vulnerabilities

Other CWE-95 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2025-24893Critical9.8100%KEVFix
CVE-2024-36401Critical9.8100%KEVFix
CVE-2026-33017Critical9.896%KEVFix
CVE-2024-21650Critical10.093%-Fix
CVE-2023-37462Critical9.992%-Fix
CVE-2024-7954Critical9.890%-Fix

Common questions

How do I fix CVE-2026-69253?

Upgrade flowise to 3.1.3 or later.

Is CVE-2026-69253 being actively exploited?

Not that we know of. CVE-2026-69253 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.63% is the estimated probability that it will be exploited in the next 30 days. That is higher than 48% of all scored CVEs.

How severe is CVE-2026-69253?

CVE-2026-69253 has a CVSS v3 base score of 8.8, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-69253 affect?

Published advisories record a fix for flowise (NVD). Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-69253
CVE-2026-69253 severity badge

Markdown

[![CVE-2026-69253](https://tridentstack.com/cve/badge/CVE-2026-69253.svg)](https://tridentstack.com/cve/CVE-2026-69253)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-69253"><img src="https://tridentstack.com/cve/badge/CVE-2026-69253.svg" alt="CVE-2026-69253"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Scan your fleet freeStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-14.