CVE-2025-59434
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedFlowise is a drag & drop user interface to build a customized large language model flow. Prior to August 2025 Cloud-Hosted Flowise, an authenticated vulnerability in Flowise Cloud allows any user on the free tier to access sensitive environment variables from other tenants via the Custom JavaScript Function node. This includes secrets such as OpenAI API keys, AWS credentials, Supabase tokens, and Google Cloud secrets — resulting in a full cross-tenant data exposure. This issue has been patched in the August 2025 Cloud-Hosted Flowise.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceFlowise Cloud prior to August 2025 had a tenant isolation failure in the Custom JavaScript Function node. Authenticated free-tier users could access environment variables (API keys, credentials, secrets) belonging to other tenants due to insufficient access controls, resulting in cross-tenant data exposure of sensitive credentials.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Flowise versionAccess the Flowise admin panel or check the running container/image tag. Compare the version number to the August 2025 release. For self-hosted, check package.json or the running Docker image tag.Affected if The installed version is prior to the August 2025 patch or the version cannot be verified.
-
Verify multi-tenant configurationFor self-hosted deployments, examine the configuration file (typically config/default.json or environment variables) for tenant isolation settings. Look for multi_tenant or TENANT isolation-related configuration keys.Affected if Multi-tenant mode is enabled but tenant isolation for environment variables is not properly configured.
-
Identify use of Custom JavaScript Function nodeReview deployed flows in the Flowise instance. Search for any flows containing the Custom JavaScript Function node (often labeled as 'Custom JS' or 'JavaScript Function').Affected if The Custom JavaScript Function node is actively used in any deployed flow.
-
Inspect environment variable exposureAs an authenticated free-tier user, attempt to access the Custom JavaScript Function node configuration in a flow. Check if process.env or similar environment variable references can retrieve values belonging to other tenants.Affected if Environment variables from other tenants are accessible or visible in the node configuration.
A Flowise Cloud instance is affected if it is running a version prior to August 2025, has multi-tenant mode enabled, and has the Custom JavaScript Function node deployed, allowing cross-tenant access to environment variables.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedEnsure Flowise Cloud instances are updated to the August 2025 patch or later. For self-hosted deployments, verify that multi-tenant configurations properly isolate environment variables per tenant.
August 2025 Cloud-Hosted Flowise
- This is a vulnerability in Flowise Cloud (the SaaS offering), not self-hosted Flowise installations.
- Users of Flowise Cloud do not need to take any action - the vulnerability was patched by the vendor in the August 2025 release.
- If you are running a self-hosted instance of Flowise, this specific vulnerability does not affect you as it is exclusive to the Cloud-Hosted Flowise service.
- For assurance, verify with Flowise that your cloud account is on the August 2025 or later release.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Testing8.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,776.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-59434 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-59434 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data