Description
Flowise before 3.0.13 uses bcrypt with default salt rounds of 5, providing only 32 iterations instead of the OWASP-recommended minimum of 10 rounds. Attackers can crack password hashes approximately 30 times faster with modern GPU hardware, potentially compromising all user accounts in a database breach scenario.
Published: 2026-06-24
Score: 5.6 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Flowise before version 3.0.13 uses bcrypt with only 5 salt rounds, producing 32 iterations, far below the OWASP-recommended minimum of 10 rounds. This vulnerability stems from a weakness in the usage of cryptographic hash functions that results in insufficient salting rounds (CWE-916). The reduced computational cost allows modern GPU hardware to crack password hashes roughly thirty times faster than with a more secure configuration. If an attacker obtains a database containing these hashes, each account could potentially be compromised more quickly, leading to widespread access loss.

Affected Systems

All Flowise installations running a version earlier than 3.0.13 are affected. The vendor, Flowise, does not currently provide a separate release that changes the default salt rounds until the 3.0.13 update. Users of earlier versions should verify the current bcrypt round setting and ensure their deployment is in this range.

Risk and Exploitability

The CVSS score of 5.6 classifies the vulnerability as moderate. Although the EPSS score is not available and the vulnerability is not listed in CISA's KEV catalog, the reduced hashing strength increases the risk of a password cracking attack in the event of a database compromise. The likely attack vector is inferred to be an attacker who has obtained the database or exfiltrated hashed passwords; from there, they can accelerate cracking with GPU resources. Mitigation becomes critical when user accounts are valuable or when the database is considered a high-value target.

Generated by OpenCVE AI on June 24, 2026 at 14:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flowise to version 3.0.13 or later, which sets the bcrypt salt rounds to the recommended minimum.
  • If an upgrade is delayed, manually configure the application to increase bcrypt salt rounds to at least 10, preferably 12 or higher.
  • Audit current password hash configuration and review any legacy accounts that may still use the 5-round setting.
  • Monitor account activity for suspicious authentication attempts and consider additional multi-factor authentication controls.

Generated by OpenCVE AI on June 24, 2026 at 14:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x2g5-fvc2-gqvp Flowise has Insufficient Password Salt Rounds
History

Wed, 24 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 24 Jun 2026 12:00:00 +0000

Type Values Removed Values Added
Description Flowise before 3.0.13 uses bcrypt with default salt rounds of 5, providing only 32 iterations instead of the OWASP-recommended minimum of 10 rounds. Attackers can crack password hashes approximately 30 times faster with modern GPU hardware, potentially compromising all user accounts in a database breach scenario.
Title Flowise - Insufficient Password Salt Rounds in Bcrypt Hashing
First Time appeared Flowiseai
Flowiseai flowise
Weaknesses CWE-916
CPEs cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*
Vendors & Products Flowiseai
Flowiseai flowise
References
Metrics cvssV3_1

{'score': 4.1, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 5.6, 'vector': 'CVSS:4.0/AV:L/AC:H/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Flowiseai Flowise
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-24T15:52:44.091Z

Reserved: 2026-06-20T01:47:54.000Z

Link: CVE-2026-56272

cve-icon Vulnrichment

Updated: 2026-06-24T15:52:39.061Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T15:15:04Z

Weaknesses
  • CWE-916

    Use of Password Hash With Insufficient Computational Effort