CVE-2026-58057 Details
Description
Flowise before 3.1.3 validates Custom MCP stdio environment variables against a denylist using a case-sensitive comparison, so on Windows, where environment names are case-insensitive, supplying 'node_options' bypasses the NODE_OPTIONS denylist entry. An authenticated user who can configure a Custom MCP node can thereby inject NODE_OPTIONS --require and execute arbitrary code in the Flowise server context.
A vulnerability in Flowise versions prior to 3.1.3 allows authenticated users to bypass the Custom MCP environment variable denylist on Windows. The issue arises because Flowise validates environment variables using a case-sensitive comparison, while Windows environment names are case-insensitive. By supplying a lowercase 'node_options', an authenticated user can bypass the denylist entry for 'NODE_OPTIONS', inject Node.js startup options, and execute arbitrary code in the Flowise server context.
Users can update to Flowise version 3.1.3 or later, where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 29, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/bikini/exploitarium/tree/main/flowise-mcp-env-case-bypass-poc | [email protected] | ExploitThird Party Advisory |
| https://github.com/FlowiseAI/Flowise/pull/6471 | [email protected] | Issue TrackingPatch |
| https://www.vulncheck.com/advisories/flowise-custom-mcp-environment-variable-denylist-bypass-via-case-sensitivity | [email protected] | ExploitPatchThird Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-178 | Improper Handling of Case Sensitivity | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| flowiseai flowise | < 3.1.3 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 6, 2026 | Initial Analysis | [email protected] |
| Jun 29, 2026 | CVE Modified | CISA-ADP |
| Jun 28, 2026 | New CVE Received | [email protected] |