CVE-2026-56277
Analyzed Analyzed - Analysis Complete

Flowise TTS Endpoint CORS Misconfiguration Allows Credential Abuse

Vulnerability report for CVE-2026-56277, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-30

Last updated on: 2026-07-06

Assigner: VulnCheck

Description

Flowise before 3.1.2 sets Access-Control-Allow-Origin to a hardcoded wildcard (*) on its text-to-speech (TTS) generation endpoint (packages/server/src/controllers/text-to-speech/index.ts), independent of the server's configured CORS policy. This bypasses the server's otherwise restrictive default CORS configuration (getCorsOptions()) and allows any webpage to make cross-origin requests that trigger TTS generation using stored credentials, enabling drive-by cross-origin credential abuse.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-30
Last Modified
2026-07-06
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-19
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
flowiseai flowise to 3.1.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-346 The product does not properly verify that the source of data or communication is valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Flowise versions before 3.1.2, where the text-to-speech (TTS) generation endpoint sets the Access-Control-Allow-Origin header to a hardcoded wildcard (*).

This setting ignores the server's configured CORS policy, which is normally restrictive, and allows any webpage to make cross-origin requests to the TTS endpoint.

As a result, an attacker can cause a user's browser to send requests to the TTS endpoint using the user's stored credentials, enabling drive-by cross-origin credential abuse.

Detection Guidance

To detect this vulnerability, you can check if the Flowise TTS generation endpoint is returning the HTTP header Access-Control-Allow-Origin with a wildcard (*) value, which indicates the hardcoded CORS policy bypass.

One way to test this is by sending an HTTP request to the TTS endpoint and inspecting the response headers.

  • Use curl to check the Access-Control-Allow-Origin header: curl -I https://your-flowise-server/path-to-tts-endpoint
  • Look for the header line: Access-Control-Allow-Origin: *

If the header is present with a wildcard, the system is vulnerable.

Impact Analysis

This vulnerability can lead to unauthorized use of a user's credentials through cross-origin requests, allowing attackers to trigger TTS generation without the user's consent.

Such drive-by credential abuse can result in misuse of the service, potential data exposure, or other unauthorized actions performed on behalf of the user.

Compliance Impact

The vulnerability allows any webpage to make cross-origin requests that trigger text-to-speech generation using stored credentials due to a hardcoded wildcard in the Access-Control-Allow-Origin header. This can lead to unauthorized use of credentials and potential data exposure.

Such unauthorized cross-origin credential abuse could impact compliance with standards and regulations like GDPR and HIPAA, which require strict controls on data access and protection of personal and sensitive information.

By bypassing the server's restrictive CORS policy, this vulnerability may increase the risk of data breaches or unauthorized data processing, potentially violating requirements for data confidentiality and integrity under these regulations.

Mitigation Strategies

The immediate and recommended mitigation is to upgrade Flowise to version 3.1.2 or later, where the hardcoded Access-Control-Allow-Origin wildcard has been removed.

This update ensures that the server's configured CORS policy is properly enforced, preventing unauthorized cross-origin requests to the TTS endpoint.

Until the upgrade can be applied, consider restricting access to the TTS endpoint through network controls or firewall rules to limit exposure.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56277. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart