๐Ÿ” CVE Alert

CVE-2026-11421

MEDIUM 6.5

ERP: Complete HR, Accounting & CRM Suite with WooCommerce CRM Support <= 1.17.4 - Authenticated (Custom+) SQL Injection via 'erpadvancefilter' Parameter

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

The ERP: Complete HR, Accounting & CRM Suite with WooCommerce CRM Support plugin for WordPress is vulnerable to SQL Injection via the 'erpadvancefilter' parameter in all versions up to, and including, 1.17.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. The handler runs the value through sanitize_text_field, which preserves single quotes, and the downstream erp_crm_contact_advance_filter() function interpolates it directly into a single-quoted SQL WHERE clause before execution via $wpdb->get_results(). This makes it possible for authenticated attackers, with the plugin-supplied CRM Agent role (or higher CRM Manager / WordPress admin) and the erp_crm_list_contact capability, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CWE CWE-89
Vendor wedevs
Product erp: complete hr, accounting & crm suite built for woocommerce
Published Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for wedevs erp: complete hr, accounting & crm suite built for woocommerce

Be the first to know when new medium vulnerabilities affecting wedevs erp: complete hr, accounting & crm suite built for woocommerce are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

wedevs / ERP: Complete HR, Accounting & CRM Suite Built for WooCommerce
0 โ‰ค 1.17.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/c8f3c96b-9a78-47cb-9266-ff87d9409160?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/erp/tags/1.17.4/modules/crm/includes/AjaxHandler.php#L180 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/erp/tags/1.17.4/modules/crm/includes/functions-customer.php#L2376 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/erp/tags/1.17.4/includes/functions-people.php#L203 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/erp/tags/1.17.4/includes/functions-people.php#L228 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/erp/tags/1.17.4/modules/crm/CRM.php plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3577284%40erp%2Ftrunk%2Fmodules%2Fcrm%2Fincludes%2Ffunctions-customer.php&old=3479082%40erp%2Ftrunk%2Fmodules%2Fcrm%2Fincludes%2Ffunctions-customer.php&sfp_email=&sfph_mail=

Credits

Hyunsoo Jeong