← Back to browse · API

CVE-2025-59934

Severity
CRITICAL
CVSS
9.4
EPSS
0.08037
Risk score
40.41
CISA KEV
No
PoC
No
Published
2025-09-26
Modified
2025-09-29
First seen
2026-08-07
Aliases
EUVD-2025-31394
Products
formbricks:formbricks < 4.0.1
Sources
euvd EUVD-2025-31394

Description

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.

References