CVE-2026-41278
Published: 23 April 2026
Summary
CVE-2026-41278 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Flowiseai Flowise. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
This vulnerability is AI-related — categorised as Other AI Platforms.
The strongest mitigations our analysis identified are NIST 800-53 AC-22 (Publicly Accessible Content) and SI-15 (Information Output Filtering).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
AC-22 directly restricts the disclosure of sensitive information in publicly accessible content, mitigating the exposure of raw chatflow data including API keys via unauthenticated public endpoints.
SI-15 requires filtering of outgoing information to block sensitive data such as plaintext API keys and credentials before transmission in API responses.
SI-2 mandates timely identification and remediation of flaws like the missing sanitizeFlowDataForPublicEndpoint function, preventing information disclosure through patching to version 3.1.0.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Vulnerability in public-facing API endpoint (no sanitization on /api/v1/public-chatflows/:id and public-chatbotConfig) is exploited via T1190 to retrieve raw flowData; this directly exposes plaintext credentials and API keys, facilitating T1552 Unsecured Credentials.
NVD Description
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the GET /api/v1/public-chatflows/:id endpoint returns the full chatflow object without sanitization for public chatflows. Docker validation revealed this is worse than…
more
initially assessed: the sanitizeFlowDataForPublicEndpoint function does NOT exist in the released v3.0.13 Docker image. Both public-chatflows AND public-chatbotConfig return completely raw flowData including credential IDs, plaintext API keys, and password-type fields. This vulnerability is fixed in 3.1.0.
Deeper analysisAI
CVE-2026-41278 is a vulnerability in Flowise, an open-source drag-and-drop user interface for building customized large language model (LLM) flows. In versions prior to 3.1.0, including the v3.0.13 Docker image, the GET /api/v1/public-chatflows/:id endpoint exposes the full chatflow object without sanitization for public chatflows. Additionally, the public-chatbotConfig endpoint returns completely raw flowData, disclosing sensitive information such as credential IDs, plaintext API keys, and password-type fields. This issue stems from the absence of the sanitizeFlowDataForPublicEndpoint function in released images and is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).
The vulnerability can be exploited by any unauthenticated attacker with network access who knows or guesses the public chatflow ID. By sending a simple GET request to the affected endpoints, attackers can retrieve raw flowData containing highly sensitive credentials, enabling unauthorized access to integrated services like LLM APIs. No user interaction or privileges are required, making it straightforward to extract and misuse API keys or other secrets embedded in the chatflows.
The Flowise security advisory at https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-w47f-j8rh-wx87 confirms the issue and states that it is fixed in version 3.1.0, recommending immediate upgrades for all prior installations, particularly those exposing public chatflows.
This vulnerability is particularly relevant to AI/ML deployments, as Flowise is designed for LLM orchestration, potentially exposing keys to external AI services in production environments. No public evidence of real-world exploitation has been reported as of the CVE publication on 2026-04-23.
Details
- CWE(s)
Affected Products
AI Security AnalysisAI
- AI Category
- Other AI Platforms
- Risk Domain
- N/A
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- Matched keywords: large language model