κατασκευή ιστοσελίδων ρόδος

TECH - WEB DEVELOPMENT NEWS

Get the latest tech - web development news and analysis on industry around the world.

  • HOME
You are here: Home / INDUSTRY NEWS / Formbricks Signature Verification Vulnerability Let Attackers Reset User Passwords Without Authorization
άμυνα
.

Formbricks Signature Verification Vulnerability Let Attackers Reset User Passwords Without Authorization

29/09/2025

A critical security flaw discovered in Formbricks, an open-source experience management platform, demonstrates how missing JWT signature verification can lead to complete account takeovers. 

The vulnerability tracked as CVE-2025-59934 affects all versions prior to 4.0.1 and stems from improper token validation that uses jwt.decode() instead of jwt.verify(), allowing attackers to bypass authentication controls entirely.

The vulnerability was disclosed by security researcher mattinannt and has been classified as critical due to its potential for unauthorized access to user accounts. 

Formbricks has since released version 4.0.1 to address this security issue, but organizations running older versions remain at significant risk.

JWT Validation Vulnerability

The core vulnerability exists in the token validation routine located in /formbricks/apps/web/lib/jwt.ts. 

The problematic code implements a verifyToken function that only decodes JWT tokens without performing essential security checks:

This implementation fails to verify critical JWT components, including digital signatures, token expiration, issuer validation, and audience verification. 

The function uses jwt.decode() which simply parses the JWT structure without cryptographic validation, treating any properly formatted JWT as authentic regardless of its legitimacy.

Both the email verification token login path and password reset functionality rely on this flawed validator. 

When processing password reset requests, the system extracts the user ID from the unverified JWT payload and directly queries the database to update the corresponding user’s password. 

This bypass mechanism allows attackers who possess a victim’s user.id to craft malicious JWTs using the “alg”: “none” algorithm header, effectively creating unsigned tokens that pass validation.

The exploit requires minimal prerequisites – attackers need only to discover the target user’s unique identifier, which follows Formbricks’ standard format (e.g., cmfuc8pk60000vxfjud7bcl2w). 

The attack leverages the “none” algorithm specification in JWT headers, which indicates no signature verification should be performed.

The proof-of-concept demonstrates token forgery using a Python script that constructs a malicious JWT:

The attack sequence follows these steps: the attacker crafts a JWT with header {“alg”: “none”, “typ”: “JWT”} and payload containing the victim’s user ID, constructs a password reset URL containing the forged token, and submits the form with a new password. 

The server’s verifyToken function accepts the unsigned token, extracts the user ID, and proceeds with the password update without performing signature verification.

Risk FactorsDetailsAffected ProductsFormbricks < 4.0.1ImpactElevate privileges and take over a victim’s accountExploit PrerequisitesKnow the victim’s actual user.id.Craft a malicious JWT with an alg: “none” header. Submit the crafted JWT to the email verification token login path or the password reset server action. No privileges and no user interaction from the victim.CVSS 3.1 Score9.4 (Critical)

This attack vector demonstrates a fundamental authentication bypass vulnerability where the absence of cryptographic validation renders the entire JWT-based security model ineffective. 

The vulnerability affects password reset functionality and email verification processes, potentially enabling widespread account compromise across Formbricks installations.

Organizations using affected Formbricks versions should immediately upgrade to version 4.0.1 or later and review their authentication logs for suspicious password reset activities. 

The fix implements proper JWT signature verification using jwt.verify() instead of the vulnerable jwt.decode() method, ensuring that only cryptographically valid tokens can authenticate users and authorize sensitive operations like password resets.

Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

Source: cybersecuritynews.com

Filed Under: INDUSTRY NEWS Tagged With: Source-10

Character.AI removes Disney characters after receiving cease-and-desist letter

Character.AI received a cease-and-desist letter from Disney, urging the chatbot company to remove Disney characters from among the millions of AI companions on its plaftorm, Variety reports. Character.AI allows users to generate AI chatbots that can range from real people like Elon Musk to fictional characters like Hermione Granger, plus users’ own original creations. These chatbots can be quite … [Read More...]

Home Assistant's October update brings more automation improvements, smarter dashboards, and new AI-powered tricks

Home Assistant follows a monthly release cadence, typically where the first Wednesday of every month brings a new update, and the last Wednesday of every month is the beta for that release. October's update is now here and rolling out to every user. Source: xda-developers.com … [Read More...]

I ditched all my photo editors for this lightweight editing stack, and I'm never going back

Photo editing can get messy fast, it certainly does for me. I reach for one app for cropping, another for filters, another for retouching, and before I know it, my work is scattered across my desktop. Not to mention file storage — I have image duplicates and editing iterations in almost every folder. I thought that hoarding photo editing apps would give me more and better options, but it only … [Read More...]

Whizz co-founder says Trump’s Chicago crackdown is scaring delivery workers off the streets

The footage was striking: A food delivery worker scrambles with his e-bike across a bridge in Chicago, chased by a cadre of armed, masked federal agents. “Get him!” one yells, before the worker ultimately slips away. The viral clip became a rallying point this week for critics of President Donald Trump’s deportation machine, which has spread to multiple U.S. cities and swept up citizens in the … [Read More...]

FTC sues Zillow and accuses it of buying off rival Redfin

The Federal Trade Commission (FTC) is suing home-search website Zillow, alleging that it paid rival Redfin $100 million to eliminate competition in the online listing business. The suit refers to a deal inked back in February between the two companies in which Redfin allegedly agreed to become "an exclusive syndicator of Zillow listings."The allegations suggest that Redfin began copying over … [Read More...]

Why California’s new AI safety law succeeded where SB 1047 failed

California just made history as the first state to require AI safety transparency from the biggest labs in the industry. Governor Newsom signed SB 53 into law this week, mandating that AI giants like OpenAI and Anthropic disclose, and stick to, their safety protocols. The decision is already sparking debate about whether other states will follow suit.  Adam Billen, vice president of public … [Read More...]

OpenAI’s new social app is filled with terrifying Sam Altman deepfakes

In a video on OpenAI’s new TikTok-like social media app Sora, a never-ending factory farm of pink pigs are grunting and snorting in their pens — each is equipped with a feeding trough and a smartphone screen, which plays a feed of vertical videos. A terrifyingly realistic Sam Altman stares directly at the camera, as though he’s making direct eye contact with the viewer. The AI-generated Altman … [Read More...]

I replaced Windows Search and I’ve never been happier

If you've been waiting for Microsoft to fix Windows 11's atrocious Search, I wouldn't bother. Not because the company shouldn't fix it, of course, but because they show no inclination to improve it and keep stuffing things users don't want, like targeted advertising, into the search results. The good news is that you've got plenty of options to replace Search with, depending on your needs and how … [Read More...]

Saturn’s ocean moon looks more hospitable to subsurface life than we thought

Mars isn't our only neighbor that may harbor life. The odds have risen that Saturn's moon Enceladus may, too. On Wednesday, scientists published a paper outlining the increasing complexity of molecules emitted from beneath the moon's surface. "We now have all elements required for Enceladus to harbour life," the ESA's Dr Jörn Helbert told The Guardian.Enceladus gives researchers a unique window … [Read More...]

What founders need to know before choosing their exit — straight from Roseanne Wincek, Jai Das, and Dan Springer — at TechCrunch Disrupt 2025

Exit planning is no longer optional — it’s an essential conversation on the Going Public Stage at TechCrunch Disrupt 2025, happening October 27–29 at San Francisco’s Moscone West. Whether you’re already eyeing a liquidity event or just starting to scale, this is your chance to hear what top VCs and operators are looking for and how to set up your company for long-term success. Three of the best … [Read More...]

Tags

Source-1 Source-2 Source-3 Source-4 Source-5 Source-6 Source-7 Source-8 Source-9 Source-10 Source-12 Source-13 Source-15 Source-16

Tech Web Development News

This is a PERSONAL and PRIVATE WEBPAGE. Please leave this page. Contact me via email : admin@news-6.com about anything you would like to ask or problem.

Tech News

Disclaimer!
In every post is written below the original source of the post. Copyrights belong on their owners.

Web Development News

HOTELS – CRUISES – CARS – TRAVEL

Recent Posts

  • Character.AI removes Disney characters after receiving cease-and-desist letter
  • Home Assistant's October update brings more automation improvements, smarter dashboards, and new AI-powered tricks
  • I ditched all my photo editors for this lightweight editing stack, and I'm never going back
  • Whizz co-founder says Trump’s Chicago crackdown is scaring delivery workers off the streets
  • FTC sues Zillow and accuses it of buying off rival Redfin

Technology - Seo

Categories

  • INDUSTRY NEWS

World Industry News

Privacy & Cookies: This site uses cookies.
To find out more, as well as how to remove or block these, see here: Our Cookie Policy
TECH - WEB DEVELOPMENT NEWS @ COPYRIGHTS 2023