The Pinpoint Booking System – Version 2 plugin for WordPress is vulnerable to Price Manipulation via the cart_data parameter in all versions up to, and including, 2.9.9.6.8. This is due to the dopbsp_woocommerce_add_to_cart AJAX action being registered via wp_ajax_nopriv_* with no authentication, no nonce verification, and no server-side recalculation of pricing — the update handler reads price_total directly from the attacker-controlled cart_data POST parameter and persists it to the database via $wpdb->insert() without validating it against the calendar's configured pricing. The woocommerce_before_calculate_totals callback subsequently reads the stored attacker-supplied value back from the database and passes it directly to $product->set_price() 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.
CVE-2026-12128
Score 5.3 from GitHub Security Advisory published 2026-08-15. a secondary CVSS source baseline 5.3; sources differ by 0.0.
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.3
- EG Score
- 5.3(high)
- EG Risk
- 39(Track)EG Risk 39/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity53% × 45%Exploitation0% × 40%Automatability100% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 28%
- KEV
- Not listed
Published
August 15, 2026
Last Modified
August 20, 2026
References (9)
- security@wordfencehttps://plugins.trac.wordpress.org/browser/booking-system/tags/2.9.9.6.7/addons/woocommerce/dopbsp-woocommerce.php#L141
- security@wordfencehttps://plugins.trac.wordpress.org/browser/booking-system/tags/2.9.9.6.7/addons/woocommerce/includes/class-woocommerce-cart.php#L125
- security@wordfencehttps://plugins.trac.wordpress.org/browser/booking-system/tags/2.9.9.6.7/addons/woocommerce/includes/class-woocommerce-cart.php#L293
- security@wordfencehttps://plugins.trac.wordpress.org/browser/booking-system/tags/2.9.9.6.7/addons/woocommerce/includes/class-woocommerce-cart.php#L90
- security@wordfencehttps://plugins.trac.wordpress.org/browser/booking-system/tags/2.9.9.6.8/addons/woocommerce/dopbsp-woocommerce.php#L141
- security@wordfencehttps://plugins.trac.wordpress.org/browser/booking-system/tags/2.9.9.6.8/addons/woocommerce/includes/class-woocommerce-cart.php#L125
- security@wordfencehttps://plugins.trac.wordpress.org/browser/booking-system/tags/2.9.9.6.8/addons/woocommerce/includes/class-woocommerce-cart.php#L293
- security@wordfencehttps://plugins.trac.wordpress.org/browser/booking-system/tags/2.9.9.6.8/addons/woocommerce/includes/class-woocommerce-cart.php#L90
- security@wordfencehttps://www.wordfence.com/threat-intel/vulnerabilities/id/e6faf2b7-52e2-4656-9171-4ee17352ed1e?source=cve
Vendor Advisories for CVE-2026-12128(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 20× in last 7d / 20× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-20 13:03 UTCGHSA enrichment
- 2026-08-19 20:37 UTCEG score recompute
- 2026-08-19 20:37 UTCGHSA enrichment
- 2026-08-19 17:03 UTCEPSS rescore
- 2026-08-18 20:33 UTCEG score recompute
- 2026-08-18 20:33 UTCGHSA enrichment
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 20:30 UTCEG score recompute
- 2026-08-17 20:30 UTCGHSA enrichment
- 2026-08-17 19:50 UTCEG score recompute
- 2026-08-17 19:50 UTCGHSA enrichment
- 2026-08-17 03:24 UTCEG score recompute
- 2026-08-17 03:24 UTCGHSA enrichment
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 03:21 UTCEG score recompute
- 2026-08-16 03:21 UTCGHSA enrichment
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 03:18 UTCEG score recompute
- 2026-08-15 02:41 UTCEG score recompute
- 2026-08-15 02:40 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-20
- CVE-2005-0050EG 10.0EPSS p99HIGH
- CVE-2004-1019EG 10.0EPSS p94HIGH
- CVE-2004-0840EG 10.0EPSS p98HIGH
- CVE-2003-1425EG 10.0EPSS p96HIGH
- CVE-2003-1487EG 10.0EPSS p94HIGH
- CVE-2002-1874EG 10.0HIGH
- CVE-2002-2236EG 10.0EPSS p91HIGH
- CVE-2002-2365EG 10.0HIGH
- CVE-2002-1358EG 10.0EPSS p93HIGH
- CVE-2002-1359EG 10.0EPSS p100HIGH
Frequently asked(5)
What is CVE-2026-12128?
When was CVE-2026-12128 disclosed?
Is CVE-2026-12128 actively exploited?
What is the CVSS score of CVE-2026-12128?
How do I remediate CVE-2026-12128?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-12128
Is Your Infrastructure Affected by CVE-2026-12128?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.