Skip to main content

Pinpoint Booking System CVE-2026-12128

| EUVDEUVD-2026-58843 MEDIUM
Improper Input Validation (CWE-20)
2026-08-15 Wordfence GHSA-w46h-pcxr-j4fq
5.3
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
7.5 HIGH

Network-accessible, zero-auth endpoint; Integrity rated High because attacker has unconstrained control over transaction price values, enabling arbitrary financial fraud on any bookable product.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Aug 15, 2026 - 03:04 vuln.today
CVE Published
Aug 15, 2026 - 02:26 cve.org
MEDIUM 5.3

DescriptionCVE.org

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.

AnalysisAI

Price manipulation in the Pinpoint Booking System - Version 2 WordPress plugin (all versions ≤2.9.9.6.8) enables unauthenticated remote attackers to purchase any WooCommerce bookable product at a self-chosen price by injecting an arbitrary price_total value into the cart_data POST parameter. The vulnerable dopbsp_woocommerce_add_to_cart AJAX handler - registered via wp_ajax_nopriv_* with no authentication and no nonce check - persists the attacker-supplied price directly to the database and a subsequent WooCommerce hook reads it back to set the product price without recalculation. No public exploit has been identified at time of analysis, though the code paths are fully visible in the public WordPress plugin repository, materially lowering the barrier to exploitation.

Technical ContextAI

The plugin's WooCommerce integration add-on registers the dopbsp_woocommerce_add_to_cart action via WordPress's wp_ajax_nopriv_* hook, which makes it reachable by any unauthenticated HTTP client without a nonce or session check. The update handler in class-woocommerce-cart.php (lines ~90, 125, and 293 per reference source code) reads price_total from the attacker-controlled cart_data POST body and persists it with $wpdb->insert(), bypassing all server-side pricing logic. The woocommerce_before_calculate_totals callback then retrieves this stored value from the database and calls $product->set_price() directly, so WooCommerce's standard pricing engine never runs for these transactions. The root cause maps to CWE-20 (Improper Input Validation) - specifically the complete absence of server-side recalculation or bounds-checking of a security-relevant value accepted from untrusted POST data. Affected product per CPE: cpe:2.3:a:dotonpaper:pinpoint_booking_system_-_version_2 in all versions up to and including 2.9.9.6.8.

RemediationAI

No patched version has been independently confirmed from the available references - both the CPE data and EUVD listing indicate all versions ≤2.9.9.6.8 are affected, and no fixed release version appears in any reference. Site owners should immediately check the WordPress plugin repository for a version beyond 2.9.9.6.8 from Dotonpaper and apply it if available, and monitor the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/e6faf2b7-52e2-4656-9171-4ee17352ed1e) for patch confirmation. As a compensating control pending a patch, disabling the WooCommerce add-on component of the Pinpoint Booking System plugin eliminates the vulnerable AJAX handler entirely, with the trade-off that bookable products will no longer be purchasable through WooCommerce. Alternatively, a WAF rule blocking unauthenticated POST requests to wp-admin/admin-ajax.php where the action parameter equals dopbsp_woocommerce_add_to_cart will prevent exploitation while leaving other plugin functionality intact, though it will also block legitimate guest bookings via WooCommerce until a patch is available. Server-side enforcement of price recalculation from calendar configuration (rather than trusting POST data) is the correct long-term fix.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-12128 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy