CyberRota Analysis
AI-GeneratedFlowise versions prior to 3.1.4 are vulnerable due to a broken access control issue in the GET /api/v1/organizationuser endpoint, allowing authenticated organization members to access the organization owner's full user record, including bcrypt password hashes and temporary tokens. This vulnerability poses a significant risk as it enables attackers to perform offline cracking of credential hashes, potentially leading to account takeover of the highest-privileged account. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized access and account compromise.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Flowise before 3.1.4 contains a broken access control vulnerability in GET /api/v1/organizationuser that allows any authenticated organization member to retrieve the organization owner's full user record including bcrypt password hash and temporary tokens. Attackers can query the endpoint with any user ID to obtain the owner's credential hash for offline cracking, enabling account takeover of the highest-privileged account.