Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-56271 – Authentication Bypass via Hardcoded JWT Secrets – Flowise ≤ 3.0.13

Be the first to know when new zero-days emerge:

Summary

CVE-2026-56271 is a critical authentication bypass vulnerability affecting Flowise, an open-source AI workflow builder, in all versions up to and including 3.0.13. The enterprise passport authentication middleware falls back to publicly known hardcoded JWT secrets and credential parameters when the corresponding environment variables are not configured, allowing any unauthenticated remote attacker to forge valid JWT tokens and fully impersonate any user, including administrators. The vulnerability is rated CVSS 9.8 (CRITICAL) under CVSS v3.1 and 9.3 under CVSS v4.0.

Technical details

  • Root cause: The enterprise passport authentication middleware (packages/server/src/enterprise/middleware/passport/index.ts, lines 29–34) silently falls back to hardcoded literal values — 'auth_token' and 'refresh_token' as JWT signing secrets, and 'AUDIENCE' / 'ISSUER' as token audience and issuer claims — when the environment variables JWT_AUTH_TOKEN_SECRET, JWT_REFRESH_TOKEN_SECRET, JWT_AUDIENCE, and JWT_ISSUER are not explicitly set. (CWE-321: Use of Hard-coded Cryptographic Key)
  • Trigger condition: Default or misconfigured deployments where one or more of the above environment variables are absent — a condition common in out-of-the-box self-hosted installations.
  • Attack vector: Fully remote and unauthenticated; an attacker with network access to the Flowise instance can craft a JWT signed with the publicly disclosed hardcoded secrets and present it to the API to gain access as any user.
  • Impact: Complete authentication bypass leading to full administrative account takeover, with high impact to confidentiality, integrity, and availability of the affected deployment.

Affected software

  • Flowise (npm package): all versions ≤ 3.0.13
  • Fixed in Flowise 3.1.0

Severity

  • CVSS v3.1 Base Score: 9.8 (CRITICAL)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Mitigation and recommended actions

  • Immediate action: Upgrade Flowise to version 3.1.0 or later, which removes the hardcoded default secrets and requires explicit configuration of all JWT-related environment variables.
  • If immediate patching is not possible:
    • Explicitly set strong, cryptographically random values for JWT_AUTH_TOKEN_SECRET, JWT_REFRESH_TOKEN_SECRET, JWT_AUDIENCE, and JWT_ISSUER in your deployment environment to override the vulnerable defaults.
    • Restrict network access to Flowise instances so they are not reachable from untrusted networks.
    • Audit logs for unexpected API access or JWT-authenticated sessions that may indicate exploitation has already occurred.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge