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 chatflow update endpoint of FlowiseAI. The endpoint allows clients to modify server-controlled properties such as deployed, isPublic, workspaceId, createdDate, and updatedDate when updating a chatflow object. Due to missing server-side validation and authorization checks, an authenticated user can manipulate internal attributes of a chatflow and reassign it to another workspace. This allows cross-workspace resource reassignment and unauthorized modification of deployment and visibility settings. 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

The flaw lies in an endpoint that updates a chatflow object. Clients can send data that changes server‑controlled attributes such as deployed, isPublic, workspaceId, createdDate, and updatedDate. Because the server does not validate these values, an attacker who is logged into the system can move a chatflow from one workspace to another and alter its deployment status or visibility settings. The result is an unauthorized shift of resources across workspaces and the ability to make a chatflow public or private without proper authorization.

Affected Systems

The vulnerability is present in FlowiseAI’s Flowise application prior to version 3.1.2. Any installation of Flowise using a version older than 3.1.2 that exposes the chatflow update API to authenticated users is susceptible. The fix is applied in release 3.1.2, so versions 3.0.x through 3.1.1 are affected.

Risk and Exploitability

The CVSS base score is 7.6, indicating a high‑severity problem that can be exploited by an authenticated user who has access to the API. The EPSS score is not available, but the lack of server‑side validation and authorization means that the attack is straightforward once the user has credentials. The vulnerability is not listed in CISA KEV, so no known active exploitation campaigns have been reported in the public record. Attackers can achieve this by sending a crafted update request that includes prohibited fields, which the server will apply without further checks. The effect is to move resources between workspaces and toggle public/private status, potentially exposing sensitive data or disrupting workflow isolation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flowise to version 3.1.2 or later.
  • Disable or restrict the chatflow update endpoint for users who should not be able to alter workspace assignment.
  • Implement server‑side checks to reject modifications to server‑controlled fields such as workspaceId, deployed, isPublic, createdDate, and updatedDate.
  • Review access controls to ensure only users with appropriate workspace membership can update a chatflow.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-5wxp-qjgq-fx6m FlowiseAI has Mass Assignment in Chatflow Update Endpoint that Allows Cross-Workspace AgentFlow 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': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}


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

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

Mon, 08 Jun 2026 17: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 chatflow update endpoint of FlowiseAI. The endpoint allows clients to modify server-controlled properties such as deployed, isPublic, workspaceId, createdDate, and updatedDate when updating a chatflow object. Due to missing server-side validation and authorization checks, an authenticated user can manipulate internal attributes of a chatflow and reassign it to another workspace. This allows cross-workspace resource reassignment and unauthorized modification of deployment and visibility settings. This issue has been patched in version 3.1.2.
Title Flowise: Mass Assignment in Chatflow Update Endpoint Allows Cross-Workspace AgentFlow 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-08T16:22:46.285Z

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

Link: CVE-2026-42863

cve-icon Vulnrichment

Updated: 2026-06-08T16:22:10.954Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-06-11T03:58:49.717

Link: CVE-2026-42863

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-08T19:00:12Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-915

    Improperly Controlled Modification of Dynamically-Determined Object Attributes