---
cve: "CVE-2026-70471"
severity: "HIGH"
cvss: 7.1
epss: "28%"
vendor: "FlowiseAI"
kev: false
exploited: false
published: "2026-08-04 19:16:54"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-18T01:58:05+02:00"
---

# CVE-2026-70471

> 7.1 HIGH · 🧪 PoC

## Beschreibung

Flowise is a drag-and-drop user interface for building customized large language model (LLM) flows. Prior to 3.1.3, Flowise injects $vars into the code execution sandbox without requiring variables:view, bypassing the permission-protected Variables API. Variables for the active workspace are fetched at packages/components/src/utils.ts and runtime variables are resolved from server environment variables, while the official variables route enforces variables:view. A user or API key that is denied variables:view can call /api/v1/node-custom-function and receive $vars pre-populated with all variables for the workspace, including Variable.name to Variable.value static variables and Variable.name to process.env[Variable.name] runtime variables. This can expose secrets such as database passwords, JWT secrets, SMTP passwords, and cloud keys, depending on the workspace Variables configuration. This issue is fixed in version 3.1.3.

## CVSS-Vektor

```
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| UI Interaktion | Keine | bad |

## Patch verfügbar (OSV)

- 09f099dbfda179e439ec677d06ad737375899eef (Commit)

## Referenzen

- <https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-8r8h-6vcc-xhrv>
- <https://github.com/FlowiseAI/Flowise/releases/tag/flowise@3.1.3>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-70471) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
