WP Smart Wishlist Security & Risk Analysis

wordpress.org/plugins/wp-smart-wishlist

This is Wish List Plugin for WP eCommerce Site.

10 active installs v2.0 PHP + WP 3.0+ Updated Jan 23, 2018
productssaved-productswishlistwp-ecommercewp-ecommerce-wishlist
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP Smart Wishlist Safe to Use in 2026?

Generally Safe

Score 85/100

WP Smart Wishlist has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 8yr ago
Risk Assessment

The "wp-smart-wishlist" v2.0 plugin presents a significant security risk due to a lack of proper authentication and output escaping mechanisms. The static analysis reveals a concerningly large attack surface with three AJAX handlers, all of which lack authentication checks. This means any unauthenticated user could potentially trigger these functions, leading to unintended actions. Furthermore, none of the identified output points are properly escaped, opening the door to cross-site scripting (XSS) vulnerabilities. The presence of dangerous functions like `unserialize` and `create_function` also raises red flags, as these can be exploited if user-supplied data is not rigorously validated and sanitized. While the plugin demonstrates good practices by using prepared statements for SQL queries and has no recorded vulnerability history, these strengths are overshadowed by the critical flaws in its attack surface and output handling. The absence of nonce checks further exacerbates the risk associated with the unprotected AJAX endpoints.

Key Concerns

  • Unprotected AJAX handlers
  • Unescaped output
  • Missing nonce checks on AJAX
  • Presence of dangerous functions
Vulnerabilities
None known

WP Smart Wishlist Security Vulnerabilities

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

WP Smart Wishlist Code Analysis

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

Dangerous Functions Found

unserialize$array = unserialize ( $wishlist );install.php:88
unserialize$array = unserialize ( $wishlist );install.php:107
unserialize$array = unserialize ( $wishlist );install.php:126
create_functionadd_action( 'widgets_init', create_function('', 'return register_widget("WishlistWidget");') );install.php:217

Output Escaping

0% escaped14 total outputs
Attack Surface
3 unprotected

WP Smart Wishlist Attack Surface

Entry Points3
Unprotected3

AJAX Handlers 3

authwp_ajax_add_wish_listinstall.php:79
authwp_ajax_remove_wish_listinstall.php:98
authwp_ajax_load_wish_listinstall.php:118
WordPress Hooks 4
actionwpsc_product_form_fields_endinstall.php:27
actionwp_footerinstall.php:28
actionwp_headinstall.php:29
actionwidgets_initinstall.php:217
Maintenance & Trust

WP Smart Wishlist Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedJan 23, 2018
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

WP Smart Wishlist Developer Profile

Rajan Vijayan

5 plugins · 130 total installs

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

How We Detect WP Smart Wishlist

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-smart-wishlist/css/custom.css

HTML / DOM Fingerprints

CSS Classes
addWishlistwishlist-tableWishlistWidget
Data Attributes
proid
JS Globals
loadWishlistremoveWishlist
REST Endpoints
/wp-json/
Shortcode Output
<input type="button" value="Add to Wishlist " class="addWishlist"
FAQ

Frequently Asked Questions about WP Smart Wishlist