Description
The Forminator Forms plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.56.1 via the handle_file_upload function. This is due to insufficient file type validation in handle_file_upload, where the dangerous-extension blocklist performs exact-key matching that is bypassed by pipe-alternative MIME type keys, combined with a public submission handler that trusts attacker-controlled upload field configuration injected via a forged Select field value. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible.
Published: 2026-08-18
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the Forminator Forms plugin allows unauthenticated attackers to upload arbitrary files through a public submission handler. The upload mechanism fails to enforce proper MIME type validation, enabling the bypass of the blocklist with pipe‑alternative MIME types and injection of forged upload field configurations via a manipulated Select field value. The resulting arbitrary file upload can include executable code, giving attackers the ability to run commands on the WordPress host and compromising confidentiality, integrity, and availability of the site.

Affected Systems

WordPress sites that use the Forminator Forms – Contact Form, Payment Form & Custom Form Builder plugin from wpmudev, in any version up to and including 1.56.1.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity, and the lack of authentication requirements means any visitor can exploit the flaw. While an EPSS score is not available, the absence of a KEV listing does not diminish the risk; the flaw is already functional in production environments. An attacker crafts a form submission with a forged field configuration, triggers the handle_file_upload function, and uploads a malicious file to a directory accessible to the server, then re‑triggers processing to achieve remote code execution.

Generated by OpenCVE AI on August 18, 2026 at 06:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Forminator Forms plugin to version 1.56.2 or later, which contains the fixed upload validation logic.
  • Configure the form settings to restrict allowed file types and disallow external upload field configuration from user input, ensuring only permitted extensions are accepted.
  • Move the upload directory outside the web root or enforce server‑level restrictions (e.g., .htaccess, NGINX rules) to prevent direct web access to uploaded files.

Generated by OpenCVE AI on August 18, 2026 at 06:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpmudev
Wpmudev forminator Forms – Contact Form, Payment Form & Custom Form Builder
Vendors & Products Wordpress
Wordpress wordpress
Wpmudev
Wpmudev forminator Forms – Contact Form, Payment Form & Custom Form Builder

Tue, 18 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description The Forminator Forms plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.56.1 via the handle_file_upload function. This is due to insufficient file type validation in handle_file_upload, where the dangerous-extension blocklist performs exact-key matching that is bypassed by pipe-alternative MIME type keys, combined with a public submission handler that trusts attacker-controlled upload field configuration injected via a forged Select field value. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible.
Title Forminator Forms <= 1.56.1 - Unauthenticated Arbitrary File Upload via Forged Upload Field Configuration
Weaknesses CWE-434
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

Wordpress Wordpress
Wpmudev Forminator Forms – Contact Form, Payment Form & Custom Form Builder
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-18T05:31:20.458Z

Reserved: 2026-07-14T15:09:34.890Z

Link: CVE-2026-15748

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-18T06:16:40.670

Modified: 2026-08-18T06:16:40.670

Link: CVE-2026-15748

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T06:30:08Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type