WPC Checkout Restrictions for WooCommerce Security & Risk Analysis

wordpress.org/plugins/wpc-checkout-restrictions

Enables merchants to quickly set checkout restrictions based on user roles, cart totals, item quantities, time, and products in the cart.

70 active installs v1.1.3 PHP + WP 4.0+ Updated Dec 11, 2025
cartcheckoutrestrictionswoocommercewpc
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WPC Checkout Restrictions for WooCommerce Safe to Use in 2026?

Generally Safe

Score 100/100

WPC Checkout Restrictions 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-checkout-restrictions plugin v1.1.3 exhibits a generally strong security posture, with several positive indicators such as 100% of SQL queries using prepared statements, a high percentage of properly escaped outputs, and a clean vulnerability history with no recorded CVEs. The presence of nonce checks on all identified entry points is also a good practice, suggesting an effort to protect against common web vulnerabilities.

However, a significant concern arises from the presence of one AJAX handler that lacks authentication checks. This creates a direct attack vector, as unauthenticated users could potentially interact with this endpoint. Additionally, the use of the `unserialize` function, while not immediately flagged as a critical vulnerability in the taint analysis, represents a potential risk if the data being unserialized is not strictly controlled and validated, as it can lead to object injection vulnerabilities. The plugin also makes external HTTP requests, which, while not inherently insecure, warrant careful scrutiny of the destinations and data transmitted.

Overall, while the plugin demonstrates good development practices in many areas and has a commendable lack of historical vulnerabilities, the unprotected AJAX handler and the presence of `unserialize` introduce notable weaknesses that could be exploited. The security of the plugin can be significantly improved by implementing authentication checks on all AJAX handlers and by carefully sanitizing or avoiding the use of `unserialize` on untrusted data.

Key Concerns

  • Unprotected AJAX handler
  • Presence of dangerous function (unserialize)
  • External HTTP requests
Vulnerabilities
None known

WPC Checkout Restrictions for WooCommerce Security Vulnerabilities

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

WPC Checkout Restrictions for WooCommerce Code Analysis

Dangerous Functions
3
Raw SQL Queries
0
0 prepared
Unescaped Output
14
207 escaped
Nonce Checks
10
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

94% escaped221 total outputs
Data Flows
All sanitized

Data Flow Analysis

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

WPC Checkout Restrictions for WooCommerce Attack Surface

Entry Points9
Unprotected1

AJAX Handlers 9

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
authwp_ajax_wpccr_add_rulewpc-checkout-restrictions.php:77
authwp_ajax_wpccr_add_combinationwpc-checkout-restrictions.php:78
authwp_ajax_wpccr_search_termwpc-checkout-restrictions.php:79
authwp_ajax_wpccr_add_timewpc-checkout-restrictions.php:80
WordPress Hooks 13
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-checkout-restrictions.php:38
actionadmin_noticeswpc-checkout-restrictions.php:42
actionadmin_initwpc-checkout-restrictions.php:66
actionadmin_menuwpc-checkout-restrictions.php:67
actionadmin_enqueue_scriptswpc-checkout-restrictions.php:70
filterplugin_action_linkswpc-checkout-restrictions.php:73
filterplugin_row_metawpc-checkout-restrictions.php:74
actionwoocommerce_check_cart_itemswpc-checkout-restrictions.php:83
Maintenance & Trust

WPC Checkout Restrictions for WooCommerce Maintenance & Trust

Maintenance Signals

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

Community Trust

Rating0/100
Number of ratings0
Active installs70
Developer Profile

WPC Checkout Restrictions 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 Checkout Restrictions 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-checkout-restrictions/assets/libs/wpcdpk/css/datepicker.css/wp-content/plugins/wpc-checkout-restrictions/assets/libs/wpcdpk/js/datepicker.js/wp-content/plugins/wpc-checkout-restrictions/assets/css/hint.css/wp-content/plugins/wpc-checkout-restrictions/assets/css/backend.css/wp-content/plugins/wpc-checkout-restrictions/assets/js/backend.js
Script Paths
/wp-content/plugins/wpc-checkout-restrictions/assets/libs/wpcdpk/js/datepicker.js/wp-content/plugins/wpc-checkout-restrictions/assets/js/backend.js
Version Parameters
wpc-checkout-restrictions/assets/libs/wpcdpk/css/datepicker.css?ver=wpc-checkout-restrictions/assets/libs/wpcdpk/js/datepicker.js?ver=wpc-checkout-restrictions/assets/css/hint.css?ver=wpc-checkout-restrictions/assets/css/backend.css?ver=wpc-checkout-restrictions/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_titlewpccr-backend
Data Attributes
wpccr_ignore_backend_scripts
JS Globals
wpccr_vars
FAQ

Frequently Asked Questions about WPC Checkout Restrictions for WooCommerce