CVE-2026-46475
published 2026-06-08CVE-2026-46475: Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, assistant create and update mass-assignment…
PriorityP354high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
0.34%
25.3th percentile
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, assistant create and update mass-assignment allows cross-workspace assistant takeover. This issue has been patched in version 3.1.2.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| flowiseai | flowise | < 3.1.2 | 3.1.2 |
| flowiseai | flowise | >= 0 < 3.1.2 | 3.1.2 |
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv4.07.7HIGHCVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
FlowiseAI Flowise up to 3.1.1 dynamically-determined object attributes
vuldb·2026-06-08·CVSS 7.7
CVE-2026-46475 [HIGH] FlowiseAI Flowise up to 3.1.1 dynamically-determined object attributes
A vulnerability, which was classified as critical, was found in FlowiseAI Flowise up to 3.1.1. This impacts an unknown function. Such manipulation leads to dynamically-determined object attributes.
This vulnerability is traded as CVE-2026-46475. The attack may be launched remotely. There is no exploit available.
You should upgrade the affected component.
GHSA
FlowiseAI: Assistant create+update mass-assignment allows cross-workspace assistant takeover
ghsa·2026-05-14
CVE-2026-46475 [HIGH] CWE-915 FlowiseAI: Assistant create+update mass-assignment allows cross-workspace assistant takeover
FlowiseAI: Assistant create+update mass-assignment allows cross-workspace assistant takeover
## Summary
**Type:** Mass assignment via `Object.assign(entity, body)` -> client-controlled `workspaceId` (and on create, `id`) overwritten on the Assistant entity -> cross-workspace data takeover and IDOR.
**File:** `packages/server/src/services/assistants/index.ts`
**Root cause:** The Assistant controller/service constructs a `new Assistant()` and copies the request body into it via `Object.assign(...)` without an explicit field allowlist. The request body therefore can include `workspaceId`, `id`, `createdDate`, `updatedDate`. The server only rebinds *some* of these after the assign (e.g. on create, it overwrites `workspaceId` but not `id`; on update, it overwrites `id` but not `workspaceId`).
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-06-08
Published