Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
1DescriptionCVE.org
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.
AnalysisAI
Forminator plugin for WordPress versions up to 1.52.0 allows unauthenticated attackers to bypass payment authorization by reusing previously succeeded Stripe PaymentIntent identifiers, enabling submission of high-value paid forms at no cost or reduced cost through payment bypass. The vulnerability affects the public payment processing flow where the plugin fails to verify that the attacker owns or is authorized to use a supplied PaymentIntent, making it possible to complete forms without proper payment validation.
Technical ContextAI
The Forminator plugin integrates with Stripe's payment processing API through PaymentIntent objects, which are used in Stripe's Payment Element and other modern payment flows. PaymentIntent identifiers (pi_*) are used to track payment status and retrieve transaction details. The vulnerability stems from insufficient authorization checks in the public payment form submission handler - the plugin appears to accept PaymentIntent IDs supplied by the client-side form without cryptographic verification that the current user initiated that specific payment intent. CWE-639 (Authorization Bypass Through User-Controlled Key) describes the root cause: attackers can manipulate or reuse identifiers that the application trusts without re-validating ownership. An attacker can observe a successful PaymentIntent from any completed transaction (either their own low-value test or captured from network traffic) and replay it against a different form submission to bypass the payment requirement entirely.
RemediationAI
Upgrade Forminator plugin to version 1.52.1 or later, which includes the authorization fix (confirmed by WordPress plugin repository changeset 3500669). For organizations unable to patch immediately, disable Stripe payment processing in Forminator forms until the update is applied; alternatively, restrict form access to authenticated users only via WordPress user roles, though this reduces form usability. The fix adds server-side verification to confirm that the PaymentIntent identifier supplied in the payment flow matches the payment intent created during the current form submission session, preventing reuse across different form submissions. Verify the patch application by confirming the plugin version in WordPress admin and testing payment flows with invalid PaymentIntent identifiers to ensure they are rejected. No workarounds fully eliminate the risk without disabling payment functionality.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-27223