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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-59934 β€” AI Deep Analysis Summary

CVSS 9.4 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Formbricks < 4.0.1 suffers from **Data Forgery** due to missing JWT signature verification. πŸ’₯ **Consequences**: Attackers can forge arbitrary JWTs, leading to unauthorized access and **password resets**.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-347** (Improper Verification of Cryptographic Signature). The system fails to validate the cryptographic signature of JWTs, allowing untrusted tokens to be accepted as valid.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Formbricks** open-source survey system. Specifically, versions **prior to 4.0.1**. If you are running an older version, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Full **JWT Forgery**. This allows impersonation of any user, bypassing authentication. Critical impact: **Password Reset** manipulation and complete **Identity Theft**.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. CVSS indicates **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges Required). No user interaction or prior access needed to exploit.

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

πŸ”“ **Public Exploit**: **YES**. A PoC is publicly available on GitHub (`suriryuk/cve-2025-59934`). Wild exploitation is highly likely given the simplicity of the flaw.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Verify your Formbricks version. If it is **< 4.0.1**, you are at risk. Check if JWT validation logic in `apps/web/lib/jwt.ts` is properly enforcing signatures (see commit `eb1349f`).

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **YES**. Fixed in **Formbricks 4.0.1**. The fix is detailed in PR #6596 and commit `eb1349f`. Upgrade immediately to patch the vulnerability.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If you cannot upgrade, **disable JWT-based authentication** or implement strict server-side signature verification manually. Restrict network access to the Formbricks instance immediately.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. High impact (Confidentiality/Integrity), low exploitation difficulty, and public PoC exist. **Patch NOW** to prevent account takeover and data forgery.