CVE-2026-4911
CVE-2026-4911 is a medium-severity vulnerability with a CVSS 3.x base score of 5.3. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-472.
Key facts
- Severity: Medium (CVSS 3.x base score 5.3)
- EPSS exploit prediction: 0% (23rd percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-26006
- Weakness: CWE-472
- Published:
- Last modified:
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.
Frequently asked questions
- What is CVE-2026-4911?
- 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.
- How severe is CVE-2026-4911?
- CVE-2026-4911 has a CVSS 3.x base score of 5.3, rated medium severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity low, and availability none.
- Is CVE-2026-4911 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (23rd percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-4911?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-4911 have an EU (EUVD) identifier?
- Yes. CVE-2026-4911 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-26006.
- When was CVE-2026-4911 published?
- CVE-2026-4911 was published on 2026-04-28 and last updated on 2026-06-17.
References
- https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/CreditCard.php#L393
- https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/CreditCard.php#L548
- https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/Schedule.php#L15151
- https://plugins.trac.wordpress.org/browser/booking-package/tags/1.7.04/lib/Schedule.php#L8948
- https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/CreditCard.php#L390
- https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/CreditCard.php#L545
- https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/Schedule.php#L15151
- https://plugins.trac.wordpress.org/browser/booking-package/trunk/lib/Schedule.php#L8942
- https://plugins.trac.wordpress.org/changeset?old_path=%2Fbooking-package/tags/1.7.06&new_path=%2Fbooking-package/tags/1.7.07
- https://www.wordfence.com/threat-intel/vulnerabilities/id/61d63c5a-6ca6-42d8-ab0a-152d9c95945c?source=cve
Other CWE-472 vulnerabilities
- CVE-2025-43933 — Critical (CVSS 9.8): fblog through 983bede allows account takeover via the password reset feature because SERVER_NAME is not configured and…
- CVE-2025-43930 — Critical (CVSS 9.8): Hashview 0.8.1 allows account takeover via the password reset feature because SERVER_NAME is not configured and thus a…
- CVE-2021-1295 — Critical (CVSS 9.8): Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV160, RV160W, RV260, RV260P,…
- CVE-2021-1294 — Critical (CVSS 9.8): Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV160, RV160W, RV260, RV260P,…
- CVE-2021-1293 — Critical (CVSS 9.8): Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV160, RV160W, RV260, RV260P,…
- CVE-2021-1292 — Critical (CVSS 9.8): Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV160, RV160W, RV260, RV260P,…