CVE-2026-73602
Received Received - Intake

Flowise 3.1.3 Sandbox Escape via VM2 JavaScript Sandbox Bypass

Vulnerability report for CVE-2026-73602, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

Description

Flowise before 3.1.3 contains a sandbox escape vulnerability in the vm2 JavaScript sandbox that allows authenticated users to execute arbitrary code by exploiting moment locale validation bypass. Attackers can craft a fake String object with a match function that bypasses path traversal checks to load and execute malicious JavaScript files stored in the document store outside the sandbox.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
flowise flowise to 3.1.3 (exc)
flowiseai flowise to 3.1.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-95 The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval").

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a sandbox escape vulnerability in Flowise versions before 3.1.3 that allows authenticated users to execute arbitrary code. It exploits a flaw in the vm2 JavaScript sandbox by bypassing path traversal checks using a fake String object with a match function. This enables loading and executing malicious JavaScript files stored outside the sandbox.

Detection Guidance

Detecting this vulnerability requires checking the Flowise version in use. Run 'npm list flowise' or check the package.json file to verify if the installed version is below 3.1.3. Additionally, inspect server logs for unusual JavaScript file uploads or execution attempts, particularly via the File Loader or Custom Function Agent endpoints.

Impact Analysis

An attacker could gain full control of the server by uploading a malicious JavaScript file and executing it outside the sandbox. This could lead to data theft, system compromise, or further network infiltration. The low attack complexity and lack of required privileges make exploitation easier.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR and HIPAA requirements for data protection and confidentiality. A successful exploit may result in data breaches, leading to legal penalties, reputational damage, and loss of compliance certifications.

Mitigation Strategies

Upgrade Flowise to version 3.1.3 or later immediately. Remove the moment library from dependencies if present. Replace the insecure vm2 sandbox with a more secure alternative like isolated-vm. Restrict access to authenticated users only and monitor for suspicious file uploads or code execution attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73602. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart