---
id: CVE-2026-70473
title: >-
  Flowise is a drag-and-drop user interface for building customized large
  language model (LLM) flows
summary: >-
  Flowise is a drag-and-drop user interface for building customized large
  language model (LLM) flows. Prior to 3.1.3, Flowise GET /api/v1/upsert-history
  returns the entire server-wide upsert history instead of being scoped to the
  requestin…
severity: high
cvss: 8.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L'
cwe:
  - CWE-200
  - CWE-202
  - CWE-862
vendor: flowiseai
product: flowise
affected:
  - flowise < 3.1.3
patched:
  - flowise 3.1.3
published: '2026-08-04'
updated: '2026-09-11'
sourceUpdated: '2026-09-11T21:05:40.573'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-70473'
references:
  - url: >-
      https://github.com/FlowiseAI/Flowise/commit/d81483b70c997ddf981acc9c49fbd9a02fa345cd
    label: security-advisories@github.com
  - url: 'https://github.com/FlowiseAI/Flowise/pull/6170'
    label: security-advisories@github.com
  - url: 'https://github.com/FlowiseAI/Flowise/releases/tag/flowise@3.1.3'
    label: security-advisories@github.com
  - url: >-
      https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-fr6g-7cq8-fg82
    label: security-advisories@github.com
  - url: >-
      https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-fr6g-7cq8-fg82
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-fr6g-7cq8-fg82'
tags:
  - nvd
  - ghsa
  - npm
epss: 0.00451
epssPercentile: 0.3667
aliases:
  - GHSA-fr6g-7cq8-fg82
ecosystem: npm
ingestedAt: '2026-08-04T18:41:08.084Z'
---

## Overview

Flowise is a drag-and-drop user interface for building customized large language model (LLM) flows. Prior to 3.1.3, Flowise GET /api/v1/upsert-history returns the entire server-wide upsert history instead of being scoped to the requesting user, tenant, or workspace. The response can exceed 100MB and includes sensitive configuration data, including Vector Store settings such as Qdrant Server URL and collection name. The observed behavior indicates missing or insufficient authorization checks, workspace/project/tenant isolation, and pagination or limits, exposing integration parameters and infrastructure details that may enable further targeted attacks. This issue is fixed in version 3.1.3.

## Affected

- `flowise < 3.1.3`

## Remediation

Upgrade past the affected range:

- `flowise 3.1.3`

## Package advisory (CVE-2026-70473)

Affected packages:

- `flowise <= 3.1.2`

Patched in:

- `flowise 3.1.3`

Source: https://github.com/advisories/GHSA-fr6g-7cq8-fg82
