CVE-2026-4911
Last modified
CVE-2026-4911 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4911?
How severe is CVE-2026-4911?
How do I fix CVE-2026-4911?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-49104Unauthenticated PHP Object Injection in Integration for Keap…9.8
- CVE-2026-49105Unauthenticated PHP Object Injection in WP Zendesk for Conta…9.8
- CVE-2026-49106Unauthenticated PHP Object Injection in Integration for Cont…9.8
- CVE-2026-49107Unauthenticated PHP Object Injection in Thrive Apprentice < …9.8
- CVE-2026-49108Unauthenticated PHP Object Injection in Moderno < 1.43 versi…9.8
- CVE-2026-49109Unauthenticated PHP Object Injection in Integration for Sale…9.8
- CVE-2026-49110Unauthenticated Broken Authentication in Upsell Order Bump O…7.5
- CVE-2026-49111Incorrect Privilege Assignment vulnerability in ThemeGrill M…8.8
- CVE-2026-49112Unauthenticated Path Traversal in Shared Files <= 1.7.64 ver…7.5
- CVE-2026-49113Subscriber Arbitrary Code Execution in Cornerstone < 7.8.8 v…8.5
- CVE-2026-49119Gradio before 6.16.0 contain a path traversal vulnerability …8.7
- CVE-2026-4912The Media Cleaner: Clean your WordPress! plugin for WordPres…4.1
Are you affected by CVE-2026-4911?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
