๐Ÿ” CVE Alert

CVE-2026-100609

MEDIUM 6.8

Flowise through 3.1.4 Insecure Direct Object Reference via Credential

CVSS Score
6.8
EPSS Score
0.0%
EPSS Percentile
0th

Flowise (npm packages `flowise` and `flowise-components`) through 3.1.4 looks up credentials by ID without filtering on the requesting user's workspace (findOneBy({ id: credentialId }) with no workspaceId condition) in several code paths: getAllOpenaiAssistants/getSingleOpenaiAssistant (GET /api/v1/openai-assistants and /api/v1/openai-assistants/:id), uploadFilesToAssistant (POST /api/v1/openai-assistants-file/upload/), deleteAssistant (DELETE /api/v1/assistants/:id, reachable by first importing a poisoned assistant row via POST /api/v1/export-import/import), and the shared helper used by getVoices (GET /api/v1/text-to-speech/voices). An authenticated user of one workspace can supply a credential UUID belonging to another workspace, causing the server to decrypt and use that workspace's OpenAI or ElevenLabs API key on the attacker's behalf. No patched version was available at the time of publication.

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 medium 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:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

FlowiseAI / Flowise
0 โ‰ค 3.1.4
FlowiseAI / Flowise
0 โ‰ค 3.1.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-27w2-26m5-x82c vulncheck.com: https://www.vulncheck.com/advisories/flowise-through-3.1.4-insecure-direct-object-reference-via-credential

Credits

๐Ÿ” akshatgit