Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Deathspirate

#41755of 56,327
6.9Total CVSS
Vulnerabilities · 1
PT-2026-54028
6.9
2026-05-20
Flowise · Flowise · CVE-2026-56277
**Name of the Vulnerable Software and Affected Versions** Flowise versions prior to 3.1.2 **Description** The text-to-speech (TTS) generation endpoint `packages/server/src/controllers/text-to-speech/index.ts` sets the `Access-Control-Allow-Origin` header to a hardcoded wildcard (*), ignoring the server's configured CORS policy. This bypasses the restrictive default CORS configuration handled by the `getCorsOptions()` function, allowing any webpage to initiate cross-origin requests that trigger TTS generation using stored credentials. This can lead to drive-by cross-origin credential abuse, where a malicious site triggers actions on the server using the victim's authenticated session. **Recommendations** Update to version 3.1.2 or later.