SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-90534

MEDIUM · CVSS 6.1 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-12 · Last synced 2026-09-13

CyberRota Analysis

AI-Generated

The Flowise low-code platform is vulnerable in versions up to 3.1.3 due to a lack of route-level permission checks on the POST /api/v1/node-load-method/:name endpoint, allowing authenticated low-privilege users to exploit this flaw. This can lead to unauthorized access to third-party provider calls using credentials from other workspaces, potentially exposing sensitive metadata. Organizations using Flowise, especially those with multiple workspaces, should prioritize upgrading to version 3.1.4 to mitigate this risk.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-90534
Severity
MEDIUM
CVSS
6.1
EPSS
0.21%

Original NVD Description

Flowise is a low-code platform for building LLM applications. In versions up to and including 3.1.3, the POST /api/v1/node-load-method/:name endpoint is mounted without any route-level permission check and invokes component loadMethods with an attacker-controlled nodeName, loadMethod, inputs, and credential value. The selected credential is resolved by raw Credential.id via getCredentialData() and decrypted without verifying Credential.workspaceId against the caller's active or shared workspace, unlike other credential read paths which are workspace-scoped. As a result, an authenticated low-privilege user (or workspace API key) in one workspace can supply a credential ID owned by another workspace and cause Flowise to act as a confused deputy, performing third-party provider calls with the victim workspace's credential and returning provider metadata to the attacker. Statically identified affected load methods include Google Drive listFiles, Google Sheets listSpreadsheets, and AWS DynamoDB KV Storage listTables. The raw credential secret itself is not returned to the attacker. This issue is fixed in version 3.1.4.