๐Ÿ” CVE Alert

CVE-2026-100610

HIGH 7.5

Flowise through 3.1.4 Missing Authorization via upsert-history

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

Flowise through 3.1.4 exposes GET /api/v1/upsert-history/:id and PATCH /api/v1/upsert-history without route-level permission checks, and the backing service performs no workspace or ownership validation. getAllUpsertHistory() returns UpsertHistory rows selected solely by an attacker-supplied chatflowid, and patchDeleteUpsertHistory() deletes rows by an attacker-supplied array of record UUIDs. As a result, any authenticated low-privilege user or valid API key can read or delete document-store upsert history belonging to other users and other workspaces whenever the target chatflowId (which is exposed publicly in /chatbot/<chatflowId> share links) or row ids are known. The retrievable flowData and result fields contain embedding, record-manager and vector-store node configuration, including per-node paramValues. No patched version is available.

CWE CWE-639
Vendor flowiseai
Product flowise
Published Sep 26, 2026
Stay Ahead of the Next One

Get instant alerts for flowiseai flowise

Be the first to know when new high vulnerabilities affecting flowiseai flowise are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

FlowiseAI / Flowise
0 โ‰ค 3.1.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-jvx3-mjpw-r4gh vulncheck.com: https://www.vulncheck.com/advisories/flowise-through-3.1.4-missing-authorization-via-upsert-history

Credits

๐Ÿ” komyunghan