Skip to main content

Cost Calculator Builder CVE-2025-14755

| EUVDEUVD-2025-209816 MEDIUM
Missing Authorization (CWE-862)
2026-05-13 Wordfence
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

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
May 13, 2026 - 05:30 vuln.today
CVE Published
May 13, 2026 - 03:26 nvd
MEDIUM 5.3

DescriptionCVE.org

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.

AnalysisAI

Unauthenticated attackers can manipulate product prices in WooCommerce carts via an unprotected AJAX action in the Cost Calculator Builder plugin for WordPress (versions up to 4.0.1) when used with Cost Calculator Builder PRO. The vulnerability stems from the ccb_woocommerce_payment AJAX endpoint being registered without authentication requirements (wp_ajax_nopriv) and failing to validate user input before passing it to checkout initialization, allowing price modification without authorization. This is an Insecure Direct Object Reference (IDOR) flaw with moderate CVSS score (5.3) that enables integrity violations but not confidentiality breaches or availability impact.

Technical ContextAI

The Cost Calculator Builder plugin registers AJAX actions accessible to unauthenticated users via WordPress's wp_ajax_nopriv hook, which bypasses standard WordPress nonce and capability checks. The vulnerable renderWooCommercePayment() function accepts user-controlled pricing data and passes it directly to CCBWooCheckout::init() without performing authorization verification or input sanitization. This is a classic IDOR vulnerability (CWE-862: Missing Authorization) where the application trusts client-supplied values that should be derived from server-side inventory and pricing data. The flaw only manifests when Cost Calculator Builder PRO is active, suggesting the PRO version extends core functionality with payment handling logic that exposes this authorization gap.

RemediationAI

Update Cost Calculator Builder plugin to version 4.0.2 or later, which addresses the authorization bypass by adding proper authentication and capability checks to the ccb_woocommerce_payment AJAX action. Ensure Cost Calculator Builder PRO is also updated concurrently, as the vulnerability requires both plugins to manifest. In the interim, if immediate patching is not possible, disable the Cost Calculator Builder PRO payment integration by deactivating the plugin or using a Web Application Firewall (WAF) rule to block POST requests to /wp-admin/admin-ajax.php?action=ccb_woocommerce_payment; note that this will prevent legitimate price-calculation checkout flows until patching is complete. Additionally, implement server-side price validation in WooCommerce by enforcing that all cart prices must be verified against the product database before order processing, ensuring that client-submitted prices are rejected if they do not match server records. See Wordfence advisory for technical details: https://www.wordfence.com/threat-intel/vulnerabilities/id/fe684f43-8442-4b29-84a8-da8c6863e62b?source=cve

Share

CVE-2025-14755 vulnerability details – vuln.today

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