๐Ÿ” CVE Alert

CVE-2026-56269

MEDIUM 4.6

Flowise - Weak Default Token Hash Secret in JWT Token Encryption

CVSS Score
4.6
EPSS Score
0.0%
EPSS Percentile
0th

Flowise before 3.1.0 (npm package flowise, versions 3.0.13 and earlier) uses a weak hardcoded default value 'Secre$t' for the TOKEN_HASH_SECRET environment variable in packages/server/src/enterprise/utils/tempTokenUtils.ts when the variable is not configured. This secret derives the AES-256-CBC key used to encrypt user IDs and workspace IDs in the 'meta' field of JWT tokens. An attacker who knows the default secret can decrypt this metadata to extract internal user and workspace identifiers, and re-encrypt manipulated values such as altered user or workspace IDs. Because the JWT signature is validated separately, decrypting or tampering with this metadata does not by itself grant access, but the disclosure of internal identifiers and possible metadata manipulation could aid privilege escalation or unauthorized data access.

CWE CWE-798
Vendor flowise
Product flowise
Published Jun 24, 2026
Stay Ahead of the Next One

Get instant alerts for flowise flowise

Be the first to know when new medium vulnerabilities affecting flowise flowise are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:N
Attack Vector
Local
Attack Complexity
High
Privileges Required
High
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

Flowise / Flowise
0 < 3.1.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-m7mq-85xj-9x33 vulncheck.com: https://www.vulncheck.com/advisories/flowise-weak-default-token-hash-secret-in-jwt-token-encryption

Credits

๐Ÿ” kolega-ai-dev