๐Ÿ” CVE Alert

CVE-2026-4911

MEDIUM 5.3

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

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-472
Vendor masaakitanaka
Product booking package
Published Apr 28, 2026
Stay Ahead of the Next One

Get instant alerts for masaakitanaka booking package

Be the first to know when new medium vulnerabilities affecting masaakitanaka booking package are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

masaakitanaka / Booking Package
0 โ‰ค 1.7.06

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/61d63c5a-6ca6-42d8-ab0a-152d9c95945c?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/Schedule.php#L8942 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/Schedule.php#L8948 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/CreditCard.php#L390 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/CreditCard.php#L393 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/CreditCard.php#L545 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/CreditCard.php#L548 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/Schedule.php#L15151 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/Schedule.php#L15151 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?old_path=%2Fbooking-package/tags/1.7.06&new_path=%2Fbooking-package/tags/1.7.07

Credits

momopon1415