CVE-2025-59934

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.
Configurations

No configuration.

History

26 Sep 2025, 23:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-09-26 23:15

Updated : 2025-09-29 19:34


NVD link : CVE-2025-59934

Mitre link : CVE-2025-59934

CVE.ORG link : CVE-2025-59934


JSON object : View

Products Affected

No product.

CWE
CWE-287

Improper Authentication

CWE-345

Insufficient Verification of Data Authenticity

CWE-347

Improper Verification of Cryptographic Signature