CVE-2026-73483
Received
Received - Intake
Sandbox Escape in Flowise via Puppeteer Command Injection
Vulnerability report for CVE-2026-73483, 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
Description
Flowise (packages flowise and flowise-components) in versions <= 3.1.2 contain a sandbox escape in the vm2/@flowiseai/nodevm JavaScript sandbox. An authenticated user with access to the /api/v1/node-custom-function endpoint can escape the sandbox by supplying attacker-controlled executablePath and args parameters to puppeteer.launch(), which internally invokes child_process.spawn() outside the sandbox boundary. This allows execution of arbitrary OS commands as the Flowise process user (root in the official Docker image) and arbitrary host file disclosure via Chromium's file:// URL handling. In versions 3.0.8β3.1.2 exploitation requires ALLOW_BUILTIN_DEP=true; earlier versions are exploitable by default. Fixed in 3.1.3.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| flowise | flowise | to 3.1.2 (inc) |
| flowise | flowise | From 3.0.8 (inc) to 3.1.2 (exc) |
| flowise | flowise | 3.1.3 |
| flowise | flowise-components | to 3.1.2 (inc) |
| flowise | flowise-components | From 3.0.8 (inc) to 3.1.2 (exc) |
| flowise | flowise-components | 3.1.3 |
| flowiseai | flowise | to 3.1.2 (inc) |
| flowiseai | flowise | From 2.0.0 (inc) to 3.1.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |