CVE-2025-47645
8.5ELEXtensions · ELEX WooCommerce Advanced Bulk Edit Products, Prices & Attributes
A SQL injection vulnerability in the ELEX WooCommerce Advanced Bulk Edit plugin allows authenticated attackers to execute arbitrary database queries.
Executive summary
A high-severity SQL injection vulnerability in the ELEX WooCommerce Advanced Bulk Edit plugin exposes backend database information to authenticated users, necessitating prompt remediation.
Vulnerability
The plugin suffers from improper neutralization of special elements used in an SQL command (CWE-89). Per the CVSS vector (PR:L), this flaw requires an authenticated user with low-level privileges to trigger the injection, which can lead to unauthorized data retrieval from the database.
Business impact
Successful exploitation of this vulnerability permits an attacker to bypass standard application logic and query the site database directly. Given the CVSS score of 8.5, this high-severity flaw threatens the confidentiality of sensitive store data, including product details, prices, and potentially customer-related information stored within the WooCommerce environment.
Remediation
Immediate Action: Since no specific patch version is currently confirmed, administrators should monitor the ELEXtensions official website and the WordPress plugin repository for updates and apply them as soon as they become available.
Proactive Monitoring: Review database access logs for unusual query patterns or unexpected SQL syntax errors originating from authenticated user sessions.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns to mitigate the risk until an official patch is applied.
Exploitation status
Public Exploit Available: No
Analyst recommendation
This vulnerability presents a significant risk to the integrity and confidentiality of the WooCommerce database. IT administrators should restrict plugin access to trusted users only and prioritize applying the vendor update immediately upon its release to close the injection vector.