CVE-2026-46479
published 2026-06-08CVE-2026-46479: Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, evaluation 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, evaluation create and update mass-assignment allows cross-workspace evaluation 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-46479 [HIGH] FlowiseAI Flowise up to 3.1.1 dynamically-determined object attributes
A vulnerability was found in FlowiseAI Flowise up to 3.1.1. It has been classified as critical. Affected by this issue is some unknown functionality. The manipulation leads to dynamically-determined object attributes.
This vulnerability is uniquely identified as CVE-2026-46479. The attack is possible to be carried out remotely. No exploit exists.
Upgrading the affected component is recommended.
GHSA
FlowiseAI: Evaluation create+update mass-assignment allows cross-workspace evaluation takeover
ghsa·2026-05-14
CVE-2026-46479 [HIGH] CWE-915 FlowiseAI: Evaluation create+update mass-assignment allows cross-workspace evaluation takeover
FlowiseAI: Evaluation create+update mass-assignment allows cross-workspace evaluation takeover
## Summary
**Type:** Mass assignment via `Object.assign(entity, body)` -> client-controlled `workspaceId` (and on create, `id`) overwritten on the Evaluation entity -> cross-workspace data takeover and IDOR.
**File:** `packages/server/src/services/evaluations/index.ts`
**Root cause:** The Evaluation controller/service constructs a `new Evaluation()` 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 `workspac
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-06-08
Published