AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-70475

HIGH · CVSS 7.1 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-04 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects Flowise versions prior to 3.1.3, allowing any authenticated user to modify execution states, data, and metadata through the unprotected PUT /api/v1/executions/:id endpoint. This lack of proper permission checks can lead to privilege escalation and manipulation of workflow execution results, posing significant risks to data integrity and operational security. Organizations using Flowise should prioritize upgrading to version 3.1.3 or later to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-70475
Severity
HIGH
CVSS
7.1
EPSS
0.30%

Original NVD Description

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the PUT /api/v1/executions/:id endpoint in packages/server/src/routes/executions/index.ts lacks the checkAnyPermission() middleware that protects other execution endpoints. Any authenticated user, regardless of assigned permissions, can modify execution state, data, and metadata of any execution in their workspace, enabling privilege escalation and manipulation of workflow execution results. This issue is fixed in 3.1.3.