Wonder Login Security & Risk Analysis

wordpress.org/plugins/wonder-login

Easy to implement login and registration by ajax .

0 active installs v1.0.1 PHP + WP 5.8+ Updated Apr 10, 2023
ajaxloginpopupregisterregistration
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Wonder Login Safe to Use in 2026?

Generally Safe

Score 85/100

Wonder Login has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "wonder-login" plugin v1.0.1 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by exclusively using prepared statements for SQL queries and properly escaping a high percentage of its output, indicating an effort to prevent common web vulnerabilities. The absence of known CVEs and a clean vulnerability history further suggests a generally secure development approach or limited exposure to exploit attempts. However, there are significant concerns that detract from its overall security.

The plugin presents a considerable attack surface with 10 entry points, a notable portion of which (4 AJAX handlers) lack authentication checks. This creates potential pathways for unauthenticated users to interact with sensitive plugin functionality. Furthermore, the presence of two taint flows with unsanitized paths, while not classified as critical or high severity, warrants attention as it signifies potential risks if user-supplied data is not handled rigorously throughout the application logic. The single nonce check for 5 AJAX handlers also implies potential weaknesses in ensuring the integrity of requests.

In conclusion, while "wonder-login" has strengths in secure SQL handling and output escaping, the significant number of unprotected AJAX handlers and the existence of unsanitized taint flows present tangible security risks. The lack of historical vulnerabilities is positive, but it doesn't fully mitigate the identified code-level weaknesses. A balanced assessment would note the good foundational security practices while highlighting the need to address the unprotected entry points and potential data sanitization issues.

Key Concerns

  • Unprotected AJAX handlers
  • Flows with unsanitized paths (Taint Analysis)
  • Missing capability checks
  • Low Nonce checks relative to AJAX handlers
Vulnerabilities
None known

Wonder Login Security Vulnerabilities

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

Wonder Login Code Analysis

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

Output Escaping

92% escaped59 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

5 flows2 with unsanitized paths
redirect_to_custom_login (wonder-login.php:155)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
4 unprotected

Wonder Login Attack Surface

Entry Points10
Unprotected4

AJAX Handlers 5

authwp_ajax_register_actionwonder-login.php:32
noprivwp_ajax_register_actionwonder-login.php:33
noprivwp_ajax_wonder_login_actionwonder-login.php:34
authwp_ajax_wonder_logout_actionwonder-login.php:35
authwp_ajax_handle_wl_settingswonder-login.php:38

Shortcodes 5

[custom-login-form] wonder-login.php:25
[custom-register-form] wonder-login.php:26
[wonder-login-popup-shortcode] wonder-login.php:27
[wonder-login-page] wonder-login.php:28
[account-info] wonder-login.php:29
WordPress Hooks 9
actionwp_logoutwonder-login.php:21
filterauthenticatewonder-login.php:22
actionlogin_form_loginwonder-login.php:23
filterlogin_redirectwonder-login.php:24
actionadmin_menuwonder-login.php:30
actionwp_enqueue_scriptswonder-login.php:31
actionuser_registerwonder-login.php:36
actionprofile_updatewonder-login.php:37
actionwp_headwonder-login.php:39
Maintenance & Trust

Wonder Login Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedApr 10, 2023
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Wonder Login Developer Profile

Shashank Sahu

1 plugin · 0 total installs

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

How We Detect Wonder Login

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wonder-login/templates/assets/css/register-form.css/wp-content/plugins/wonder-login/css/style.css/wp-content/plugins/wonder-login/js/custom.js/wp-content/plugins/wonder-login/templates/assets/js/register-form.js
Script Paths
/wp-content/plugins/wonder-login/js/custom.js/wp-content/plugins/wonder-login/templates/assets/js/register-form.js
Version Parameters
wonder-login/css/bootstrap.min.css?ver=wonder-login/templates/assets/css/register-form.css?ver=wonder-login/css/style.css?ver=wonder-login/js/custom.js?ver=wonder-login/templates/assets/js/register-form.js?ver=

HTML / DOM Fingerprints

CSS Classes
wl-login-wrapper
JS Globals
ajax_login_objectajax_object_register_form
REST Endpoints
/wp-json/wonder-login/v1/login
Shortcode Output
[account-info][custom-login-form][custom-register-form][wonder-login-page]
FAQ

Frequently Asked Questions about Wonder Login