WPC Backend Product Filter for WooCommerce Security & Risk Analysis

wordpress.org/plugins/wpc-backend-product-filter

WPC Backend Product Filter enables filtering products by any taxonomy in the backend products list.

100 active installs v2.0.2 PHP + WP 4.0+ Updated Dec 11, 2025
backendfilterproductwoocommercewpc
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WPC Backend Product Filter for WooCommerce Safe to Use in 2026?

Generally Safe

Score 100/100

WPC Backend Product Filter for WooCommerce has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

The "wpc-backend-product-filter" v2.0.2 plugin exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The plugin has a clean record with no known vulnerabilities, suggesting a commitment to secure coding practices and proactive patching. Its attack surface, while consisting of 5 AJAX handlers, is well-protected with all entry points appearing to have authentication checks, which is a significant positive. Furthermore, the code demonstrates good practices by using prepared statements for all SQL queries and having a very high percentage (97%) of properly escaped output, minimizing the risk of SQL injection and cross-site scripting (XSS) vulnerabilities. Nonce checks and capability checks are also present, further hardening the plugin.

However, there are a few areas that warrant attention. The presence of three instances of the `unserialize` function is a significant concern. If the data being unserialized is not strictly controlled and validated from trusted sources, it can lead to remote code execution (RCE) vulnerabilities. While the taint analysis reported no unsanitized paths or critical/high severity flows, this specific function is inherently risky and deserves careful scrutiny. The external HTTP requests, although not immediately flagged as a vulnerability, could potentially pose a risk if the external endpoints are compromised or if the plugin mishinks data from these requests.

In conclusion, the plugin is well-architected with a robust defense against common web vulnerabilities. The absence of historical CVEs is a strong indicator of its security. The main weakness lies in the use of `unserialize`, which, despite the lack of current exploitable flows, represents a potential architectural risk that should be mitigated if possible through safer deserialization methods or stricter input validation. Overall, the plugin is in good standing, but the `unserialize` usage is a point of caution.

Key Concerns

  • Dangerous function: unserialize used
  • External HTTP requests present
Vulnerabilities
None known

WPC Backend Product Filter for WooCommerce Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

WPC Backend Product Filter for WooCommerce Code Analysis

Dangerous Functions
3
Raw SQL Queries
0
0 prepared
Unescaped Output
3
100 escaped
Nonce Checks
9
Capability Checks
2
File Operations
0
External Requests
3
Bundled Libraries
0

Dangerous Functions Found

unserialize$plugins = unserialize( $response['body'] );includes\dashboard\wpc-dashboard.php:111
unserialize$plugins = unserialize( $response['body'] );includes\dashboard\wpc-dashboard.php:189
unserialize$plugins = unserialize( $response['body'] );includes\kit\wpc-kit.php:98

Output Escaping

97% escaped103 total outputs
Data Flows
All sanitized

Data Flow Analysis

6 flows
ajax_export (includes\dashboard\wpc-dashboard.php:225)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WPC Backend Product Filter for WooCommerce Attack Surface

Entry Points5
Unprotected0

AJAX Handlers 5

authwp_ajax_wpc_get_pluginsincludes\dashboard\wpc-dashboard.php:19
authwp_ajax_wpc_get_suggestionincludes\dashboard\wpc-dashboard.php:20
authwp_ajax_wpc_exportincludes\dashboard\wpc-dashboard.php:21
authwp_ajax_wpc_importincludes\dashboard\wpc-dashboard.php:22
authwp_ajax_wpc_get_essential_kitincludes\kit\wpc-kit.php:22
WordPress Hooks 15
actionadmin_enqueue_scriptsincludes\dashboard\wpc-dashboard.php:17
actionadmin_menuincludes\dashboard\wpc-dashboard.php:18
actionbefore_woocommerce_initincludes\hpos.php:7
actionadmin_enqueue_scriptsincludes\kit\wpc-kit.php:20
actionadmin_menuincludes\kit\wpc-kit.php:21
actionplugins_loadedwpc-backend-product-filter.php:37
actionadmin_noticeswpc-backend-product-filter.php:41
actioninitwpc-backend-product-filter.php:63
actionadmin_enqueue_scriptswpc-backend-product-filter.php:66
actionadmin_initwpc-backend-product-filter.php:69
actionadmin_menuwpc-backend-product-filter.php:70
filterplugin_action_linkswpc-backend-product-filter.php:73
filterplugin_row_metawpc-backend-product-filter.php:74
filterwoocommerce_products_admin_list_table_filterswpc-backend-product-filter.php:77
actionpre_get_postswpc-backend-product-filter.php:78
Maintenance & Trust

WPC Backend Product Filter for WooCommerce Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 11, 2025
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs100
Developer Profile

WPC Backend Product Filter for WooCommerce Developer Profile

WPClever

71 plugins · 441K total installs

87
trust score
Avg Security Score
99/100
Avg Patch Time
68 days
View full developer profile
Detection Fingerprints

How We Detect WPC Backend Product Filter for WooCommerce

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/wpc-backend-product-filter/assets/js/backend.js
Script Paths
/wp-content/plugins/wpc-backend-product-filter/assets/js/backend.js
Version Parameters
wpc-backend-product-filter/assets/js/backend.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpclever_settings_pagewpclever_settings_page_headerwpclever_settings_page_header_logowpclever_settings_page_header_textwpclever_settings_page_titlewpclever_settings_page_nav
Data Attributes
data-tabdata-content
FAQ

Frequently Asked Questions about WPC Backend Product Filter for WooCommerce