Description
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, /api/v1/public-chatbotConfig/:id ep exposes sensitive data including API keys, HTTP authorization headers and internal configuration without any authentication. An attacker with knowledge just of a chatflow UUID can retrieve credentials stored in password type fields and HTTP headers, leading to credential theft and more. This vulnerability is fixed in 3.1.0.
Published: 2026-04-23
Score: 7.7 High
EPSS: 4.1% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flowise is a drag & drop interface for building large language model flows that includes an endpoint /api/v1/public-chatbotConfig/:id. Prior to version 3.1.0, this endpoint returns the entire configuration data, including API keys, HTTP authorization headers and password type fields, without requiring any authentication. Based on the description, it is inferred that an attacker who obtains or guesses a chatflow UUID can retrieve these credentials, leading to credential theft and potential further compromise.

Affected Systems

The vulnerability affects all instances of Flowise running any version older than 3.1.0 that expose the public‑chatbotConfig endpoint. This includes every instance where the application has not been upgraded to the patched release.

Risk and Exploitability

The CVSS score of 7.7 indicates a high severity vulnerability, yet the EPSS score of 4% suggests a low probability of exploitation. The issue is not listed in CISA’s KEV catalog. Based on the description, the likely attack vector is an unauthenticated HTTP request to /api/v1/public-chatbotConfig/:id with a valid UUID, which reveals privileged information and facilitates credential theft.

Generated by OpenCVE AI on August 4, 2026 at 08:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flowise to version 3.1.0 or later to remove the data exposure flaw.
  • Restrict network access to the /api/v1/public-chatbotConfig/ endpoint by configuring firewall rules or network segmentation so that only trusted IP ranges can reach it.
  • Implement authentication and authorization checks so that only authorized users can retrieve chatflow configuration data.
  • Sanitize or remove any hard‑coded credentials or sensitive values stored in password fields within chatflow configurations.

Generated by OpenCVE AI on August 4, 2026 at 08:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-4jpm-cgx2-8h37 Flowise: Sensitive Data Leak in public-chatbotConfig
History

Sat, 25 Apr 2026 02:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 24 Apr 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Flowiseai
Flowiseai flowise
CPEs cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*
Vendors & Products Flowiseai
Flowiseai flowise
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Thu, 23 Apr 2026 19:45:00 +0000

Type Values Removed Values Added
Description Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, /api/v1/public-chatbotConfig/:id ep exposes sensitive data including API keys, HTTP authorization headers and internal configuration without any authentication. An attacker with knowledge just of a chatflow UUID can retrieve credentials stored in password type fields and HTTP headers, leading to credential theft and more. This vulnerability is fixed in 3.1.0.
Title Flowise: Sensitive Data Leak in public-chatbotConfig
Weaknesses CWE-200
CWE-522
CWE-862
References
Metrics cvssV4_0

{'score': 7.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Flowiseai Flowise
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-25T01:27:15.859Z

Reserved: 2026-04-18T14:01:46.801Z

Link: CVE-2026-41266

cve-icon Vulnrichment

Updated: 2026-04-25T01:27:11.661Z

cve-icon NVD

Status : Modified

Published: 2026-04-23T20:16:15.030

Modified: 2026-06-17T10:46:24.527

Link: CVE-2026-41266

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T08:45:06Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-522

    Insufficiently Protected Credentials

  • CWE-862

    Missing Authorization