WPC Sortable Cart Items for WooCommerce Security & Risk Analysis

wordpress.org/plugins/wpc-sortable-cart-items

Allows customers to sort cart items by name, price, or custom order via drag and drop.

0 active installs v1.0.1 PHP + WP 4.0+ Updated Feb 21, 2026
cartdrag-and-dropordersortwoocommerce
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WPC Sortable Cart Items for WooCommerce Safe to Use in 2026?

Generally Safe

Score 100/100

WPC Sortable Cart Items for WooCommerce has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The "wpc-sortable-cart-items" plugin v1.0.1 demonstrates a generally good security posture based on the static analysis. All identified entry points, including AJAX handlers, are protected by authentication checks, which is a significant strength. The code also shows excellent practices regarding SQL queries and output escaping, with 100% of SQL using prepared statements and 99% of outputs properly escaped. The lack of known CVEs and a clean vulnerability history further contribute to a positive security assessment. However, the presence of the `unserialize` function is a notable concern. While the taint analysis did not reveal any unsanitized paths originating from it, `unserialize` is inherently risky as it can lead to object injection vulnerabilities if the serialized data originates from an untrusted source and is not rigorously validated. The plugin also makes external HTTP requests, which, if not handled securely, could be a vector for further attacks. Despite these potential risks, the overall lack of critical findings and the strong authentication and sanitization practices in other areas suggest a moderately secure plugin.

Key Concerns

  • Presence of unserialize function
  • External HTTP requests made
Vulnerabilities
None known

WPC Sortable Cart Items for WooCommerce Security Vulnerabilities

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

WPC Sortable Cart Items for WooCommerce Code Analysis

Dangerous Functions
3
Raw SQL Queries
0
0 prepared
Unescaped Output
1
76 escaped
Nonce Checks
8
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

99% escaped77 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

WPC Sortable Cart Items 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 10
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
actionwp_enqueue_scriptswpc-sortable-cart-items.php:39
actionwoocommerce_cart_actionswpc-sortable-cart-items.php:40
filterwoocommerce_cart_item_pricewpc-sortable-cart-items.php:41
actionwc_ajax_wpcso_save_cart_orderwpc-sortable-cart-items.php:44
filterwoocommerce_get_cart_contentswpc-sortable-cart-items.php:45
Maintenance & Trust

WPC Sortable Cart Items for WooCommerce Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 21, 2026
PHP min version
Downloads174

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

WPC Sortable Cart Items 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 Sortable Cart Items 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-sortable-cart-items/assets/css/frontend.css/wp-content/plugins/wpc-sortable-cart-items/assets/js/frontend.js
Script Paths
/wp-content/plugins/wpc-sortable-cart-items/assets/js/frontend.js
Version Parameters
wpcso-frontend

HTML / DOM Fingerprints

CSS Classes
wpcso-cart-sortingwpcso-sort-cartwpcso-sort-price
Data Attributes
data-pricedata-key
JS Globals
wpcso_vars
REST Endpoints
/wp-json/wc/store-v1/wpcso_save_cart_order
Shortcode Output
<div class="wpcso-cart-sorting">
FAQ

Frequently Asked Questions about WPC Sortable Cart Items for WooCommerce