Goal Reached Thanks to every supporter โ€” we hit 100%!

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2025-58434 โ€” AI Deep Analysis Summary

CVSS 9.8 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Flowise AI has a critical Access Control Error. The `forgot-password` endpoint leaks reset tokens without verification.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-306** (Missing Authentication for Critical Function). The flaw lies in the `forgot-password` API endpoint, which fails to validate requests before issuing sensitive reset tokens. ๐Ÿ”“

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Affected**: **Flowise** by FlowiseAI. Specifically, versions **3.0.5 and earlier**. If you are running an older build, you are at risk! โš ๏ธ

Q4What can hackers do? (Privileges/Data)

๐Ÿ’€ **Attacker Capabilities**: With CVSS **9.8 (Critical)**, hackers can: 1๏ธโƒฃ Reset any user's password. 2๏ธโƒฃ Take over accounts. 3๏ธโƒฃ Access High Confidentiality/Integrity/Availability data. ๐Ÿ•ต๏ธโ€โ™‚๏ธ

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”“ **Exploitation Threshold**: **LOW**. No authentication (PR:N) or user interaction (UI:N) is needed. It is remotely exploitable (AV:N) with Low Complexity (AC:L). Easy to trigger! ๐Ÿ’ฅ

Q6Is there a public Exp? (PoC/Wild Exploitation)

๐Ÿ’ฃ **Public Exploit**: **YES**. Proof of Concept (PoC) exists in Nuclei templates and GitHub repos. Wild exploitation is possible for those with basic scripting skills. ๐Ÿงช

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: Scan for the `forgot-password` endpoint behavior. Use Nuclei templates to detect if the endpoint returns valid tokens without auth. Check your Flowise version immediately! ๐Ÿ› ๏ธ

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Official Fix**: **YES**. A patch is available via the GitHub commit `9e178d6`. Security Advisory GHSA-wgpv-6j63-x5ph confirms the fix. Update now! ๐Ÿ”„

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: If you cannot update, **disable** or **restrict** access to the `forgot-password` endpoint via WAF or network rules. Block external access to this API route. ๐Ÿšซ

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **CRITICAL**. CVSS 9.8 + Public PoC + No Auth Required = Immediate Action Needed. Patch your Flowise instances TODAY! ๐Ÿƒโ€โ™‚๏ธ๐Ÿ’จ