Description
The Cost Calculator Builder plugin for WordPress is vulnerable to unauthorized access of sensitive data due to a missing capability check on the `cost-calculator-custom-export-run` AJAX action (handler `CCBExportImport::export_calculators()`) in all versions up to, and including, 3.6.17. The handler only verifies a nonce, but the corresponding `ccb_export_nonce` is broadcast on every wp-admin page (including pages reachable to Subscribers, such as `/wp-admin/profile.php`) by the `ccb_add_admin_nonces` callback hooked to `admin_head`. This makes it possible for authenticated attackers, with Subscriber-level access and above, to export every calculator's full configuration — including stored Stripe secret keys, PayPal client secrets, Razorpay secret keys, webhook secret keys, and reCAPTCHA secret keys.
Published: 2026-08-05
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Cost Calculator Builder plugin for WordPress is affected by a missing capability check on the AJAX action "cost-calculator-custom-export-run", allowing any authenticated user with Subscriber-level access or higher to trigger the export_calculators handler. The handler validates only a nonce that is broadcast on all wp-admin pages, so an attacker can obtain a usable nonce from, for example, the profile page. With this, the attacker can download the full configuration of every calculator, exposing stored secrets such as Stripe, PayPal, Razorpay, and reCAPTCHA keys. This constitutes a sensitive information disclosure vulnerability defined by CWE-862.

Affected Systems

This vulnerability exists in all releases of the Cost Calculator Builder plugin up to and including version 3.6.17. WordPress sites that install or update the plugin within this range are susceptible. The issue is tied to the plugin's export functionality and is not limited to a particular WordPress version or theme; any WordPress installation that has the vulnerable plugin and contains user accounts with Subscriber or higher roles is affected.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity. EPSS shows no available score, meaning no publicly recorded exploit data. The vulnerability is not listed in the CISA KEV catalog. Attackers only need authenticated access; no elevated privileges or remote code execution are required. Nevertheless, the exposed secrets could be used to compromise external payment services and messaging systems. Because the export action is triggered via an AJAX endpoint, the attack can be performed by simply visiting a crafted URL or by submitting a form from the admin area. The lack of privilege checks makes it easy for attackers who already have at least Subscriber role.

Generated by OpenCVE AI on August 5, 2026 at 06:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Cost Calculator Builder plugin to the latest available version that removes the capability check.
  • If an update is unavailable, disable the "cost-calculator-custom-export-run" AJAX action by removing or commenting out the related hook, or restrict the export capability to administrators only.
  • Rotate all exposed payment and verification keys (Stripe secret keys, PayPal client secrets, Razorpay keys, webhook secrets, reCAPTCHA secrets) immediately after patching or disabling the export feature.

Generated by OpenCVE AI on August 5, 2026 at 06:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Description The Cost Calculator Builder plugin for WordPress is vulnerable to unauthorized access of sensitive data due to a missing capability check on the `cost-calculator-custom-export-run` AJAX action (handler `CCBExportImport::export_calculators()`) in all versions up to, and including, 3.6.17. The handler only verifies a nonce, but the corresponding `ccb_export_nonce` is broadcast on every wp-admin page (including pages reachable to Subscribers, such as `/wp-admin/profile.php`) by the `ccb_add_admin_nonces` callback hooked to `admin_head`. This makes it possible for authenticated attackers, with Subscriber-level access and above, to export every calculator's full configuration — including stored Stripe secret keys, PayPal client secrets, Razorpay secret keys, webhook secret keys, and reCAPTCHA secret keys.
Title Cost Calculator Builder <= 3.6.17 - Missing Authorization to Authenticated (Subscriber+) Sensitive Information Disclosure
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-05T05:27:37.774Z

Reserved: 2026-05-03T19:15:00.975Z

Link: CVE-2026-7753

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T06:30:03Z

Weaknesses