CVE-2026-69256
- EPSS 0.39%
- Veröffentlicht 04.08.2026 15:45:55
- Zuletzt bearbeitet 05.08.2026 14:17:10
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent node allowed users to provide Python code that is executed through pyodide; although a denylist blocked dangerous Python constructs,...
CVE-2026-69255
- EPSS 0.31%
- Veröffentlicht 04.08.2026 15:39:39
- Zuletzt bearbeitet 04.08.2026 20:16:53
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent in packages/components/nodes/agents/CSVAgent/CSVAgent.ts extracted attacker-controlled CSV data with file.split(',').pop() and inter...
CVE-2026-69254
- EPSS 0.36%
- Veröffentlicht 04.08.2026 15:28:49
- Zuletzt bearbeitet 04.08.2026 19:16:53
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, executeJavaScriptCode() accepted caller-provided nodeVMOptions and merged them over the default NodeVM security settings in packages/components/s...
- EPSS 0.31%
- Veröffentlicht 04.08.2026 15:13:39
- Zuletzt bearbeitet 05.08.2026 16:17:01
Flowise is a drag-and-drop user interface for building customized large language model (LLM) flows. Prior to version 3.1.3, several custom-tool components — AgentAsTool, ChatflowTool, and ExecuteFlow — ran code in the in-process vm2 sandbox. To bui...
CVE-2026-69252
- EPSS 0.26%
- Veröffentlicht 04.08.2026 14:53:59
- Zuletzt bearbeitet 04.08.2026 17:17:00
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the /api/v1/files route was protected only by the feat:files feature gate and did not enforce checkPermission on GET or DELETE. A low-privileged ...
- EPSS 0.79%
- Veröffentlicht 04.08.2026 14:27:55
- Zuletzt bearbeitet 04.08.2026 16:16:28
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, Flowise record manager and agent memory nodes allowed users to set arbitrary TypeORM DataSource options through the additionalConfig input in pac...
CVE-2026-69250
- EPSS 0.34%
- Veröffentlicht 04.08.2026 14:20:35
- Zuletzt bearbeitet 04.08.2026 20:16:53
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the OAuth2 token refresh endpoint POST /api/v1/oauth2-credential/refresh/:credentialId is unauthenticated by design and performs a server-side HT...
CVE-2026-56271
- EPSS 0.4%
- Veröffentlicht 12.07.2026 12:16:45
- Zuletzt bearbeitet 14.07.2026 18:24:59
Flowise before 3.1.0 (affected versions 3.0.13 and earlier) uses weak hardcoded default JWT secrets ('auth_token', 'refresh_token') and default audience and issuer values ('AUDIENCE', 'ISSUER') in the enterprise passport authentication middleware (pa...
CVE-2026-56277
- EPSS 0.14%
- Veröffentlicht 30.06.2026 22:08:27
- Zuletzt bearbeitet 06.07.2026 15:49:06
Flowise before 3.1.2 sets Access-Control-Allow-Origin to a hardcoded wildcard (*) on its text-to-speech (TTS) generation endpoint (packages/server/src/controllers/text-to-speech/index.ts), independent of the server's configured CORS policy. This bypa...
CVE-2026-56278
- EPSS 0.37%
- Veröffentlicht 30.06.2026 22:08:27
- Zuletzt bearbeitet 06.07.2026 15:27:21
Flowise before 3.1.0 (affected versions 3.0.13 and earlier) uses a weak hardcoded default secret ('flowise') for the express-session middleware when the EXPRESS_SESSION_SECRET environment variable is not set (packages/server/src/enterprise/middleware...