Skip to content
FlowiseGHSA-4jpm-cgx2-8h37

Flowise: Sensitive Data Leak in public-chatbotConfig

High7.5CVE-2026-41266 · Published Apr 16, 2026 · updated May 5, 2026

GitHub advisory

Affected versions

PackageAffectedFixed in
flowise
npm
< 3.1.03.1.0
Details and references

### Summary `/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. ### Details Knowledge of chatflow UUID can be obtained from embedded chat widgets, referrer headers or logs and it's the only prerequest. `getSinglePublicChatbotConfig` function in `packages/server/src/services/chatflows/index.ts` returns the full **flowData** object without authorization check or data sanitization. There is a comment as **"Safe as public endpoint as chatbotConfig doesn't contain sensitive credential"** but **flowData** does contain sensitive data such as: `type: 'password'` fields are stored in plaintext (unstructuredAPIKey in S3File node). HTTP Authorization headers in POST / GET Requests nodes. Internal API endpoints and webhook URLs. ### PoC - Add an S3 File node, set "File Processing Method" to "Unstructured". - Enter an API key in "Unstructured API KEY" field or add a Requests Post node with Authorization header. - Save the chatflow. `curl -s "https://localhost/api/v1/public-chatbotConfig/{CHATFLOW_UUID}"` Response: ``` { "flowData": "{...\"unstructuredAPIKey\":\"victim_key\"...\"requestsPostHeaders\":\"Bearer victim_token\"...}" } ``` ### Impact Impacts all Flowise Cloud users with chatflows containing password type fields or any HTTP headers. And self hosted Flowise instances exposed to the internet.

CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Severity from
GitHub (reviewed advisory)
Weakness
CWE-200, CWE-522, CWE-862
Also known as
CVE-2026-41266

More Flowise advisories

All Flowise
DateAdvisory
Apr 16Flowise: Authenticated RCE Via MCP Adapters
CVE-2026-40933Critical9.9fixed in 3.1.0
Apr 16Flowise: Unauthenticated Information Disclosure of OAuth Secrets (Cleartext) via GET Request
CVE-2026-56270Medium5.3fixed in 3.1.0
Apr 16Flowise: Weak Default JWT Secrets
CVE-2026-56271Medium5.6fixed in 3.1.0
Apr 16Flowise: Weak Default Express Session Secret
CVE-2026-56278Medium5.6fixed in 3.1.0
Apr 16Flowise: Weak Default Token Hash Secret
CVE-2026-56269Medium5.6fixed in 3.1.0
Apr 16Flowise: Path Traversal in Vector Store basePath
CVE-2026-56273Mediumfixed in 3.1.0

Critical advisories by email

Wednesdays: the week’s critical and high advisories in the AI and data stack, with the fixed versions. Only in weeks that have some.

Double opt-in. Unsubscribe any time.