🛡️ CVE-2026-42862 — flowise

🟠 CVSS 8.0 — High ⚠️ Exploit Public CWE-284 NVD
8.0
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

FlowiseAI has Mass Assignment in Tool Update Endpoint that Allows Cross-Workspace Resource Reassignment

Summary

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.

Details

The endpoint responsible for updating tools:

PUT /api/v1/tools/{toolId}

accepts a JSON request body containing tool metadata.

However, the server does not restrict which properties may be modified by the client. As a result, user-controlled request bodies can include additional fields that should normally be controlled only by the backend.

Server-controlled fields that can be manipulated include:

1. workspaceId

2. createdDate

3. updatedDate

The request body is directly merged into the underlying database entity without proper DTO validation or authorization checks.

PoC

Authenticate to the Flowise interface.

Capture the request used to update a tool:

```http

PUT /api/v1/tools/<TOOL_ID>

Content-Type: application/json

Modify the request body by injecting additional fields:

{

"name": "aaa",

"description": "bbb",

"color": "linear-gradient(rgb(109,215,45), rgb(136,170,134))",

"schema": "[]",

"func": "",

"iconSrc": "test",

"workspaceId": "11111111-2222-3333-4444-555555555555",

"createdDate": "1995-03-06T14:17:50.000Z",

"updatedDate": "1995-03-06T14:17:50.000Z"

}

```

Send the request.

Observe that the response includes the manipulated fields:

```json

{

"workspaceId": "11111111-2222-3333-4444-555555555555",

"createdDate": "1995-03-06T14:17:50.000Z"

}

```

This confirms that client-controlled values are accepted and persisted by the server.

Impact

This vulnerability allows authenticated users to manipulate internal attributes of tool resources.

Confirmed impacts include:

  • Cross-workspace reassignment of tools (workspaceId)
  • Unauthorized modification of metadata (createdDate, updatedDate)

In multi-tenant deployments, this may allow an attacker to move tools between workspaces without authorization, breaking tenant isolation boundaries.

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is high, an attacker needs low-level privileges on the target. No user interaction is required. Rated impact: confidentiality high, integrity high, availability none.

Weakness class

CVE-2026-42862 is classified as CWE-284: Improper Access Control. The software does not restrict an action to the actors that should be allowed to perform it.

Affected software

CVE-2026-42862 is recorded against 2 packages.

  • flowise
  • unknown

Timeline and source

Published on 14 May 2026 and last revised on 23 July 2026. A public exploit is known to exist, which raises the urgency of patching considerably. Record sourced from NVD.

References

github.com (Web)
nvd.nist.gov (Advisory)
github.com (Package)
github.com (Web)

Details

Severity HIGH
CVSS Score 8.0
CVSS 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
CWE CWE-284
Public Exploit ⚠️ Yes
Source NVD
Published 2026-05-14
Updated 2026-08-12
Modified 2026-07-23
Fix URL N/A

Affected Packages

Software From version Fixed in
flowise
unknown

Similar Threats

Exploit Protection

Are you running flowise?

CVE-2026-42862 carries CVSS 8.0 High rating and a public exploit already exists. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.

Check My Site For CVE-2026-42862 →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.