---
id: CVE-2026-90534
title: Flowise is a low-code platform for building LLM applications
summary: >-
  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 w…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-639
vendor: flowiseai
product: flowise
affected:
  - flowise < 3.1.4
patched:
  - flowise 3.1.4
published: '2026-09-12'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T19:08:37.163'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90534'
references:
  - url: >-
      https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-hqvm-7539-v83j
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/flowise-before-3.1.4-cross-workspace-credential-idor-via-node-load-method
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
epss: 0.00215
epssPercentile: 0.12231
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-14T16:14:42.742557Z'
scores:
  nvd: 6.5
  cna: 6.1
ingestedAt: '2026-09-14T15:23:07.480Z'
---

## Overview

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.

## Affected

- `flowise < 3.1.4`

## Remediation

Upgrade past the affected range:

- `flowise 3.1.4`
