CVE-2026-3141 CRITICAL

CVE-2026-3141: FormGent <= 1.9.2- Missing Authorization to Unauthenticated Arbitrary File Deletion via 'file_token' Parameter

Vendor Wpwax
Product FormGent – Next-Gen AI Form Builder for WordPress with Multi-Step, Quizzes, Payments & More
Weakness CWE-862 · Missing authorization
Published August 1, 2026
Last update August 1, 2026

CVSS base score

9.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

What the vulnerability does

01Description

The FormGent plugin for WordPress is vulnerable to unauthorized arbitrary file deletion due to a missing capability check on the /wp-json/formgent/responses/attachments REST API endpoint in all versions up to, and including, 1.9.2 This is due to the REST API route being registered without any authentication middleware in routes/rest/api.php. This makes it possible for unauthenticated attackers to delete arbitrary files within the formgent uploads directory. Additionally, on Linux servers where the wp-content/uploads/formgent directory does not yet exist (the default state after plugin installation), the path traversal protection can be bypassed, enabling deletion of arbitrary files including wp-config.php which can lead to complete site takeover via a fresh WordPress installation.

Explanation of Vulnerability in Simple Terms

02Summary

FormGent versions up to 1.9.2 lack proper authorization checks, allowing unauthenticated attackers to modify or delete form data and settings. The vulnerability requires no user interaction and can be exploited over the network. Site administrators should update immediately to prevent unauthorized changes to forms, quizzes, and payment configurations.

What an attacker can do

03Attacker Capabilities

Modify or delete forms, quizzes, and payment settings without logging in.

Potential impact on your site

04Site Impact

Attackers can alter or destroy your forms, quizzes, and payment configurations without your knowledge.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

August 1, 2026 CVE published

Related vulnerabilities

08Related CVE