Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2165+ Articles
156+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-3141: WordPress FormGent Plugin Unauthorized File Deletion (CVSS 9.1)
CVE-2026-3141: WordPress FormGent Plugin Unauthorized File Deletion (CVSS 9.1)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-3141

CVE-2026-3141: WordPress FormGent Plugin Unauthorized File Deletion (CVSS 9.1)

A critical unauthenticated file deletion vulnerability in the FormGent WordPress plugin allows attackers to delete arbitrary files without authentication, potentially leading to full site compromise.

Dylan H.

Security Team

August 1, 2026
2 min read

Affected Products

  • FormGent plugin for WordPress ≤ 1.9.2

Overview

A critical security vulnerability has been identified in the FormGent plugin for WordPress, tracked as CVE-2026-3141 with a CVSS score of 9.1 (Critical). The flaw allows unauthenticated attackers to delete arbitrary files on the server, which can have devastating consequences including complete site takeover.

Vulnerability Details

FieldDetails
CVE IDCVE-2026-3141
CVSS Score9.1 (Critical)
Affected SoftwareFormGent plugin for WordPress ≤ 1.9.2
Attack VectorNetwork
Authentication RequiredNone
PublishedAugust 1, 2026

Technical Description

The vulnerability exists in the /wp-json/formgent/responses/attachments REST API endpoint. The endpoint is registered without any authentication checks, and the handler function lacks a capability check before processing file deletion requests.

An unauthenticated attacker can send crafted requests to this endpoint to delete arbitrary files accessible to the web server process. This is particularly dangerous because:

  • No authentication is required — any remote attacker can exploit this
  • Arbitrary file deletion — attackers can target any file accessible by the PHP process
  • Potential for full compromise — deleting critical WordPress files (e.g., wp-config.php) can force a WordPress reinstallation, allowing attackers to reconfigure the site with their own credentials

Attack Scenario

  1. Attacker sends a crafted DELETE or POST request to /wp-json/formgent/responses/attachments
  2. The endpoint processes the request without verifying the requester's identity or permissions
  3. The target file is deleted from the server filesystem
  4. Attacker can delete wp-config.php, triggering WordPress setup mode
  5. Attacker completes WordPress installation with administrative credentials

Affected Versions

All versions of the FormGent plugin up to and including 1.9.2 are vulnerable.

Mitigation

Update immediately. Plugin users should:

  1. Update the FormGent plugin to the latest version (1.9.3 or later) which includes the patch
  2. Review server logs for suspicious REST API requests targeting the /wp-json/formgent/ namespace
  3. Verify file integrity on affected WordPress installations
  4. Consider temporarily disabling the plugin until the update can be applied

Detection

Look for unauthorized REST API requests in your web server logs:

POST /wp-json/formgent/responses/attachments
DELETE /wp-json/formgent/responses/attachments

Requests from unexpected IP addresses or at unusual times targeting this endpoint should be treated as suspicious and investigated immediately.

References

  • NVD: CVE-2026-3141
  • WordPress Plugin Repository: FormGent
#CVE#WordPress#File Deletion#Vulnerability#Critical

Related Articles

CVE-2026-7515: BetterDocs Pro WordPress Plugin — Unauthenticated Local File Inclusion

A critical Local File Inclusion vulnerability in the BetterDocs Pro WordPress plugin (up to v3.8.0) allows unauthenticated attackers to include and...

6 min read

CVE-2025-6254: WordPress Doctreat Core Plugin Privilege Escalation (CVSS 9.8)

A critical unauthenticated privilege escalation vulnerability in the Doctreat Core WordPress plugin allows attackers to register with elevated roles,...

3 min read

CVE-2026-15414: WooCommerce Subscriptions Plugin Privilege Escalation (CVSS 8.8)

A high-severity privilege escalation vulnerability in the Subscriptions for WooCommerce plugin allows authenticated users to elevate their role to administrator by manipulating membership plan metadata.

3 min read
Back to all Security Alerts