Skip to main content

Wordpress Plugin CVE-2026-2888

| EUVDEUVD-2026-11766 MEDIUM
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-03-13 Wordfence
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

3
EUVD ID Assigned
Mar 13, 2026 - 09:00 euvd
EUVD-2026-11766
Analysis Generated
Mar 13, 2026 - 09:00 vuln.today
CVE Published
Mar 13, 2026 - 08:25 nvd
MEDIUM 5.3

DescriptionCVE.org

The Formidable Forms plugin for WordPress is vulnerable to an authorization bypass through user-controlled key in all versions up to, and including, 6.28. This is due to the frm_strp_amount AJAX handler (update_intent_ajax) overwriting the global $_POST data with attacker-controlled JSON input and then using those values to recalculate payment amounts via field shortcode resolution in generate_false_entry(). The handler relies on a nonce that is publicly exposed in the page's JavaScript (frm_stripe_vars.nonce), which provides CSRF protection but not authorization. This makes it possible for unauthenticated attackers to manipulate PaymentIntent amounts before payment completion on forms using dynamic pricing with field shortcodes, effectively paying a reduced amount for goods or services.

AnalysisAI

The Formidable Forms WordPress plugin versions up to 6.28 contain an authorization bypass vulnerability in the Stripe payment integration that allows unauthenticated attackers to manipulate PaymentIntent amounts before payment completion. An attacker can exploit the publicly exposed nonce in the frm_strp_amount AJAX handler to overwrite POST data and recalculate dynamic pricing fields, enabling payment of reduced amounts for goods or services. While the CVSS score is moderate at 5.3, the vulnerability has direct financial impact on e-commerce deployments and poses a meaningful risk to sites using dynamic pricing with Formidable Forms and Stripe.

Technical ContextAI

The vulnerability resides in the Formidable Forms plugin's Stripe integration, specifically in the frm_strp_amount AJAX handler and its update_intent_ajax() function. The root cause is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), a fundamental authorization flaw where attacker-controlled input is used to determine access or modify protected operations. The vulnerable code accepts JSON input from unauthenticated requests, overwrites the global PHP $_POST superglobal with attacker data, and then processes field shortcode resolution via generate_false_entry() to recalculate Stripe PaymentIntent amounts. While the endpoint is protected by a WordPress nonce (frm_stripe_vars.nonce), this nonce only provides CSRF mitigation and does not enforce user authentication or authorization checks. The nonce value is publicly exposed in page JavaScript, making it trivial for attackers to obtain. The integration relies on WooCommerce Stripe gateway or Stripe API version 2019-12-03 or later (typical Formidable Forms configurations), and the vulnerability affects all plugin versions distributed via WordPress.org plugin repository (CPE: cpe:2.3:a:strategy11:formidable:*:*:*:*:*:wordpress:*:*).

RemediationAI

Immediately upgrade Formidable Forms to version 6.29 or later, which contains authorization checks and proper server-side validation of payment amounts. This is the primary mitigation and should be prioritized as critical. Until patching is completed, implement the following compensating controls: (1) Disable Stripe integration or the dynamic pricing feature in Formidable Forms settings if not strictly necessary; (2) Implement Web Application Firewall (WAF) rules blocking POST requests to the wp-admin/admin-ajax.php?action=frm_strp_amount endpoint from non-authenticated users, or rate-limit these requests aggressively; (3) Monitor Stripe webhooks and payment logs for anomalies, including PaymentIntent amounts that differ from form field calculations, and flag or block suspicious transactions; (4) Review recent Stripe transactions for evidence of exploitation (reduced payment amounts inconsistent with form configuration). Consult the official Formidable Forms security advisory and WP Engine/plugin documentation for version-specific patch release notes and any additional post-upgrade validation steps.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-2888 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy