MojoAuth Passwordless Authentication Security & Risk Analysis

wordpress.org/plugins/mojoauth

MojoAuth provides a secure and delightful experience to your customer with passwordless. Here, you'll find comprehensive guides and documentation …

10 active installs v2.7 PHP 5.6+ WP 3.4+ Updated Dec 13, 2022
authenticationemail-magic-linkemail-otpsms-authenticationsocial-login
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is MojoAuth Passwordless Authentication Safe to Use in 2026?

Generally Safe

Score 85/100

MojoAuth Passwordless Authentication has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3yr ago
Risk Assessment

The "mojoauth" plugin v2.7 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and shows no known historical vulnerabilities. This suggests a developer with some awareness of common security pitfalls. However, a significant concern arises from the static analysis, where a substantial portion of the attack surface, specifically 6 out of 7 entry points, are unprotected AJAX handlers. This lack of authentication checks on these handlers presents a significant risk of unauthorized actions if they can be triggered by unauthenticated users.

The code analysis also reveals that only 44% of output is properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities. While no critical or high severity taint flows were detected, the potential for XSS due to unescaped output on multiple entry points remains a notable weakness. The plugin also makes external HTTP requests, which, without further analysis, could be a vector for other types of attacks if not handled securely. The absence of nonce checks on AJAX handlers further exacerbates the risk associated with the unprotected entry points.

In conclusion, while the absence of historical CVEs and the use of prepared statements are strengths, the plugin's security is significantly undermined by the numerous unprotected AJAX handlers and the insufficient output escaping. These issues create a considerable risk of unauthorized actions and potential XSS vulnerabilities. Further investigation into the specific functionality of the unprotected AJAX handlers and the unescaped output is highly recommended to fully assess the impact.

Key Concerns

  • Unprotected AJAX handlers
  • Insufficient output escaping
  • Missing nonce checks on AJAX
  • External HTTP requests
Vulnerabilities
None known

MojoAuth Passwordless Authentication Security Vulnerabilities

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

MojoAuth Passwordless Authentication Code Analysis

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

Output Escaping

44% escaped16 total outputs
Attack Surface
6 unprotected

MojoAuth Passwordless Authentication Attack Surface

Entry Points7
Unprotected6

AJAX Handlers 6

authwp_ajax_mojoauth_verificationadmin\index.php:26
noprivwp_ajax_mojoauth_verificationadmin\index.php:27
authwp_ajax_mojoauth_get_languageadmin\index.php:28
noprivwp_ajax_mojoauth_get_languageadmin\index.php:29
authwp_ajax_mojoauth_loginfrontend\pages\auth.php:21
noprivwp_ajax_mojoauth_loginfrontend\pages\auth.php:22

Shortcodes 1

[mojoauth] frontend\pages\auth.php:23
WordPress Hooks 16
actionadmin_initadmin\index.php:20
actionadmin_menuadmin\index.php:22
filterplugin_action_linksadmin\index.php:23
actionmojoauth_reset_admin_actionadmin\index.php:24
actionadmin_enqueue_scriptsadmin\index.php:25
actionpersonal_options_updateadmin\index.php:30
actionshow_user_profileadmin\index.php:31
actionlogin_enqueue_scriptsfrontend\pages\auth.php:20
filterpr_page_contentfrontend\pages\auth.php:24
actionwoocommerce_initfrontend\pages\auth.php:25
actioninitfrontend\pages\auth.php:26
actionwp_footerfrontend\pages\auth.php:43
filterwoocommerce_checkout_fieldsfrontend\pages\auth.php:60
actionwoocommerce_edit_account_form_endfrontend\pages\auth.php:61
actiontemplate_redirectfrontend\pages\auth.php:63
actionwp_footerfrontend\pages\auth.php:104
Maintenance & Trust

MojoAuth Passwordless Authentication Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedDec 13, 2022
PHP min version5.6
Downloads3K

Community Trust

Rating74/100
Number of ratings3
Active installs10
Developer Profile

MojoAuth Passwordless Authentication Developer Profile

MojoAuth

1 plugin · 10 total installs

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

How We Detect MojoAuth Passwordless Authentication

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/mojoauth/admin/assets/css/style.css/wp-content/plugins/mojoauth/admin/assets/js/verification.js
Script Paths
/wp-content/plugins/mojoauth/admin/assets/js/verification.js
Version Parameters
mojoauth/admin/assets/css/style.css?ver=mojoauth/admin/assets/js/verification.js?ver=

HTML / DOM Fingerprints

CSS Classes
mojoauth-admin-notice
HTML Comments
<!-- MojoAuth Settings Page -->
Data Attributes
data-mojoauth-keydata-mojoauth-redirectdata-mojoauth-lang
JS Globals
mojoauthadminajaxMojoAuth
REST Endpoints
/wp-json/mojoauth/v1/user/login
Shortcode Output
[mojoauth_login]
FAQ

Frequently Asked Questions about MojoAuth Passwordless Authentication