CVE-2026-12128: Pinpoint Booking System <= 2.9.9.6.8 - Unauthenticated Improper Input Validation to Price Manipulation via 'cart_data' Parameter
The Pinpoint Booking System – Version 2 plugin for WordPress is vulnerable to Price Manipulation via the cartdata parameter in all versions up to, and including, 2.9.9.6.8. This is due to the dopbspwoocommerceaddtocart AJAX action being registered via wpajaxnopriv with no authentication, no nonce verification, and no server-side recalculation of pricing — the update handler reads pricetotal directly from the attacker-controlled cartdata POST parameter and persists it to the database via $wpdb->insert() without validating it against the calendar's configured pricing. The woocommercebeforecalculatetotals callback subsequently reads the stored attacker-supplied value back from the database and passes it directly to $product->setprice() without recomputing from calendar settings. This makes it possible for unauthenticated attackers to override the WooCommerce checkout price of any bookable product tied to a booking calendar to an arbitrary value, effectively enabling the purchase of any such product at a self-chosen price.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Pinpoint Booking System – Version 2 plugin for WordPressto a version that resolves this vulnerability.Fixed in 2.9.9.6.8
Event History
Frequently Asked Questions
What is the risk associated with CVE-2026-12128?
The risk associated with CVE-2026-12128 is rated as 27.
What is the severity of CVE-2026-12128?
The severity of CVE-2026-12128 is classified as medium, with a score of 5.3.
How can I fix CVE-2026-12128?
To fix CVE-2026-12128, update the Pinpoint Booking System plugin to a version beyond 2.9.9.6.8.
What vulnerability does CVE-2026-12128 describe?
CVE-2026-12128 describes an unauthenticated improper input validation vulnerability leading to price manipulation via the 'cart_data' parameter.
What versions are affected by CVE-2026-12128?
All versions of the Pinpoint Booking System plugin for WordPress up to and including 2.9.9.6.8 are affected by CVE-2026-12128.