ZeroHour

CVE-2026-78657

Unauthenticated Arbitrary File Deletion in SigmaForms Pro WordPress Plugin

CVSS 3.1
9.8 critical
EPSS
<1%p52
Published
()
Modified
AI analysis

SigmaForms Pro – AI Generated Forms, a WordPress forms plugin, contains an arbitrary file deletion flaw (CWE-22) caused by insufficient file path validation in its delete_submission_files function. An unauthenticated attacker submits a path-traversal value through a form upload field; the value is stored in the database, and the targeted file is deleted when an administrator deletes that submission record from the WordPress admin panel. By deleting arbitrary files on the server, an attacker can cause data loss and achieve remote code execution when a critical file such as wp-config.php is removed. Every WordPress site running SigmaForms Pro in any version up to and including 1.4.11 is affected. The flaw is rated critical (CVSS 3.1: 9.8), has no known public proof-of-concept, is not listed in CISA's KEV, and EPSS estimates only a 0.7% chance of exploitation within the next 30 days.

What to do: Update SigmaForms Pro to the first release after 1.4.11 as soon as a patched version is published, since all versions through 1.4.11 are affected and no fixed version is stated in the current data. Until patched, inspect stored form upload field values in the database for path-traversal strings (e.g., ../) and avoid deleting submission records until suspicious entries are removed, because deleting a submission is what triggers the file deletion. If compromise is suspected, verify the integrity of critical files such as wp-config.php.

Affected
SigmaForms Pro – AI Generated Forms (WordPress plugin)All versions up to and including 1.4.11 (no fixed version stated in the source data)
Estimated exposure
No basis for an estimate.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

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.

Ecosystems
WordPress
Weakness
CWE-22
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

In the news

No ingested article mentions this CVE yet.