CVE-2025-59934: Formbricks missing JWT signature verification
Formbricks is an open source qualtrics alternative. Prior to version 4.0.1, Formbricks is missing JWT signature verification. This vulnerability stems from a token validation routine that only decodes JWTs (jwt.decode) without verifying their signatures. Both the email verification token login path and the password reset server action use the same validator, which does not check the token’s signature, expiration, issuer, or audience. If an attacker learns the victim’s actual user.id, they can craft an arbitrary JWT with an alg: "none" header and use it to authenticate and reset the victim’s password. This issue has been patched in version 4.0.1.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-59934?
CVE-2025-59934 is considered a high severity vulnerability due to the lack of JWT signature verification.
How do I fix CVE-2025-59934?
To fix CVE-2025-59934, upgrade to Formbricks version 4.0.1 or later which includes the necessary JWT signature verification.
What are the implications of CVE-2025-59934?
CVE-2025-59934 may allow attackers to exploit the system by bypassing authentication or executing unauthorized actions.
Which versions of Formbricks are affected by CVE-2025-59934?
Versions of Formbricks prior to 4.0.1 are affected by CVE-2025-59934.
Is there a workaround for CVE-2025-59934?
There is no known workaround for CVE-2025-59934; the recommended action is to update to the latest version.