CVE-2026-46441: Flowise: mass assignment breaks multi-tenant isolation
AWAITING NVDA mass assignment vulnerability in Flowise's assistant update API (prior to v3.1.2) allows any authenticated user to overwrite server-controlled fields—including workspaceId—effectively crossing tenant boundaries in multi-workspace deployments. For organizations using Flowise to orchestrate enterprise AI agents across business units or clients, this breaks the isolation guarantee: a user in Workspace A can reassign assistants into Workspace B, potentially accessing proprietary prompts, tool configurations, and embedded credentials. There is no public exploit, no EPSS data, and no KEV listing, but the attack is trivial for any authenticated user with basic API knowledge—no specialized AI expertise required. Upgrade to Flowise 3.1.2 immediately; if patching is not possible, apply WAF rules blocking workspaceId modification in PATCH/PUT requests to assistant endpoints.
What is the risk?
Medium-High for multi-tenant Flowise deployments where workspace boundaries enforce data separation between teams, customers, or business units. The authentication requirement reduces exposure versus unauthenticated flaws, but any legitimate user—including malicious insiders or holders of compromised accounts—can exploit this trivially via a crafted API request. Single-tenant or network-isolated deployments face substantially lower risk. The absence of a CVSS score reflects recency, not reduced severity: CWE-639 (Authorization Bypass Through User-Controlled Key) and CWE-915 (Mass Assignment) are well-understood, high-impact vulnerability classes in multi-tenant SaaS contexts.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| Flowise | npm | — | No patch |
Do you use Flowise? You're affected.
How severe is it?
What should I do?
5 steps-
Patch immediately: upgrade Flowise to version 3.1.2 or later.
-
Interim WAF control (if patching is delayed): block modification of workspaceId, createdDate, and updatedDate fields in PUT/PATCH requests to /api/v1/assistants/* endpoints.
-
Audit: review assistant workspaceId assignment history for anomalous cross-workspace transfers since deployment.
-
Credential rotation: rotate any API keys or secrets embedded in assistant configurations as a precaution.
-
Network hardening: ensure the Flowise management API is not internet-exposed; restrict access to VPN or internal networks only.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-46441?
A mass assignment vulnerability in Flowise's assistant update API (prior to v3.1.2) allows any authenticated user to overwrite server-controlled fields—including workspaceId—effectively crossing tenant boundaries in multi-workspace deployments. For organizations using Flowise to orchestrate enterprise AI agents across business units or clients, this breaks the isolation guarantee: a user in Workspace A can reassign assistants into Workspace B, potentially accessing proprietary prompts, tool configurations, and embedded credentials. There is no public exploit, no EPSS data, and no KEV listing, but the attack is trivial for any authenticated user with basic API knowledge—no specialized AI expertise required. Upgrade to Flowise 3.1.2 immediately; if patching is not possible, apply WAF rules blocking workspaceId modification in PATCH/PUT requests to assistant endpoints.
Is CVE-2026-46441 actively exploited?
No confirmed active exploitation of CVE-2026-46441 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-46441?
1. Patch immediately: upgrade Flowise to version 3.1.2 or later. 2. Interim WAF control (if patching is delayed): block modification of workspaceId, createdDate, and updatedDate fields in PUT/PATCH requests to /api/v1/assistants/* endpoints. 3. Audit: review assistant workspaceId assignment history for anomalous cross-workspace transfers since deployment. 4. Credential rotation: rotate any API keys or secrets embedded in assistant configurations as a precaution. 5. Network hardening: ensure the Flowise management API is not internet-exposed; restrict access to VPN or internal networks only.
What systems are affected by CVE-2026-46441?
This vulnerability affects the following AI/ML architecture patterns: LLM agent orchestration platforms, Multi-tenant AI workflow automation, Enterprise AI assistant deployments, AI agent frameworks.
What is the CVSS score for CVE-2026-46441?
No CVSS score has been assigned yet.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0012 Valid Accounts AML.T0049 Exploit Public-Facing Application AML.T0081 Modify AI Agent Configuration AML.T0085 Data from AI Services Compliance Controls Affected
What are the technical details?
Original Advisory
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, a mass assignment vulnerability exists in the assistant update endpoint of FlowiseAI. The endpoint allows authenticated users to modify server-controlled properties such as workspaceId, createdDate, and updatedDate when updating an assistant resource. Due to missing server-side validation and authorization checks, an attacker can manipulate the workspaceId field and reassign assistants to arbitrary workspaces. This breaks tenant isolation in multi-workspace environments. This issue has been patched in version 3.1.2.
Exploitation Scenario
An authenticated Flowise user with access to Workspace A discovers the assistant update API accepts arbitrary workspaceId values in the request body. Using browser DevTools or an intercepting proxy, they capture a legitimate assistant update request and replace the workspaceId value with the UUID of Workspace B—obtained via enumeration or insider knowledge. The server processes the request without validating that the target workspaceId falls within the user's authorized scope, reassigning the assistant to Workspace B. The attacker can then access the assistant's system prompt, tool definitions, and embedded credentials from Workspace B's context, or inject a malicious assistant with a crafted system prompt into a workspace used by high-privilege users or automated pipelines.
References
Timeline
Related Vulnerabilities
CVE-2025-59528 10.0 Flowise: Unauthenticated RCE via MCP config injection
Same package: flowise CVE-2026-40933 9.9 Flowise: RCE via MCP stdio command injection
Same package: flowise CVE-2025-61913 9.9 Flowise: path traversal in file tools leads to RCE
Same package: flowise CVE-2026-30821 9.8 flowise: Arbitrary File Upload enables RCE
Same package: flowise CVE-2026-30824 9.8 Flowise: auth bypass exposes NVIDIA NIM container endpoints
Same package: flowise