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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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! πŸƒβ€β™‚οΈπŸ’¨