Approved changes feed: RSS · Atom

cpe:2.3:a:wpmudev:forminator_forms_–_contact_form,_payment_form_&_custom_form_builder:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorWpmudev (a4908a28-206b-5801-853a-92926b63e5e8)
ProductForminator Forms – Contact Form, Payment Form & Custom Form Builder (1919439a-916a-5497-9872-7956022516c5)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from gcve-enriched-dumps CVE data

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-6222 vulnerable 2026-06-03 15:27:54.908761 Forminator Forms <= 1.51.1 - Missing Authorization to Authenticated (Subscriber+) Sensitive Information Disclosure via 'forminator_action' Parameter
MEDIUM (5.3)
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.
Published: 2026-05-07T01:25:27.229Z
Updated: 2026-05-07T15:52:44.953Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-6214 vulnerable 2026-06-03 15:27:54.899350 Forminator Forms <= 1.53.0 - Missing Authorization to Authenticated (Subscriber+) Scheduled Form Submission Export via forminator_export_entries Action on wp_loaded Hook
MEDIUM (6.5)
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.
Published: 2026-05-07T03:27:06.427Z
Updated: 2026-05-07T12:37:58.665Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-5192 vulnerable 2026-06-03 15:26:26.769891 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.52.1 - Unauthenticated Arbitrary File Read via 'upload-1[file][file_path]'
HIGH (7.5)
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.
Published: 2026-05-05T06:43:30.712Z
Updated: 2026-05-05T12:27:11.645Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-2729 vulnerable 2026-06-03 15:19:24.872431 Forminator – Contact Form, Payment Form & Custom Form Builder <= 1.52.0 - Missing Authorization to Unauthenticated Stripe PaymentIntent Reuse / Underpayment Bypass via 'paymentid' Parameter
MEDIUM (5.3)
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.
Published: 2026-05-05T06:43:30.131Z
Updated: 2026-05-05T14:13:01.575Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-2002 vulnerable 2026-06-03 15:19:23.258654 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.50.2 - Authenticated (Administrator+) Stored Cross-Site Scripting
MEDIUM (4.4)
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.
Published: 2026-02-17T04:35:45.394Z
Updated: 2026-04-08T16:50:48.539Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-7638 vulnerable 2026-06-03 15:13:40.656119 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.45.0 - Authenticated (Administrator+) SQL Injection via `order_by` Parameter
MEDIUM (4.9)
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.
Published: 2025-07-18T04:23:01.973Z
Updated: 2026-04-08T16:56:22.207Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-6464 vulnerable 2026-06-03 15:12:27.659435 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.44.2 - Unauthenticated PHP Object Injection (PHAR) Triggered via Administrator Form Submission Deletion
HIGH (7.5)
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.
Published: 2025-07-02T05:29:17.413Z
Updated: 2026-04-08T16:58:07.457Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-6463 vulnerable 2026-06-03 15:12:27.657872 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.44.2 - Unauthenticated Arbitrary File Deletion Triggered via Administrator Form Submission Deletion
HIGH (8.8)
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).
Published: 2025-07-02T04:24:56.446Z
Updated: 2026-04-08T16:59:32.467Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-5341 vulnerable 2026-06-03 15:06:27.588051 Forminator <= 1.44.1 - Authenticated (Contributor+) Stored DOM-Based Cross-Site Scripting via id and data-size Parameters
MEDIUM (6.4)
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.
Published: 2025-06-05T11:15:06.223Z
Updated: 2026-04-08T16:48:39.419Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3487 vulnerable 2026-06-03 15:01:04.529757 Forminator <= 1.42.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'limit'
MEDIUM (6.4)
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.
Published: 2025-04-17T11:13:05.992Z
Updated: 2026-04-08T16:52:15.260Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3479 vulnerable 2026-06-03 15:01:04.517760 Forminator <= 1.42.0 - Order Replay Vulnerability
MEDIUM (5.3)
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.
Published: 2025-04-17T11:13:06.397Z
Updated: 2026-04-08T17:21:34.121Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-14782 vulnerable 2026-06-03 14:58:55.942667 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.49.1 - Missing Authorization to Authenticated (Forminator User+) CSV Export
MEDIUM (5.3)
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.
Published: 2026-01-09T06:34:53.334Z
Updated: 2026-04-08T16:43:38.865Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-0470 vulnerable 2026-06-03 14:58:32.276384 Forminator <= 1.38.2 - Reflected Cross-Site Scripting via Title Parameter
MEDIUM (6.1)
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.
Published: 2025-01-31T03:21:28.615Z
Updated: 2026-04-08T17:33:17.289Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-0469 vulnerable 2026-06-03 14:58:32.275422 Forminator <= 1.39.2 - Authenticated (Contributor+) Stored Cross-Site Scripting
MEDIUM (6.4)
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.
Published: 2025-02-27T04:21:44.250Z
Updated: 2025-02-27T14:55:04.061Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-9700 vulnerable 2026-06-03 14:58:22.476525 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.36.0 - Insecure Direct Object Reference to Submission Manipulation
MEDIUM (5.3)
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.
Published: 2024-10-31T05:31:23.699Z
Updated: 2026-04-08T17:34:37.518Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-9352 vulnerable 2026-06-03 14:58:21.060717 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.35.1 - Cross-Site Request Forgery to Draft Custom Form Creation
MEDIUM (4.3)
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.
Published: 2024-10-17T05:33:08.753Z
Updated: 2026-04-08T17:03:50.013Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-9351 vulnerable 2026-06-03 14:58:21.059673 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.35.1 - Cross-Site Request Forgery to Draft Quiz Creation
MEDIUM (4.3)
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.
Published: 2024-10-17T05:33:09.391Z
Updated: 2026-04-08T17:06:11.822Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-7389 vulnerable 2026-06-03 14:58:05.777132 Forminator <= 1.29.1 - HubSpot Developer API Key Sensitive Information Exposure
HIGH (7.5)
The Forminator plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.29.1 via class-forminator-addon-hubspot-wp-api.php. This makes it possible for unauthenticated attackers to extract the HubSpot integration developer API key and make unauthorized changes to the plugin's HubSpot integration or expose personally identifiable information from plugin users using the HubSpot integration.
Published: 2024-08-02T04:29:55.281Z
Updated: 2026-04-08T16:35:13.441Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-3053 vulnerable 2026-06-03 14:56:23.217024 Forminator – Contact Form, Payment Form & Custom Form Builder <= 1.29.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via forminator_form Shortcode
MEDIUM (6.4)
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.
Published: 2024-04-09T18:58:34.949Z
Updated: 2026-04-08T16:37:49.834Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-1794 vulnerable 2026-06-03 14:54:34.658567 Forminator <= 1.29.0 - Unauthenticated Stored Cross-Site Scripting via File Upload
HIGH (7.2)
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.
Published: 2024-04-09T18:58:38.653Z
Updated: 2026-04-08T16:42:07.635Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-10402 vulnerable 2026-06-03 14:54:05.501283 Forminator Forms – Contact Form, Payment Form & Custom Form Builder <= 1.35.1 - Missing Authorization to Authenticated (Contributor+) Form Update and Creation
HIGH (7.5)
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.
Published: 2024-10-26T11:38:03.383Z
Updated: 2026-04-08T17:19:07.929Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-6133 vulnerable 2026-06-03 14:53:50.887271 Forminator <= 1.27.0 - Authenticated (Administrator+) Arbitrary File Upload
MEDIUM (6.6)
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.
Published: 2023-11-15T06:40:46.339Z
Updated: 2026-04-08T16:36:41.971Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-4596 vulnerable 2026-06-03 14:53:28.864656 Forminator <= 1.24.6 - Unauthenticated Arbitrary File Upload
CRITICAL (9.8)
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.
Published: 2023-08-30T01:45:37.073Z
Updated: 2026-04-08T17:11:29.854Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-4417 vulnerable 2026-06-03 14:45:48.681236 Forminator – Contact Form, Payment Form & Custom Form Builder <= 1.13.4 - Cross-Site Request Forgery Bypass
MEDIUM (5.4)
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.
Published: 2023-07-12T03:40:45.797Z
Updated: 2026-04-08T17:24:17.361Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.