Booking Package <= 1.7.06 - Unauthenticated Price Manipulation via 'amount' Parameter

5.3
External Control of Assumed-Immutable Web Parameter
CVE CVE-2026-4911
CVSS 5.3 (Medium)
Publicly Published April 27, 2026
Last Updated April 28, 2026
Researcher momopon1415

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.

References

Share

Vulnerability Details for Booking Package

Software Type Plugin
Software Slug booking-package (view on wordpress.org)
Patched? Yes
Remediation Update to version 1.7.07, or a newer patched version
Affected Version
  • <= 1.7.06
Patched Version
  • 1.7.07

Recent vulnerabilities in Booking Package

# Title CVE ID CVSS Researchers Date
1 Booking Package <= 1.7.20 - Unauthenticated SQL Injection via 'email' Form Parameter CVE-2026-15335 7.5 Wordfence PRISM July 10, 2026
2 Booking Package <= 1.7.16 - Authenticated (Editor+) Privilege Escalation via Account Takeover to updateUser AJAX Action CVE-2026-9851 7.2 Md. Moniruzzaman Prodhan (NomanProdhan) June 5, 2026
3 Booking Package <= 1.7.06 - Missing Authorization CVE-2026-40774 5.3 Skoobi April 21, 2026
4 Booking Package <= 1.6.72 - Reflected Cross-Site Scripting via Locale Parameter CVE-2024-13508 6.1 Krzysztof Zając February 18, 2025
5 Booking Package <= 1.6.27 - Unauthenticated Price Manipulation CVE-2024-30516 5.3 Abdi Pranata March 28, 2024
6 Booking Package <= 1.6.01 - Reflected Cross-Site Scripting via 'mode' CVE-2023-39918 6.1 Truoc Phan August 7, 2023
7 Booking Package <= 1.5.98 - Authorization Bypass to Arbitrary Password Reset CVE-2023-37389 9.8 Rafie Muhammad July 5, 2023
8 Booking Package <= 1.5.28 - Unauthenticated Sensitive Data Disclosure CVE-2022-0709 7.5 Huli, Cymetrics March 9, 2022
9 Booking Package <= 1.5.10 - Reflected Cross-Site Scripting CVE-2021-20840 6.1 Gen Sato November 10, 2021

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation