CVE-2025-24672
Published: 24 January 2025
Summary
CVE-2025-24672 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 8.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.4th percentile by exploit likelihood (below the median); 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-2025-24672 is an improper neutralization of special elements used in an SQL command, classified as an SQL Injection vulnerability (CWE-89), in the codepeople Form Builder CP plugin (cp-easy-form-builder) for WordPress. This issue affects versions of the plugin from n/a through 1.2.41.
The vulnerability carries a CVSS v3.1 base score of 8.5 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L), indicating it is exploitable over the network with low complexity by low-privileged users, requiring no user interaction. Successful exploitation allows attackers to achieve high confidentiality impact by extracting sensitive data, with low availability impact and cross-scope effects.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/cp-easy-form-builder/vulnerability/wordpress-form-builder-cp-plugin-1-2-41-sql-injection-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3866
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in codepeople Form Builder CP cp-easy-form-builder allows SQL Injection.This issue affects Form Builder CP: from n/a through <= 1.2.41.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing WordPress plugin directly enables T1190 Exploit Public-Facing Application for initial access and sensitive data extraction from the database.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by requiring validation and sanitization of all user inputs used in SQL commands within the Form Builder CP plugin.
Ensures timely identification, reporting, and patching of the SQL injection flaw in vulnerable versions of the cp-easy-form-builder plugin up to 1.2.41.
Facilitates detection of the SQL injection vulnerability through regular automated vulnerability scanning of the WordPress plugin.