Description
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.
Published: 2026-08-01
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The FormGent plugin for WordPress contains a missing authorization check on its REST API route /wp-json/formgent/responses/attachments. This flaw allows anyone, including unauthenticated users, to delete files from the plugin’s uploads directory when the request includes a 'file_token' parameter. The operation can remove critical files such as wp-config.php, which, on a Linux server where the uploads directory has not yet been created, bypasses path‑traversal protection and permits a complete site takeover via a fresh WordPress installation. The weakness is a classic example of CWE‑862: Missing Authorization.

Affected Systems

WordPress sites using the FormGent – Next‑Gen AI Form Builder for WordPress plugin, version 1.9.2 or earlier. The vulnerability exists in all releases up to and including 1.9.2 and is fixed in later versions such as 1.10.0.

Risk and Exploitability

With a CVSS score of 9.1 the flaw is classified as critical. The EPSS score is reported as less than 1 %, indicating a very low but non‑zero exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Attackers can exploit the flaw by sending unauthenticated HTTP requests to the open REST API endpoint. Because no authentication is required and the payload can target arbitrary files under the uploads directory, the risk is high for confidentiality, integrity, and availability of affected WordPress sites.

Generated by OpenCVE AI on August 2, 2026 at 03:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the FormGent plugin to version 1.10.0 or later, which removes the missing capability check on the REST endpoint.
  • If an upgrade is not immediately possible, restrict unauthenticated access to the /wp-json/formgent/responses/attachments endpoint by configuring a rule in the web server or a security plugin to deny requests from non‑authenticated users.
  • Ensure that the wp-content/uploads/formgent directory exists on the server before the plugin is activated, as this activates built‑in path‑traversal protection and reduces the risk of deleting sensitive files.

Generated by OpenCVE AI on August 2, 2026 at 03:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpwax
Wpwax formgent – Next-gen Ai Form Builder For Wordpress With Multi-step, Quizzes, Payments & More
Vendors & Products Wordpress
Wordpress wordpress
Wpwax
Wpwax formgent – Next-gen Ai Form Builder For Wordpress With Multi-step, Quizzes, Payments & More

Sat, 01 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description 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.
Title FormGent <= 1.9.2- Missing Authorization to Unauthenticated Arbitrary File Deletion via 'file_token' Parameter
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H'}


Subscriptions

Wordpress Wordpress
Wpwax Formgent – Next-gen Ai Form Builder For Wordpress With Multi-step, Quizzes, Payments & More
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-03T17:11:26.854Z

Reserved: 2026-02-24T18:51:13.671Z

Link: CVE-2026-3141

cve-icon Vulnrichment

Updated: 2026-08-03T17:11:22.441Z

cve-icon NVD

Status : Deferred

Published: 2026-08-01T06:16:26.030

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-3141

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T20:32:04Z

Weaknesses