Description
The Cost Calculator Builder plugin for WordPress is vulnerable to time-based SQL Injection via the ‘order_ids’ parameter in all versions up to, and including, 3.2.67 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2025-04-11
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authenticated SQL Injection
Action: Patch Now
AI Analysis

Impact

The Cost Calculator Builder plugin is vulnerable to a time‑based SQL injection (CWE‑89) through the order_ids parameter in all releases up to 3.2.67. The flaw arises from insufficient escaping of user input and lack of prepared statements. Because only authenticated users with Subscriber level or higher can supply the parameter, an attacker can inject additional SQL statements to extract sensitive data from the database.

Affected Systems

WordPress installations running the Cost Calculator Builder plugin version 3.2.67 or older. The affected vendor is stylemix, and the plugin is distributed as a WordPress plugin.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. The EPSS score of less than 1% suggests a low probability of exploitation in the general population, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is an authenticated request to the Payments endpoint using the order_ids field, where the attacker can craft a payload that delays response times or returns data from the database.

Generated by OpenCVE AI on April 22, 2026 at 01:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Cost Calculator Builder plugin to version 3.2.68 or newer to eliminate the injection flaw.
  • If an immediate upgrade is not possible, restrict the ability for Subscriber+ users to invoke the Payments endpoint or remove the role capability to use this feature.
  • After applying the fix or restriction, review database logs for abnormal queries that may indicate exploitation attempts.

Generated by OpenCVE AI on April 22, 2026 at 01:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-10806 The Cost Calculator Builder plugin for WordPress is vulnerable to time-based SQL Injection via the ‘order_ids’ parameter in all versions up to, and including, 3.2.67 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
History

Fri, 11 Apr 2025 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 11 Apr 2025 09:30:00 +0000

Type Values Removed Values Added
Description The Cost Calculator Builder plugin for WordPress is vulnerable to time-based SQL Injection via the ‘order_ids’ parameter in all versions up to, and including, 3.2.67 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Cost Calculator Builder <= 3.2.67 - Authenticated (Subscriber+) SQL Injection via order_ids Parameter
Weaknesses CWE-89
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-04-08T17:02:22.175Z

Reserved: 2025-03-08T22:10:21.945Z

Link: CVE-2025-2128

cve-icon Vulnrichment

Updated: 2025-04-11T14:37:42.819Z

cve-icon NVD

Status : Deferred

Published: 2025-04-11T10:15:14.753

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-2128

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-22T01:45:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')