Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
10DescriptionCVE.org
The Product Filter for WooCommerce by WBW WordPress plugin before 3.1.3 does not sanitize and escape a parameter before using it in a SQL statement, allowing unauthenticated users to perform SQL injection attacks
AnalysisAI
SQL injection in Product Filter for WooCommerce by WBW plugin versions below 3.1.3 allows unauthenticated remote attackers to extract sensitive database contents including user credentials, customer data, and order information. The vulnerability requires no authentication (CVSS PR:N) and has low attack complexity with publicly available exploit code. EPSS data not available, but the combination of unauthenticated access, public POC, and WordPress's large attack surface creates substantial real-world risk for unpatched WooCommerce installations.
Technical ContextAI
This is a classic SQL injection vulnerability (CWE-89) in a WordPress plugin that extends WooCommerce filtering functionality. The flaw stems from improper input sanitization of a user-controllable parameter that is concatenated directly into a SQL query string without parameterization or adequate escaping. The affected component is the Product Filter for WooCommerce by WBW plugin (cpe:2.3:a:unknown:product_filter_for_woocommerce_by_wbw). SQL injection occurs when untrusted data is inserted into database queries, allowing attackers to manipulate query logic, bypass authentication, extract data, or modify database contents. The unauthenticated nature (PR:N in CVSS vector) indicates the vulnerable parameter is accessible without any WordPress login, likely through a publicly exposed AJAX endpoint or front-end filter interface commonly used in WooCommerce product catalog pages.
RemediationAI
Immediately upgrade the Product Filter for WooCommerce by WBW plugin to version 3.1.3 or later through the WordPress admin dashboard (Plugins > Installed Plugins > Update) or via manual download from the WordPress plugin repository. Version 3.1.3 contains the necessary input sanitization and SQL query parameterization fixes to prevent injection attacks. For sites that cannot immediately patch, temporary mitigation includes disabling the plugin entirely until upgrade is possible, though this will break product filtering functionality. Do not attempt to implement custom input filtering as a workaround-proper parameterized queries in the upstream code are required. After patching, review database access logs for suspicious queries containing UNION, SELECT, or encoded SQL commands in product filter parameters to identify potential prior exploitation. Consult the WPScan advisory at https://wpscan.com/vulnerability/768014fd-0403-4182-b19e-3d46c92d8755/ for additional technical details and indicators of compromise.
The Product Filter for WooCommerce by WBW plugin for WordPress (versions up to 3.1.2) contains a critical authentication
Reflected Cross-Site Scripting in the Product Filter for WooCommerce by WBW WordPress plugin (woobewoo) allows unauthent
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-21881