Back to overview

CVE-2026-56269

MEDIUM
4.6
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-56269
State
PUBLISHED
Assigner
VulnCheck
Reserved
2026-06-20 01:47 UTC
Published
2026-06-24 11:53 UTC
Last updated
2026-06-24 11:53 UTC
Primary CWE
CWE-798
Use of Hard-coded Credentials
Vendor / Product
Flowise / Flowise
Sources
cve.org  ·  NVD

Severity & Metrics

4.6 MEDIUM CVSS 3.1
CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:N
Affected products (1)
VendorProductPlatformVersions
Flowise Flowise 0 < 3.1.0, 3.1.0
Weakness (CWE)
CWESourceDescription
CWE-798 cna Use of Hard-coded Credentials
CVSS scores (2)
ScoreSeverityVersionSourceVector
4.6 MEDIUM 3.1 cna CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:N
4.3 MEDIUM 4.0 cna CVSS:4.0/AV:L/AC:H/AT:N/PR:H/UI:A/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
References (2)
Back to overview