Cyber Resilience

CVE-2024-11939

High

Published: 08 January 2025

Published
08 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0110 78.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11939 is a high-severity SQL Injection (CWE-89) vulnerability in Stylemixthemes (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 21.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-11939 is a blind time-based SQL injection vulnerability in the Cost Calculator Builder PRO plugin for WordPress, affecting all versions up to and including 3.2.15. The issue stems from insufficient escaping of the user-supplied 'data' parameter combined with a lack of sufficient preparation in the existing SQL query, allowing injection of additional SQL queries (CWE-89).

Unauthenticated attackers can exploit this vulnerability over the network with low complexity, requiring no privileges or user interaction (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N, score 7.5). By appending malicious payloads via the 'data' parameter, they can extract sensitive information from the database through blind time-based techniques.

The plugin changelog for version 3.2.16 indicates a fix for this vulnerability. Wordfence has documented the issue in its threat intelligence, providing further details for remediation.

EU & UK References

Vulnerability details

The Cost Calculator Builder PRO plugin for WordPress is vulnerable to blind time-based SQL Injection via the ‘data’ parameter in all versions up to, and including, 3.2.15 due to insufficient escaping on the user supplied parameter and lack of sufficient…

more

preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote unauthenticated SQL injection in a public-facing WordPress plugin enables exploitation of the web application for database data access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Stylemixthemes
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates blind time-based SQL injection by validating and sanitizing the user-supplied 'data' parameter to prevent malicious SQL query appendage.

prevent

Remediates the specific SQL injection flaw in Cost Calculator Builder PRO plugin versions up to 3.2.15 by identifying, testing, and installing the fix in version 3.2.16.

detect

Detects the SQL injection vulnerability in the WordPress plugin through regular vulnerability scanning, enabling timely remediation.

References