Password Less Login Security & Risk Analysis

wordpress.org/plugins/password-less-login

A powerful and easy-to-use WordPress plugin for passwordless and OTP-based login.

0 active installs v1.0.0.1 PHP 7.4+ WP 5.9+ Updated Jan 7, 2026
easy-loginemail-authenticationotp-loginpasswordless-loginsecure-login
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Password Less Login Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The "password-less-login" plugin v1.0.0.1 exhibits a strong security posture based on the provided static analysis. The attack surface is minimal, with all identified entry points (AJAX handlers, REST API routes, and shortcodes) appearing to have authentication or permission checks. The plugin also demonstrates good coding practices by utilizing prepared statements for all SQL queries and performing output escaping for the vast majority of outputs. Furthermore, the presence of nonce and capability checks further reinforces its defensive measures. The absence of file operations and external HTTP requests also reduces potential vulnerabilities.

There are no indications of dangerous functions being used, and the taint analysis found no critical or high-severity flows with unsanitized paths. The vulnerability history is also clean, with no known CVEs associated with this plugin. This lack of past vulnerabilities, combined with the current clean code analysis, suggests a well-developed and secure plugin. The only minor concern, though not significant enough for a deduction based on the provided data, is the slight percentage of outputs that were not properly escaped, which could theoretically lead to cross-site scripting vulnerabilities if those specific outputs were user-controlled and unescaped.

In conclusion, "password-less-login" v1.0.0.1 appears to be a secure plugin. Its minimal attack surface, adherence to secure coding practices like prepared statements and output escaping, and lack of historical vulnerabilities are all positive indicators. While a minuscule percentage of unescaped outputs exist, it doesn't present a significant risk given the overall robust security measures and clean analysis.

Vulnerabilities
None known

Password Less Login Security Vulnerabilities

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

Password Less Login Code Analysis

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

Output Escaping

92% escaped13 total outputs
Attack Surface

Password Less Login Attack Surface

Entry Points3
Unprotected0

REST API Routes 2

POST/wp-json/password-less-login/v1/submit-emailincludes\RestAPI.php:11
POST/wp-json/password-less-login/v1/verify-otpincludes\RestAPI.php:21

Shortcodes 1

[secure_email_optin] includes\Frontend\Shortcode.php:8
WordPress Hooks 9
actionlogin_enqueue_scriptsincludes\Assets.php:20
actionlogin_formincludes\Common.php:7
actionlogin_footerincludes\Common.php:8
filterauthenticateincludes\Common.php:9
actionlogin_footerincludes\Common.php:10
actionwp_footerincludes\Frontend\Shortcode.php:9
actionrest_api_initincludes\RestAPI.php:6
actionrest_api_initincludes\RestAPI.php:7
actionplugins_loadedpassword-less-login.php:40
Maintenance & Trust

Password Less Login Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedJan 7, 2026
PHP min version7.4
Downloads229

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Password Less Login Developer Profile

Sadekur Rahman

1 plugin · 0 total installs

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

How We Detect Password Less Login

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/password-less-login/assets/js/common.js/wp-content/plugins/password-less-login/assets/css/login-style.css
Script Paths
password-less-login/assets/js/common.js
Version Parameters
password-less-login/assets/js/common.js?ver=password-less-login/assets/css/login-style.css?ver=

HTML / DOM Fingerprints

CSS Classes
form-containerloader-container
HTML Comments
<!-- Submit email: always send OTP (do NOT log user in here). -->
Data Attributes
id="thrailCrmOptinForm"id="thrailCrmFormLoader"
JS Globals
PASSWORDLESSLOGIN
REST Endpoints
/password-less-login/v1/submit-email/password-less-login/v1/verify-otp
Shortcode Output
<div class="form-container"> <form id="thrailCrmOptinForm" action="" method="post"> <label for="secure_email_name">Name:</label> <input type="text" id="secure_email_name" name="name" required placeholder="Enter your name"> <label for="secure_email_email">Email:</label> <input type="email" id="secure_email_email" name="email" required placeholder="Enter your email"> <input type="submit" value="Subscribe"> </form> </div><div class="loader-container" id="thrailCrmFormLoader" style="display: none;"> <img src="
FAQ

Frequently Asked Questions about Password Less Login