Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in mojoomla WPCRM - CRM for Contact form CF7 & WooCommerce allows SQL Injection. This issue affects WPCRM - CRM for Contact form CF7 & WooCommerce: from n/a through 3.2.0.
AnalysisAI
Critical SQL injection vulnerability in the WPCRM plugin (versions up to 3.2.0) for WordPress, affecting deployments integrating Contact Form 7 and WooCommerce. An unauthenticated remote attacker can execute arbitrary SQL commands with high confidence (CVSS 9.3, EPSS score likely elevated) to extract sensitive customer relationship and transaction data, though direct data modification and system availability impacts are limited. Immediate patching is strongly recommended for all affected installations.
Technical ContextAI
WPCRM is a WordPress plugin (CPE: wp:mojoomla:wpcrm) that bridges Contact Form 7 contact submissions and WooCommerce e-commerce data into a unified CRM system. The vulnerability stems from improper input validation and parameterization in SQL query construction (CWE-89: Improper Neutralization of Special Elements used in an SQL Command). Rather than using prepared statements or parameterized queries, the plugin likely concatenates user-supplied input directly into SQL WHERE, INSERT, or SELECT clauses. The attack surface includes contact form parameters, WooCommerce order/customer data, and API endpoints exposed by the plugin. The plugin operates within WordPress's database abstraction layer, meaning successful SQL injection grants access to the wp_* table namespace and potentially sensitive customer PII, order history, and CRM contact records.
RemediationAI
Immediate Actions: (1) Update WPCRM plugin to version 3.2.1 or later (patch version not explicitly provided in CVE description; verify via WordPress.org plugin repository or mojoomla's website). (2) If update is unavailable, disable the WPCRM plugin immediately and switch to alternative CRM integration (e.g., Elementor CRM, HubSpot for WordPress, native WooCommerce CRM features). Short-term Workarounds: (1) Restrict database user permissions: create a dedicated WordPress database user with SELECT-only privileges and revoke INSERT/UPDATE/DELETE on sensitive tables (wp_posts, wp_postmeta, wp_users). (2) Implement Web Application Firewall (WAF) rules to block SQL injection patterns in plugin endpoints (e.g., block requests containing UNION, SELECT, OR 1=1 in POST/GET parameters). (3) Enable WordPress security plugins (Wordfence, Sucuri) to monitor for SQL injection attack attempts. Long-term: (1) Apply the official patch once released by mojoomla. (2) Conduct security code review of WPCRM source code to audit for similar SQL injection flaws in other database queries. (3) Implement automated dependency scanning in CI/CD pipelines. Vendor Advisory: Check mojoomla's official website and WordPress.org plugin page for patch release notes and CVE acknowledgment.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-18522