Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.52.1 - Unauthenticated Arbitrary File Read via 'upload-1[file][file_path]'
Strategic Overview
- Status
- Patched in 1.52.2
- Affected Version
<= 1.52.1- CVSS
- 7.5High
- Weakness type
- CWE-22 · Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
- CVE
CVE-2026-5192
At a glance
CVE-2026-5192 is a high-severity Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in the Forminator Forms WordPress plugin, affecting versions <= 1.52.1. It carries a CVSS score of 7.5 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires no authentication. The issue is fixed in version 1.52.2; sites on affected versions should update now. Disclosed May 2026, reported by daroo.
Vulnerability Overview
The Forminator Forms – Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Path Traversal in versions up to, and including, 1.52.1 via the 'upload-1[file][file_path]' parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. Successful exploitation requires a publicly accessible form with a File Upload field where Save and Continue is enabled in that form's Behavior settings and the Save and Continue email notification is configured to attach uploaded files in Email Notifications.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Forminator Forms <= 1.52.1 carries this weakness at upload-1[file][file_path], and reaching it takes no account at all. Path traversal happens when user-controlled text is used to build a filesystem path without being constrained to an intended directory, so sequences like ../ walk the resolved path somewhere else.
Depending on the operation, it means reading files outside the intended folder — wp-config.php being the usual target — or writing to and deleting paths the web server can touch. For Forminator Forms the fix is 1.52.2: builds <= 1.52.1 are affected, anything from 1.52.2 onward is not.
Remediation
Update to version 1.52.2, or a newer patched version
How does WordSec protect against this?
Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Forminator Forms 1.52.2 closes this, and updating the plugin is the step that ends it.
- Firewall
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Forminator Forms – Contact Form, Payment Form & Custom Form Builder
- 9.8CVE-2024-28890: Forminator <= 1.28.1 Arbitrary File Upload
CVE-2024-28890 - 9.8CVE-2023-4596: Forminator <= 1.24.6 Arbitrary File Upload
CVE-2023-4596 - 9.1CVE-2024-31077: Forminator <= 1.29.2 SQL Injection
CVE-2024-31077 - 8.8CVE-2026-28111: Forminator Forms Privilege Escalation
CVE-2026-28111 - 8.8CVE-2025-6463: Forminator Forms Arbitrary File Deletion Triggered
CVE-2025-6463 - 7.5CVE-2025-6464: Forminator Forms PHP Object Injection (PHAR) Triggered
CVE-2025-6464 - 7.5CVE-2024-10402: Forminator Forms Authenticated (Contributor+) Form
CVE-2024-10402 - 7.5CVE-2024-7389: Forminator HubSpot Developer API Key Info Exposure
CVE-2024-7389
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C