Skip to content

CVE-2026-56269

Use of Hard-coded Credentials: is CVE-2026-56269real, exploitable, or a false positive? Here's the community verdict.

Medium · CVSS 4.6CWE-798 · Use of Hard-coded Credentials

CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:N

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.

Published

Embed this verdict
TruePositive verdict for CVE-2026-56269
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2026-56269/badge.svg)](https://www.truepositive.app/cve/CVE-2026-56269)
HTML
<a href="https://www.truepositive.app/cve/CVE-2026-56269"><img src="https://www.truepositive.app/cve/CVE-2026-56269/badge.svg" alt="TruePositive verdict for CVE-2026-56269"></a>

Live badge that updates automatically as the community verdict changes.

Community ground truth

In your experience, is this finding real and exploitable?

0 verdicts
Not a real issue

No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.

Field notes & remediation

Verdicts are the quick signal. Notes are the evidence and fixes behind them.

No notes yet. Be the first to share what you saw, or a fix that worked.

    Add a field note or remediationoptional
    Note type

    What are you adding?

    Markdown supported · minimum 20 characters.

    Same weakness: CWE-798 · Use of Hard-coded Credentials.