Lucene search
+L

5136 matches found

OSV
OSV
added 2026/08/04 6:01 p.m.14 views

CVE-2026-70474 Flowise: Cross-Workspace OAuth2 Credential Metadata Leak

Flowise is a drag-and-drop user interface for building customized large language model LLM flows. Prior to 3.1.3, Flowise has three OAuth2 credential endpoints that look up credentials by id alone with no workspaceId filter. The authorize, callback, and refresh handlers query the Credential table...

7.6CVSS5.4AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/04 6:01 p.m.12 views

CVE-2026-70474

Flowise is a drag-and-drop user interface for building customized large language model LLM flows. Prior to 3.1.3, Flowise has three OAuth2 credential endpoints that look up credentials by id alone with no workspaceId filter. The authorize, callback, and refresh handlers query the Credential table...

7.6CVSS5.5AI score0.00426EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/08/04 5:56 p.m.78 views

CVE-2026-70473

Flowise (a UI for building LLM workflows) prior to version 3.1.3 exposed a server-wide upsert-history via GET /api/v1/upsert-history. The endpoint returned data scoped to none of the requester’s identity (user/tenant/workspace) and could exceed 100 MB, including sensitive configuration data such ...

8.5CVSS5.5AI score0.00295EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/08/04 5:56 p.m.52 views

CVE-2026-70473 Flowise: Information Disclosure in GET /api/v1/upsert-history returns the entire server-wide upsert history

Flowise is a drag-and-drop user interface for building customized large language model LLM flows. Prior to 3.1.3, Flowise GET /api/v1/upsert-history returns the entire server-wide upsert history instead of being scoped to the requesting user, tenant, or workspace. The response can exceed 100MB an...

8.3CVSS0.00295EPSS
SaveExploits1References4
Patchstack
Patchstack
added 2026/08/04 5:51 p.m.18 views

NPM: Flowise: Cross-workspace credential IDOR in openai-assistants-vector-store

NPM: Flowise: Cross-workspace credential IDOR in openai-assistants-vector-store vulnerability discovered by ? in WordPress Npm flowise versions = 3.1.2...

7.1CVSS5.4AI score0.00337EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/04 5:51 p.m.14 views

GHSA-CHM3-VQCF-52RX 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 Open...

7.1CVSS5.5AI score0.00337EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/04 5:51 p.m.23 views

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 Open...

8.8CVSS5.5AI score0.00337EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/08/04 5:46 p.m.87 views

CVE-2026-70472

Flowise CVE-2026-70472 affects the openai-assistants-vector-store endpoints (prior to 3.1.3). A client-controlled credential parameter is loaded by id without validating workspace ownership; the controller passes req.query.credential to the service, which finds by id, decrypts the credential, and...

8.8CVSS5.5AI score0.00337EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/04 5:46 p.m.52 views

CVE-2026-70472 Flowise: Cross-workspace credential IDOR in openai-assistants-vector-store

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...

7.1CVSS0.00337EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/04 5:46 p.m.13 views

CVE-2026-70472 Flowise: Cross-workspace credential IDOR in openai-assistants-vector-store

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...

7.1CVSS5.4AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/04 5:43 p.m.17 views

Flowise: RBAC Bypass Leading to Unauthorized Workspace Variables Disclosure

Finding — Unauthorized Workspace Variables disclosure via $vars injection bypasses variables:view What’s wrong code locations - Variables for the active workspace are fetched without checking “variables:view” at this call site: flowise-src/ packages/components/src/utils.ts:932 - Runtime variables...

7.1CVSS6.1AI score0.00253EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/04 5:43 p.m.6 views

GHSA-8R8H-6VCC-XHRV Flowise: RBAC Bypass Leading to Unauthorized Workspace Variables Disclosure

Finding — Unauthorized Workspace Variables disclosure via $vars injection bypasses variables:view What’s wrong code locations - Variables for the active workspace are fetched without checking “variables:view” at this call site: flowise-src/ packages/components/src/utils.ts:932 - Runtime variables...

7.1CVSS6.1AI score0.00253EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/04 5:43 p.m.51 views

CVE-2026-70471 Flowise: RBAC Bypass Leading to Unauthorized Workspace Variables Disclosure

Flowise is a drag-and-drop user interface for building customized large language model LLM flows. Prior to 3.1.3, Flowise injects $vars into the code execution sandbox without requiring variables:view, bypassing the permission-protected Variables API. Variables for the active workspace are fetche...

7.1CVSS0.00253EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/04 5:43 p.m.90 views

CVE-2026-70471

CVE-2026-70471 – Flowise RBAC bypass : Prior to Flowise 3.1.3, unauthorized users (including keys) could access workspace-scoped variables via /api/v1/node-custom-function because $vars were injected into the code sandbox without requiring variables:view, bypassing the Variables API. Variables fo...

7.1CVSS6.1AI score0.00253EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/04 5:43 p.m.19 views

CVE-2026-70471 Flowise: RBAC Bypass Leading to Unauthorized Workspace Variables Disclosure

Flowise is a drag-and-drop user interface for building customized large language model LLM flows. Prior to 3.1.3, Flowise injects $vars into the code execution sandbox without requiring variables:view, bypassing the permission-protected Variables API. Variables for the active workspace are fetche...

7.1CVSS6AI score
SaveExploits0References4
NVD
NVD
added 2026/08/04 5:17 p.m.16 views

CVE-2026-69262

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, DELETE /api/v1/chatflows/:id authorized requests with checkAnyPermission'chatflows:delete,agentflows:delete', so possession of either permission was sufficient to reach the delete path. The...

8.1CVSS0.00316EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/04 4:50 p.m.11 views

GHSA-P5W8-M249-4R4V Flowise: `DELETE /api/v1/chatflows/:id` does not validate resource type, allowing `agentflows:delete` and `chatflows:delete` to delete each other’s flow type

summary: In Flowise, DELETE /api/v1/chatflows/:id authorizes requests with checkAnyPermission'chatflows:delete,agentflows:delete'. Possession of either permission is sufficient to reach the delete path. The delete logic does not validate the target resource type, allowing a caller with only...

7.1CVSS5.5AI score0.00316EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/08/04 4:50 p.m.19 views

Flowise: `DELETE /api/v1/chatflows/:id` does not validate resource type, allowing `agentflows:delete` and `chatflows:delete` to delete each other’s flow type

summary: In Flowise, DELETE /api/v1/chatflows/:id authorizes requests with checkAnyPermission'chatflows:delete,agentflows:delete'. Possession of either permission is sufficient to reach the delete path. The delete logic does not validate the target resource type, allowing a caller with only...

8.1CVSS5.5AI score0.00316EPSS
SaveExploits1References5Affected Software1
CVE
CVE
added 2026/08/04 4:50 p.m.73 views

CVE-2026-69262

Flowise prior to 3.1.3 has an access control flaw in DELETE /api/v1/chatflows/:id: possession of either chatflows:delete or agentflows:delete allowed access to the delete path, but the target resource type was not validated. The delete logic resolved the record only by id and workspaceId, permitt...

8.1CVSS5.5AI score0.00316EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/08/04 4:50 p.m.15 views

CVE-2026-69262 Flowise: `DELETE /api/v1/chatflows/:id` does not validate resource type, allowing `agentflows:delete` and `chatflows:delete` to delete each other’s flow type

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, DELETE /api/v1/chatflows/:id authorized requests with checkAnyPermission'chatflows:delete,agentflows:delete', so possession of either permission was sufficient to reach the delete path. The...

7.1CVSS5.4AI score
SaveExploits0References6
Rows per page
Query Builder