Wpmudev Forminator Forms
Don't miss out!
Thousands of developers use stack.watch to stay informed.Get an email whenever new security vulnerabilities are reported in Wpmudev Forminator Forms.
By the Year
In 2026 there have been 6 vulnerabilities in Wpmudev Forminator Forms with an average score of 5.7 out of ten. Last year, in 2025 Forminator Forms had 9 security vulnerabilities published. If vulnerabilities keep coming in at the current rate, it appears that number of security vulnerabilities in Forminator Forms in 2026 could surpass last years number. Last year, the average CVE base score was greater by 0.51
| Year | Vulnerabilities | Average Score |
|---|---|---|
| 2026 | 6 | 5.72 |
| 2025 | 9 | 6.23 |
| 2024 | 6 | 5.83 |
| 2023 | 3 | 7.27 |
It may take a day or so for new Forminator Forms vulnerabilities to show up in the stats or in the list of recent security vulnerabilities. Additionally vulnerabilities may be tagged under a different product or component name.
Recent Wpmudev Forminator Forms Security Vulnerabilities
WordPress Forminator <1.53.0 Missing Auth Leads to Export Exfiltration
CVE-2026-6214
6.5 - Medium
- May 07, 2026
The Forminator Forms plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.53.0. This is due to the listen_for_saving_export_schedule() function in library/class-export.php failing to perform a capability check before saving the scheduled export configuration, unlike the parallel listen_for_csv_export() function which correctly verifies user permissions. This makes it possible for authenticated attackers with subscriber-level access to configure a scheduled export job that emails all form submissions to an attacker-controlled email address, resulting in sensitive data exfiltration.
AuthZ
WordPress Forminator <1.51.1 Missing Auth Export/Clone
CVE-2026-6222
5.3 - Medium
- May 07, 2026
The Forminator Forms plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.51.1. This is due to the `processRequest()` method in `Forminator_Admin_Module_Edit_Page` (admin/abstracts/class-admin-module-edit-page.php) dispatching sensitive module-management actions including export, delete, clone, delete-entries, publish/draft, and bulk variants after only a nonce check, without ever verifying that the current user holds the `manage_forminator_modules` capability. The nonce used (`forminator_form_request`) is unconditionally embedded in the global `forminatorData` JavaScript object and localized on every Forminator admin page, including Templates and Reports pages accessible to users who explicitly lack module-management permissions. Because `processRequest()` is invoked during the `admin_menu` action hook which fires before WordPress enforces page-level capability checks a user whose Forminator role is restricted to Templates or Reports can craft a valid POST request targeting any published module and successfully trigger the vulnerable actions. This makes it possible for authenticated attackers with subscriber-level access (or any custom low-privilege Forminator role) to export the complete internal configuration of arbitrary forms/polls/quizzes (including notification routing, integration credentials, and conditional logic), delete modules, delete all submissions/votes, clone modules, or bulk-change publish/draft status.
AuthZ
Forminator WP Plugin 1.52.1 Path Traversal via upload-1[file][file_path]
CVE-2026-5192
7.5 - High
- May 05, 2026
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.
Directory traversal
Forminator WP Plugin <=1.52.0 Auth Bypass via Stripe PaymentIntent
CVE-2026-2729
5.3 - Medium
- May 05, 2026
The Forminator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.52.0. This is due to the plugin not properly verifying that a user is authorized to perform an action when processing attacker-supplied Stripe PaymentIntent identifiers in the public payment flow. This makes it possible for unauthenticated attackers to submit high-value paid forms as completed by reusing a previously succeeded low-value Stripe PaymentIntent, resulting in underpayment/payment bypass conditions.
Insecure Direct Object Reference / IDOR
Forminator 1.50.2 XSS via form_name (admin)
CVE-2026-2002
4.4 - Medium
- February 17, 2026
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the form_name parameter in all versions up to, and including, 1.50.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The plugin allows admins to give form management permissions to lower level users, which could make this exploitable by users such as subscribers.
XSS
Authorization Bypass in Forminator Forms <=1.49.1 via listen_for_csv_export
CVE-2025-14782
5.3 - Medium
- January 09, 2026
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.49.1 via the 'listen_for_csv_export' function. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with access to the Forminator dashboard, to export sensitive form submission data including personally identifiable information.
AuthZ
Forminator Forms <1.45.0 Vulnerable to Time-Based SQLI via order_by
CVE-2025-7638
4.9 - Medium
- July 18, 2025
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to time-based SQL Injection via the `order_by` parameter in all versions up to, and including, 1.45.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
SQL Injection
PHP Object Injection via entry_delete_upload_files in Forminator Forms <=1.44.2
CVE-2025-6464
7.5 - High
- July 02, 2025
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.44.2 via deserialization of untrusted input in the 'entry_delete_upload_files' function. This makes it possible for unauthenticated attackers to inject a PHP Object through a PHAR file. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present. Deserialization occurs when the form submission is deleted, whether by an Administrator or via auto-deletion determined by plugin settings.
Marshaling, Unmarshaling
Forminator <1.44.2 Inf File Delete via entry_delete_upload_files
CVE-2025-6463
8.8 - High
- July 02, 2025
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'entry_delete_upload_files' function in all versions up to, and including, 1.44.2. This makes it possible for unauthenticated attackers to include arbitrary file paths in a form submission. The file will be deleted when the form submission is deleted, whether by an Administrator or via auto-deletion determined by plugin settings. This can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
External Control of File Name or Path
Stored XSS via id & data-size in Forminator <=1.44.1 (Contributor+)
CVE-2025-5341
6.4 - Medium
- June 05, 2025
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the id' and 'data-size parameters in all versions up to, and including, 1.44.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
XSS
Order Replay Exploit in Forminator 1.42.0 via handle_stripe_single
CVE-2025-3479
5.3 - Medium
- April 17, 2025
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Order Replay in all versions up to, and including, 1.42.0 via the 'handle_stripe_single' function due to insufficient validation on a user controlled key. This makes it possible for unauthenticated attackers to reuse a single Stripe PaymentIntent for multiple transactions. Only the first transaction is processed via Stripe, but the plugin sends a successful email message for each transaction, which may trick an administrator into fulfilling each order.
Improper Validation of Integrity Check Value
Forminator Forms Stored XSS in 'limit' param v<=1.42.0
CVE-2025-3487
5.4 - Medium
- April 17, 2025
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the limit parameter in all versions up to, and including, 1.42.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
XSS
Forminator Forms WP Plugin <=1.39.2: Stored XSS via Slider Template Data
CVE-2025-0469
5.4 - Medium
- February 27, 2025
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the slider template data in all versions up to, and including, 1.39.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
XSS
Forminator Forms WP Plugin <1.38.3: Stored XSS via Unsanitised Settings
CVE-2024-7052
- February 14, 2025
The Forminator Forms WordPress plugin before 1.38.3 does not sanitise and escape some of its settings, which could allow high privilege users such as Admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup)
XSS
Forminator Forms 1.38.2 Reflected XSS via title param
CVE-2025-0470
6.1 - Medium
- January 31, 2025
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the title parameter in all versions up to, and including, 1.38.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
XSS
Insecure Direct Object Reference in Forminator Forms 1.36.0 (submit_quizzes)
CVE-2024-9700
5.3 - Medium
- October 31, 2024
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 1.36.0 via the submit_quizzes() function due to missing validation on the 'entry_id' user controlled key. This makes it possible for unauthenticated attackers to modify other user's quiz submissions.
Insecure Direct Object Reference / IDOR
Unauthorized Access in Forminator Forms 1.35.1 via Missing Cap Check
CVE-2024-10402
7.5 - High
- October 26, 2024
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 1.35.1. This makes it possible for authenticated attackers, with Contributor-level access and above, and permissions granted by an Administrator, to create new or edit existing forms, including updating the default registration role to Administrator on User Registration forms.
AuthZ
WordPress Forminator 1.35.1 CSRF via missing nonce in create_module
CVE-2024-9351
4.3 - Medium
- October 17, 2024
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.35.1. This is due to missing or incorrect nonce validation on the quiz 'create_module' function. This makes it possible for unauthenticated attackers to create draft quizzes via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Session Riding
Forminator Forms WP Plugin 1.35.1 CSRF via create_module
CVE-2024-9352
4.3 - Medium
- October 17, 2024
The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.35.1. This is due to missing or incorrect nonce validation on the custom form 'create_module' function. This makes it possible for unauthenticated attackers to create draft forms via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Session Riding
WordPress Forminator <=1.29.0 XSS via Unsanitized Upload
CVE-2024-1794
7.2 - High
- April 09, 2024
The Forminator plugin for WordPress is vulnerable to Stored Cross-Site Scripting via an uploaded file (e.g. 3gpp file) in all versions up to, and including, 1.29.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
XSS
Forminator Plugin 1.29.2 Stored XSS via forminator_form id
CVE-2024-3053
6.4 - Medium
- April 09, 2024
The Forminator Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the id forminator_form shortcode attribute in versions up to, and including, 1.29.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
XSS
Arbitrary File Upload via formallowed_mime_types in Forminator 1.27.0
CVE-2023-6133
6.6 - Medium
- November 15, 2023
The Forminator plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient blacklisting on the 'forminator_allowed_mime_types' function in versions up to, and including, 1.27.0. This makes it possible for authenticated attackers with administrator-level capabilities or above to upload arbitrary files on the affected site's server, but due to the htaccess configuration, remote code cannot be executed.
Unrestricted File Upload
Forminator WP Plugin 1.24.6 Arbitrary File Upload via upload_post_image()
CVE-2023-4596
9.8 - Critical
- August 30, 2023
The Forminator plugin for WordPress is vulnerable to arbitrary file uploads due to file type validation occurring after a file has been uploaded to the server in the upload_post_image() function in versions up to, and including, 1.24.6. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.
Unrestricted File Upload
Forminator 1.13.4 XSRF export form submissions vulnerability
CVE-2021-4417
5.4 - Medium
- July 12, 2023
The Forminator Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.13.4. This is due to missing or incorrect nonce validation on the listen_for_saving_export_schedule() function. This makes it possible for unauthenticated attackers to export form submissions via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Session Riding
Stay on top of Security Vulnerabilities
Want an email whenever new vulnerabilities are published for Wpmudev Forminator Forms or by Wpmudev? Click the Watch button to subscribe.