ZeroHour

CVE-2026-14494

Unauthenticated Remote Code Execution in WordPress Sigma Forms Pro Plugin

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

The Sigma Forms Pro plugin for WordPress, in all versions up to and including 1.4.5, is vulnerable to unauthenticated remote code execution (CWE-434) through its handle_form_submission function. During form submissions the plugin dynamically grants the unfiltered_upload capability to all users and, when the allowed_file_types setting is not configured, bypasses MIME type validation, allowing an unauthenticated attacker to upload arbitrary files such as PHP scripts that the web server then executes. Successful exploitation gives the attacker code execution on the server, consistent with the 9.8 CVSS score reflecting high confidentiality, integrity, and availability impact. Every site with the plugin active is affected, including fresh installations, because several default pre-built templates (Job Application, Support Ticket, Wholesale Application) ship with unrestricted file upload fields by design. No public proof-of-concept, CISA KEV listing, or confirmed in-the-wild exploitation is known; EPSS estimates a 0.7% probability of exploitation within the next 30 days.

What to do: Update Sigma Forms Pro to the latest available patched release (any version beyond 1.4.5) as soon as one is published, prioritizing sites that use the Job Application, Support Ticket, or Wholesale Application templates. As interim mitigations, configure allowed_file_types on every upload field so MIME validation is enforced, or deactivate the plugin until patched, and check the uploads directory and web server logs for unexpected PHP files or suspicious unauthenticated POST requests to form submission endpoints.

Affected
Sigma Forms Pro (WordPress plugin)All versions up to and including 1.4.5 (no fixed version specified in available 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 Sigma Forms Pro plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.4.5 via the handle_form_submission function. This is due to the plugin dynamically granting the unfiltered_upload capability to all users during form submissions and bypassing MIME type validation when allowed_file_types is not configured. This makes it possible for unauthenticated attackers to execute code on the server. Several default pre-built templates including Job Application, Support Ticket, and Wholesale Application have file upload fields with no file type restrictions configured by design, making this vulnerability immediately exploitable upon installation.

Ecosystems
WordPress
Weakness
CWE-434
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.