CVE-2026-69258

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the unauthenticated POST /api/v1/prediction/:id endpoint accepted an overrideConfig object and unconditionally spread it into internal flowConfig and flowData objects in packages/server/src/utils/buildChatflow.ts and packages/server/src/utils/index.ts without checking apiOverrideStatus. This allowed unauthenticated attackers to inject arbitrary properties into the flow execution context of any public chatflow, overwrite values such as chatId, sessionId, and chatHistory, and control values resolved through $flow.* template variables consumed by flow nodes. This issue is fixed in version 3.1.3.
CVSS

No CVSS.

Configurations

No configuration.

History

05 Aug 2026, 16:17

Type Values Removed Values Added
References () https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-6vh2-wg4h-4vwj - () https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-6vh2-wg4h-4vwj -

04 Aug 2026, 17:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-08-04 17:17

Updated : 2026-08-05 16:17


NVD link : CVE-2026-69258

Mitre link : CVE-2026-69258

CVE.ORG link : CVE-2026-69258


JSON object : View

Products Affected

No product.

CWE
CWE-639

Authorization Bypass Through User-Controlled Key

CWE-915

Improperly Controlled Modification of Dynamically-Determined Object Attributes