Skip to content
Threat Feed
critical advisory

Remote Code Execution in Sigma Forms Pro Plugin for WordPress

The Sigma Forms Pro plugin for WordPress is vulnerable to unauthenticated remote code execution due to improper validation of file uploads and insecure capability management within the handle_form_submission function.

CVE search metadata

CVE search record: CVE-2026-14494. Severity: critical. CVSS: 9.8. KEV: no. Product: Sigma Forms Pro (<= 1.4.5). Brief: Remote Code Execution in Sigma Forms Pro Plugin for WordPress. Brief link: https://feed.craftedsignal.io/briefs/2026-08-sigma-forms-rce/

The Sigma Forms Pro plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.4.5. The vulnerability resides within the handle_form_submission function, which fails to correctly enforce security constraints during form processing. Specifically, the plugin dynamically grants the unfiltered_upload capability to users during form submissions and lacks mandatory MIME type validation when the allowed_file_types configuration is omitted.

Because several default pre-built templates, such as Job Application, Support Ticket, and Wholesale Application, are shipped without file type restrictions, the plugin is susceptible to exploitation in its default configuration immediately upon installation. Unauthenticated attackers can leverage this flaw to upload malicious scripts (e.g., PHP web shells) to the web server, achieving remote code execution. This vulnerability is rated as critical with a CVSS v3.1 base score of 9.8, representing a significant risk of total server compromise for any WordPress installation utilizing the affected plugin versions.

Impact

Successful exploitation allows unauthenticated attackers to execute arbitrary code on the underlying web server. This can lead to full site takeover, unauthorized access to sensitive database information, data exfiltration, or the establishment of persistent backdoors within the WordPress environment. Organizations using the affected versions in production are at high risk of compromise.

Recommendation

Prioritized, concrete actions for security teams:

  • Update Sigma Forms Pro to the latest available version beyond 1.4.5 immediately to patch CVE-2026-14494.
  • If an update is unavailable, audit all existing form templates in the Sigma Forms Pro dashboard and enforce strict file type validation (allowed_file_types) on every form containing a file upload field.
  • Disable any pre-built templates (Job Application, Support Ticket, Wholesale Application) that utilize file upload fields until validation is explicitly configured.
  • Deploy web application firewall (WAF) rules to detect and block file upload requests containing suspicious extensions (e.g., .php, .phtml, .php5) targeted at WordPress plugin directories.

Immediate actions

Upgrade Sigma Forms Pro to version 1.4.6 or later

IT Operations 24h

Mitigations

Configure file type restrictions in Sigma Forms Pro template settings

immediate IT Operations

CVE-2026-14494

Detection coverage 1

Detects CVE-2026-14494 Exploitation - Arbitrary File Upload via Sigma Forms Pro

critical

Detects potential exploitation attempts by monitoring HTTP requests to the WordPress environment containing suspicious file extensions often used for RCE, specifically targeting plugin-related form submission paths.

sigma tactics: execution, initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →