Description
The SigmaForms Pro – AI Generated Forms plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_submission_files function in all versions up to, and including, 1.4.11. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The malicious path traversal URL is submitted via form upload field and stored in the database, with deletion triggered when an administrator deletes the submission record from the admin panel.
Published: 2026-09-02
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The SigmaForms Pro WordPress plugin contains a path traversal flaw in its delete_submission_files function that can be exploited to delete any file on the server. Because the malicious path is stored in the database and later processed when an administrator removes a submission, an attacker who can submit a specially crafted upload field can delete files such as wp‑config.php, leading directly to remote code execution.

Affected Systems

The vulnerability affects the SigmaForms Pro – AI Generated Forms plugin for WordPress, versions 1.4.11 and earlier. Any WordPress installation with those versions deployed remains vulnerable until the plugin is upgraded beyond 1.4.11.

Risk and Exploitability

The CVSS score of 9.8 shows critical severity, and the flaw can be exploited without any authentication, making it easily usable by external actors. While no EPSS data is available and the issue is not listed in CISA’s KEV catalog, the ability to delete a core configuration file means an attacker could achieve full control of the server with minimal effort. The path traversal attack vector requires that the attacker inject a crafted path into the database, which is then used unverified to delete the target file.

Generated by OpenCVE AI on September 2, 2026 at 06:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SigmaForms Pro to a version newer than 1.4.11 that removes the delete_submission_files vulnerability; if no update is available, contact the vendor for a patch.
  • Disable the delete_submission_files action or limit it to only the plugin’s own uploads folder, ensuring that no database values are accepted as absolute or relative paths for deletion.
  • Restrict file system permissions so that the web server user cannot write to vital configuration files such as wp-config.php, reducing the impact of potential file deletions.
  • Implement a Web Application Firewall or security plugin to block malicious form submissions and monitor for unexpected file deletion requests.

Generated by OpenCVE AI on September 2, 2026 at 06:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
First Time appeared Bdthemes
Bdthemes sigmaforms Pro – Ai Generated Forms
Wordpress
Wordpress wordpress
Vendors & Products Bdthemes
Bdthemes sigmaforms Pro – Ai Generated Forms
Wordpress
Wordpress wordpress

Wed, 02 Sep 2026 05:45:00 +0000

Type Values Removed Values Added
Description The SigmaForms Pro – AI Generated Forms plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_submission_files function in all versions up to, and including, 1.4.11. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The malicious path traversal URL is submitted via form upload field and stored in the database, with deletion triggered when an administrator deletes the submission record from the admin panel.
Title SigmaForms Pro <= 1.4.11 - Unauthenticated Arbitrary File Deletion via Path Traversal in File Upload Field
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Bdthemes Sigmaforms Pro – Ai Generated Forms
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-02T05:29:52.087Z

Reserved: 2026-08-24T23:21:13.187Z

Link: CVE-2026-78657

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T06:17:18.260

Modified: 2026-09-02T06:17:18.260

Link: CVE-2026-78657

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T06:30:07Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')