Cart Popup for WooCommerce Security & Risk Analysis

wordpress.org/plugins/woo-cart-popup

Adds Cart icon accross site at bottom that contains list of added cart items and cart button, Empty Cart Button and proceed to checkout button.

10 active installs v1.0.3 PHP + WP 3.0.1+ Updated Nov 6, 2025
ajax-based-cartcart-popupwoocommercewoocommerce-cartwoocommerce-cart-popup
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Cart Popup for WooCommerce Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 4mo ago
Risk Assessment

The plugin "woo-cart-popup" v1.0.3 exhibits a concerning security posture due to a significant number of unprotected entry points. While the plugin demonstrates good practices in areas like SQL query sanitization and avoids dangerous function usage and file operations, the lack of authorization checks on all four identified AJAX handlers is a major security weakness. This means any unauthenticated user could potentially trigger these AJAX actions, leading to unintended consequences.

The static analysis also reveals that while most output is properly escaped (68%), a portion is not, which could open the door to cross-site scripting (XSS) vulnerabilities if user-supplied data is involved in the unescaped outputs. The absence of taint analysis findings is positive, suggesting that no immediately obvious critical or high-severity vulnerabilities were detected through that specific analysis method. The plugin also has a clean vulnerability history, with no known CVEs, which is a strong indicator of its current safety from past exploits.

In conclusion, the plugin has strengths in its secure handling of SQL and avoidance of risky code constructs. However, the critical vulnerability lies in the unprotected AJAX handlers, which represent a substantial attack surface without proper authentication. The partially unescaped output is a secondary concern. While the lack of historical vulnerabilities is reassuring, the current code analysis highlights a need for immediate attention to the authorization of its AJAX endpoints.

Key Concerns

  • AJAX handlers without auth checks
  • Unescaped output detected
Vulnerabilities
None known

Cart Popup for WooCommerce Security Vulnerabilities

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

Cart Popup for WooCommerce Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
14
30 escaped
Nonce Checks
3
Capability Checks
1
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

68% escaped44 total outputs
Attack Surface
4 unprotected

Cart Popup for WooCommerce Attack Surface

Entry Points4
Unprotected4

AJAX Handlers 4

authwp_ajax_wcp_remove_item_from_cartincludes\class-woo-cart-popup.php:184
noprivwp_ajax_wcp_remove_item_from_cartincludes\class-woo-cart-popup.php:185
authwp_ajax_wcp_empty_cartincludes\class-woo-cart-popup.php:186
noprivwp_ajax_wcp_empty_cartincludes\class-woo-cart-popup.php:187
WordPress Hooks 13
actionadmin_menuadmin\class-woo-cart-setting.php:6
actionadmin_noticesincludes\class-woo-cart-popup-deactivator.php:33
actionplugins_loadedincludes\class-woo-cart-popup.php:146
actionadmin_enqueue_scriptsincludes\class-woo-cart-popup.php:161
actionadmin_enqueue_scriptsincludes\class-woo-cart-popup.php:162
actionadmin_noticesincludes\class-woo-cart-popup.php:164
actionwp_enqueue_scriptsincludes\class-woo-cart-popup.php:178
actionwp_enqueue_scriptsincludes\class-woo-cart-popup.php:179
actionwp_footerincludes\class-woo-cart-popup.php:181
actionwcp_contentincludes\class-woo-cart-popup.php:182
filterwoocommerce_add_to_cart_fragmentsincludes\class-woo-cart-popup.php:183
actiondeactivated_pluginwoo-cart-popup.php:44
actionupdate_option_active_pluginswoo-cart-popup.php:48
Maintenance & Trust

Cart Popup for WooCommerce Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedNov 6, 2025
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Cart Popup for WooCommerce Developer Profile

Chetan Vaghela

11 plugins · 580 total installs

89
trust score
Avg Security Score
93/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Cart Popup 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/woo-cart-popup/assets/css/WooCartPopup.css/wp-content/plugins/woo-cart-popup/assets/js/WooCartPopup.js/wp-content/plugins/woo-cart-popup/assets/js/WooCartPopup_frontend.js/wp-content/plugins/woo-cart-popup/assets/js/WooCartPopup_backend.js
Script Paths
plugin_dir_url( __FILE__ ) . 'assets/js/WooCartPopup.js'plugin_dir_url( __FILE__ ) . 'assets/js/WooCartPopup_frontend.js'plugin_dir_url( __FILE__ ) . 'assets/js/WooCartPopup_backend.js'
Version Parameters
woo-cart-popup/assets/css/WooCartPopup.css?ver=woo-cart-popup/assets/js/WooCartPopup.js?ver=woo-cart-popup/assets/js/WooCartPopup_frontend.js?ver=woo-cart-popup/assets/js/WooCartPopup_backend.js?ver=

HTML / DOM Fingerprints

CSS Classes
wcp-popup-wrapperwcp-main-popupwcp-popup-headerwcp-popup-closewcp-popup-bodywcp-product-itemwcp-product-removewcp-product-image+7 more
HTML Comments
<!-- Start WooCartPopup --><!-- End WooCartPopup --><!--WooCartPopup start--><!--WooCartPopup end-->
Data Attributes
data-wcp-iddata-wcp-quantity
JS Globals
WooCartPopupData
FAQ

Frequently Asked Questions about Cart Popup for WooCommerce