Description
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 tool update endpoint of FlowiseAI. The endpoint allows authenticated users to modify server-controlled properties such as workspaceId, createdDate, and updatedDate when updating a tool resource. Due to missing server-side validation and authorization checks, an attacker can manipulate the workspaceId field and reassign tools to arbitrary workspaces. This breaks tenant isolation in multi-workspace environments. This issue has been patched in version 3.1.2.
Published: 2026-06-08
Score: 7.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flowise is a UI for creating language-model workflows. A mass-assignment flaw in the tool update endpoint lets an authenticated user set server-controlled attributes such as workspaceId, createdDate, and updatedDate. Because the server performs no validation or authorization on these fields, an attacker can reassign a tool to an arbitrary workspace. This allows a user to access, modify, or delete resources that belong to other tenants, effectively breaking isolation between workspaces. The weakness is listed as CWE-284 (Improper Authorization), CWE-639 (Authorization Bypass Through User-Controlled Key), and CWE-915 (Mass Assignment).

Affected Systems

The affected product is Flowise by FlowiseAI, versions prior to 3.1.2 that have not been patched. Users deployed in multi-workspace environments with authentication are at risk.

Risk and Exploitability

The CVSS score is 7.6, indicating a high severity. EPSS is not available, so no estimated exploitation probability can be provided. The vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be authenticated; an attacker must possess valid credentials and is able to target the tool update API. Once exploited, the attacker can reassign resources, compromising tenant isolation.

Generated by OpenCVE AI on June 8, 2026 at 16:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flowise to version 3.1.2 or later to apply the vendor fix for the mass-assignment issue
  • Restrict tool-update permissions to only users who truly need them, ideally limiting to workspace owners or administrators
  • Validate and sanitize the workspaceId field on the server side, or remove it from the update payload entirely, to eliminate the window for mass assignment

Generated by OpenCVE AI on June 8, 2026 at 16:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x5v6-pj28-cwwm FlowiseAI has Mass Assignment in Tool Update Endpoint that Allows Cross-Workspace Resource Reassignment
History

Thu, 11 Jun 2026 04:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.0, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N'}


Mon, 08 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Flowiseai
Flowiseai flowise
Vendors & Products Flowiseai
Flowiseai flowise

Mon, 08 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 08 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
Description 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 tool update endpoint of FlowiseAI. The endpoint allows authenticated users to modify server-controlled properties such as workspaceId, createdDate, and updatedDate when updating a tool resource. Due to missing server-side validation and authorization checks, an attacker can manipulate the workspaceId field and reassign tools to arbitrary workspaces. This breaks tenant isolation in multi-workspace environments. This issue has been patched in version 3.1.2.
Title Flowise: Mass Assignment in Tool Update Endpoint Allows Cross-Workspace Resource Reassignment
Weaknesses CWE-284
CWE-639
CWE-915
References
Metrics cvssV4_0

{'score': 7.6, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Flowiseai Flowise
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-08T15:51:47.010Z

Reserved: 2026-04-30T16:44:48.379Z

Link: CVE-2026-42862

cve-icon Vulnrichment

Updated: 2026-06-08T15:51:24.580Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-08T16:16:39.677

Modified: 2026-06-11T03:56:29.467

Link: CVE-2026-42862

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-08T17:00:16Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-915

    Improperly Controlled Modification of Dynamically-Determined Object Attributes