Vulnerability Description
Flowise is a drag-and-drop user interface for building customized large language model (LLM) flows. Prior to 3.1.3, Flowise injects $vars into the code execution sandbox without requiring variables:view, bypassing the permission-protected Variables API. Variables for the active workspace are fetched at packages/components/src/utils.ts and runtime variables are resolved from server environment variables, while the official variables route enforces variables:view. A user or API key that is denied variables:view can call /api/v1/node-custom-function and receive $vars pre-populated with all variables for the workspace, including Variable.name to Variable.value static variables and Variable.name to process.env[Variable.name] runtime variables. This can expose secrets such as database passwords, JWT secrets, SMTP passwords, and cloud keys, depending on the workspace Variables configuration. This issue is fixed in version 3.1.3.
Related Weaknesses (CWE)
References
- https://github.com/FlowiseAI/Flowise/releases/tag/[email protected]
- https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-8r8h-6vcc-xhrv
FAQ
What is CVE-2026-70471?
CVE-2026-70471 is a documented vulnerability. Flowise is a drag-and-drop user interface for building customized large language model (LLM) flows. Prior to 3.1.3, Flowise injects $vars into the code execution sandbox without requiring variables:vi...
How severe is CVE-2026-70471?
CVSS scoring is not yet available for CVE-2026-70471. Check NVD for updates.
Is there a patch for CVE-2026-70471?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.