CVE-2026-70472
published 2026-08-04CVE-2026-70472: Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, Flowise openai-assistants-vector-store endpoints…
PriorityP338high7.1CVSS 4.0
AVNACLATPPRLUINVCHVINVANSCNSIHSAHEXCRXIRXARXMAVXMACXMATXMPRXMUIXMVCXMVIXMVAXMSCXMSIXMSAXSXAUXRXVXREXUX
EPSS
0.25%
15.9th percentile
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, Flowise openai-assistants-vector-store endpoints accept a client-controlled credential parameter and load credentials by id without checking whether that credential belongs to the caller workspace. Route permissions assistants:* only check feature access. The controller passes req.query.credential straight to the service, and the service uses findOneBy({ id: credentialId }), decrypts the credential, and calls OpenAI APIs without a workspaceId check. If an attacker knows another workspace credentialId, the attacker can use that workspace OpenAI key, read, modify, or delete victim vector stores and files, cause billing impact on the victim OpenAI account, and violate multi-tenant boundaries. This issue is fixed in version 3.1.3.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| flowiseai | flowise | < 3.1.3 | 3.1.3 |
| flowiseai | flowise | >= 0 < 3.1.3 | 3.1.3 |
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.
GHSA
Flowise: Cross-workspace credential IDOR in openai-assistants-vector-store
ghsa·2026-08-04
CVE-2026-70472 [HIGH] CWE-285 Flowise: Cross-workspace credential IDOR in openai-assistants-vector-store
Flowise: Cross-workspace credential IDOR in openai-assistants-vector-store
# Summary
These endpoints accept a client-controlled `credential` parameter. The server loads credentials by `id` and uses them directly, without checking whether that credential belongs to the caller’s workspace. If an attacker knows another workspace’s `credentialId`, they can use that workspace’s OpenAI key.
# Details
Route permissions (`assistants:*`) only check feature access. They do not check credential ownership. The controller passes `req.query.credential` straight to the service. The service does `findOneBy({ id: credentialId })`, decrypts the credential, and calls OpenAI APIs. There is no `workspaceId` check in this flow, so this is an IDOR.
# Impact
- Cross-workspace unauthorized use of stored Ope
VulDB
FlowiseAI Flowise up to 3.1.2 openai-assistants-vector-store credential permission
vuldb·2026-08-04·CVSS 7.1
CVE-2026-70472 [HIGH] FlowiseAI Flowise up to 3.1.2 openai-assistants-vector-store credential permission
A vulnerability categorized as critical has been discovered in FlowiseAI Flowise up to 3.1.2. Impacted is an unknown function of the component openai-assistants-vector-store. Executing a manipulation of the argument credential can lead to permission issues.
This vulnerability appears as CVE-2026-70472. The attack may be performed from remote. There is no available exploit.
It is advisable to upgrade the affected component.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/FlowiseAI/Flowise/commit/d81483b70c997ddf981acc9c49fbd9a02fa345cdhttps://github.com/FlowiseAI/Flowise/pull/6170https://github.com/FlowiseAI/Flowise/releases/tag/[email protected]https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-chm3-vqcf-52rxhttps://github.com/FlowiseAI/Flowise/security/advisories/GHSA-chm3-vqcf-52rx
2026-08-04
Published