CVE-2025-14755 PUBLISHED

Cost Calculator Builder <= 4.0.1 - Unauthenticated Price Manipulation and Insecure Direct Object Reference

Assigner: Wordfence
Reserved: 15.12.2025 Published: 13.05.2026 Updated: 13.05.2026

The Cost Calculator Builder plugin for WordPress is vulnerable to Unauthenticated Price Manipulation and Insecure Direct Object Reference (IDOR) in all versions up to, and including, 4.0.1 only when used in combination with Cost Calculator Builder PRO. This is due to the ccb_woocommerce_payment AJAX action being registered via wp_ajax_nopriv, making it accessible to unauthenticated users, and the renderWooCommercePayment() function passing user-controlled data directly to CCBWooCheckout::init() without authorization checks. This makes it possible for unauthenticated attackers to add WooCommerce products to their cart with attacker-controlled prices.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 5.3

Product Status

Vendor stylemix
Product Cost Calculator Builder
Versions Default: unaffected
  • affected from 0 to 4.0.1 (incl.)

Credits

  • andrea bocchetti finder

References

Problem Types

  • CWE-862 Missing Authorization CWE