Vulnerability Description
The Booking Package plugin for WordPress is vulnerable to Price Manipulation in versions up to, and including, 1.7.06 This is due to the intentForStripe() function passing user-controlled $_POST['amount'] directly to the Stripe PaymentIntent API without validation, and the commitStripe() function ignoring the server-calculated amount when confirming the payment. While the server correctly calculates the booking cost via getAmount() based on services, guests, taxes, and coupons, this calculated amount is never validated against or used to update the PaymentIntent because the critical code in CreditCard.php that would include the calculated amount in the PaymentIntent update is commented out. This makes it possible for unauthenticated attackers to book services at arbitrary prices (e.g., $0.01 instead of $500.00) by manipulating the amount parameter during PaymentIntent creation and completing the booking with the fraudulent payment.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/Credi
- https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/Credi
- https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/Sched
- https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/Sched
- https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/CreditCard.
- https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/CreditCard.
- https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/Schedule.ph
- https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/Schedule.ph
- https://plugins.trac.wordpress.org/changeset?old_path=%2Fbooking-package/tags/1.
- https://www.wordfence.com/threat-intel/vulnerabilities/id/61d63c5a-6ca6-42d8-ab0
FAQ
What is CVE-2026-4911?
CVE-2026-4911 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The Booking Package plugin for WordPress is vulnerable to Price Manipulation in versions up to, and including, 1.7.06 This is due to the intentForStripe() function passing user-controlled $_POST['amou...
How severe is CVE-2026-4911?
CVE-2026-4911 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-4911?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.