CVE-2025-59934
26.09.2025, 23:15
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 tokens signature, expiration, issuer, or audience. If an attacker learns the victims actual user.id, they can craft an arbitrary JWT with an alg: "none" header and use it to authenticate and reset the victims password. This issue has been patched in version 4.0.1.Enginsight
Awaiting analysis
This vulnerability is currently awaiting analysis.
Common Weakness Enumeration
References