CVE-2025-59934

CRITICAL EPSS 94.1%
Published Sep 26, 20259mo ago · Modified Jun 17, 20262w ago
9.4 CVSS 3.1
Critical
Find Similar
Published Sep 26, 2025 9mo ago
Last Modified Jun 17, 2026 2w ago

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.

CVSS Details

Base Score
9.4
Exploitability
3.9
Impact
5.5
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability Low

Threat Intelligence

EPSS Exploit Probability
94.1% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 3

CWE-287 Improper Authentication Authentication
CWE-345
CWE-347

References 4

  • github.com https://github.com/formbricks/formbricks/blob/843110b0d6c37b5c0da54291616f84c91c55c4fc/apps/web/lib/jwt.ts#L114-L117
  • github.com https://github.com/formbricks/formbricks/commit/eb1349f205189d5b2d4a95ec42245ca98cf68c82
  • github.com https://github.com/formbricks/formbricks/pull/6596
  • github.com https://github.com/formbricks/formbricks/security/advisories/GHSA-7229-q9pv-j6p4

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.