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
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in WPFactory Advanced WooCommerce Product Sales Reporting webd-woocommerce-advanced-reporting-statistics allows Blind SQL Injection.This issue affects Advanced WooCommerce Product Sales Reporting: from n/a through <= 4.1.3.
AnalysisAI
A blind SQL injection vulnerability exists in WPFactory's Advanced WooCommerce Product Sales Reporting plugin (versions through 4.1.3) that allows attackers to execute arbitrary SQL commands against the underlying database. This WordPress plugin is widely deployed on e-commerce sites using WooCommerce, and the blind SQL injection technique enables attackers to extract sensitive data without requiring direct error message feedback. While no CVSS score, EPSS value, or KEV status has been assigned at this time, the vulnerability is classified as CWE-89 (SQL Injection) and has been documented by Patchstack, indicating active research and potential proof-of-concept availability.
Technical ContextAI
The vulnerability stems from improper neutralization of special SQL metacharacters in the webd-woocommerce-advanced-reporting-statistics plugin (identified via CPE: cpe:2.3:a:wpfactory:advanced_woocommerce_product_sales_reporting:*:*:*:*:*:*:*:*). This is a classic CWE-89 SQL injection flaw where user-supplied input is concatenated directly into SQL queries without proper parameterization or prepared statement usage. The plugin is a WordPress add-on designed for WooCommerce product sales reporting and analytics; it likely processes user input from administrative dashboards, REST API endpoints, or database query filters without adequate input validation and output encoding. Blind SQL injection specifically indicates that the attacker cannot see error messages or query results directly in the application response, requiring time-based or boolean-based inference techniques to extract data.
RemediationAI
Immediately update Advanced WooCommerce Product Sales Reporting to a version newer than 4.1.3 as soon as the vendor releases a patch; check the official WordPress plugin repository (wordpress.org/plugins/webd-woocommerce-advanced-reporting-statistics/) or contact WPFactory directly for patch availability and release notes. If a patched version is not yet available, disable or deactivate the plugin until a fix is released, as blind SQL injection poses significant data exfiltration and integrity risks. As a temporary defensive measure, restrict access to the plugin's administrative pages and reporting endpoints using WordPress security plugins (e.g., Wordfence, Sucuri) or server-level rules, limit database user privileges to read-only where possible, and monitor database query logs for suspicious activity patterns consistent with SQL injection attempts. Additionally, ensure WordPress, WooCommerce, and all other plugins are kept up to date, and conduct a security audit to detect any prior unauthorized database access.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15608
GHSA-469r-7p32-pj7f