SureForms – Drag and Drop Form Builder for WordPress <= 2.2.1 - Unauthenticated Stripe Payment Amount Manipulation
Strategic Overview
- Status
- Patched in 2.2.2
- Affected Version
<= 2.2.1- CVSS
- 7.5High
- Weakness type
- CWE-20 · Improper Input Validation
- CVE
CVE-2026-15288
At a glance
CVE-2026-15288 is a high-severity Improper Input Validation vulnerability in the SureForms WordPress plugin, affecting versions <= 2.2.1. It carries a CVSS score of 7.5 (reachable over the network; low attack complexity; high integrity impact). Exploitation requires no authentication. The issue is fixed in version 2.2.2; sites on affected versions should update now. Disclosed February 2026, reported by andrea bocchetti.
Vulnerability Overview
The SureForms – Drag and Drop Form Builder for WordPress plugin for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 2.2.1. This is due to the plugin accepting the payment amount directly from user-controlled POST data in the 'create_payment_intent' and 'create_subscription_intent' functions without validating it against the form's configured price. This makes it possible for unauthenticated attackers to modify the payment amount to any arbitrary value when submitting a Stripe payment form, potentially purchasing products or services at significantly reduced prices.
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 integrity.
CWE-20: Improper Input Validation
SureForms <= 2.2.1 carries this weakness at create_payment_intent, and reaching it takes no account at all. Improper input validation means the application accepts input without confirming it has the form, type or range the code downstream assumes.
The concrete impact depends on where the unvalidated value lands, which is why records in this class range from cosmetic bugs to full compromise. For SureForms the fix is 2.2.2: builds <= 2.2.1 are affected, anything from 2.2.2 onward is not.
Remediation
Update to version 2.2.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: SureForms 2.2.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 SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz
- 8.1CVE-2025-6691: SureForms Arbitrary File Deletion Triggered
CVE-2025-6691 - 7.5CVE-2025-6742: SureForms PHP Object Injection (PHAR) Triggered
CVE-2025-6742 - 7.2CVE-2026-18406: SureForms <= 2.12.2 Stored Cross-Site Scripting
CVE-2026-18406 - 7.2CVE-2025-14855: SureForms <= 2.2.0 Stored Cross-Site Scripting
CVE-2025-14855 - 6.4CVE-2026-7623: SureForms <= 2.8.1 Stored Cross-Site Scripting
CVE-2026-7623 - 6.1CVE-2025-5921: SureForms <= 1.7.1 Reflected Cross-Site Scripting
CVE-2025-5921 - 5.3CVE-2026-85308: SureForms IDOR
CVE-2026-85308 - 5.3CVE-2026-11567: SureForms <= 2.11.0 Payment Amount Bypass
CVE-2026-11567
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C