Vulnerability Description
The Contact Form 7 – PayPal & Stripe Add-on plugin for WordPress is vulnerable to Payment Bypass via Insufficient Verification of Data Authenticity in all versions up to, and including, 2.4.9. Although `cf7pp_paypal_ipn_handler()` correctly validates IPN authenticity by posting back to PayPal with `cmd=_notify-validate`, it fails to compare the IPN payload's `mc_gross` (payment amount), `mc_currency`, or `receiver_email` fields against the corresponding stored order values before passing the attacker-controlled `invoice` field directly to `cf7pp_complete_payment()`, which marks the order completed after only an integer cast with no amount verification. This makes it possible for unauthenticated attackers to mark arbitrary high-value pending orders as fully paid by making a minimal real PayPal payment and crafting an IPN whose `invoice` parameter references the targeted order, effectively completing purchases without tendering the required payment amount.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/contact-form-7-paypal-add-on/tags/2.4
- https://plugins.trac.wordpress.org/browser/contact-form-7-paypal-add-on/tags/2.4
- https://plugins.trac.wordpress.org/browser/contact-form-7-paypal-add-on/tags/2.4
- https://plugins.trac.wordpress.org/browser/contact-form-7-paypal-add-on/tags/2.4
- https://plugins.trac.wordpress.org/browser/contact-form-7-paypal-add-on/tags/2.4
- https://plugins.trac.wordpress.org/browser/contact-form-7-paypal-add-on/tags/2.4
- https://plugins.trac.wordpress.org/changeset/3551197/contact-form-7-paypal-add-o
- https://www.wordfence.com/threat-intel/vulnerabilities/id/5e274781-1c20-4224-bc1
FAQ
What is CVE-2026-9189?
CVE-2026-9189 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The Contact Form 7 – PayPal & Stripe Add-on plugin for WordPress is vulnerable to Payment Bypass via Insufficient Verification of Data Authenticity in all versions up to, and including, 2.4.9. Althoug...
How severe is CVE-2026-9189?
CVE-2026-9189 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-9189?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.