CVE-2025-59934 Details
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.
A critical vulnerability exists in Formbricks, an open-source alternative to Qualtrics, prior to version 4.0.1. The issue arises from the absence of JSON Web Token (JWT) signature verification in the token validation process. Instead of using 'jwt.verify()' to validate signatures, the application only decodes the tokens with 'jwt.decode()', leaving them unchecked and vulnerable to manipulation. This flaw is present in both the email verification token login path and the password reset server action, which rely on the same validator that fails to verify the token's signature, expiration, issuer, or audience. As a result, an attacker who obtains a victim's user ID can create a fraudulent JWT with an 'alg: none' header, bypass authentication, and reset the victim's password.
Users can update to Formbricks version 4.0.1 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 26, 2025CISA-ADP
Assessed Sep 29, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/formbricks/formbricks/blob/843110b0d6c37b5c0da54291616f84c91c55c4fc/apps/web/lib/jwt.ts#L114-L117 | [email protected] | Source CodeVendor |
| https://github.com/formbricks/formbricks/commit/eb1349f205189d5b2d4a95ec42245ca98cf68c82 | [email protected] | Source CodeVendor |
| https://github.com/formbricks/formbricks/pull/6596 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://github.com/formbricks/formbricks/security/advisories/GHSA-7229-q9pv-j6p4 | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
| CWE-345 | Insufficient Verification of Data Authenticity | [email protected] |
| CWE-347 | Improper Verification of Cryptographic Signature | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Formbricks | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Sep 26, 2025 | New CVE Received | [email protected] |
Volerion