NNFP – Passwordless Email OTP Login Security & Risk Analysis

wordpress.org/plugins/no-need-for-password

Short Description: Enable secure passwordless login and registration using secure email-based one-time passwords (OTP).

0 active installs v1.0.2 PHP 7.4+ WP 5.8+ Updated Feb 10, 2026
acf-supportedotp-base-loginpasswordless-loginsecurityuser-login-and-registration
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is NNFP – Passwordless Email OTP Login Safe to Use in 2026?

Generally Safe

Score 100/100

NNFP – Passwordless Email OTP Login has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The 'no-need-for-password' v1.0.2 plugin exhibits a strong initial security posture based on the provided static analysis. The absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests are all positive indicators. Furthermore, the consistent use of prepared statements for SQL and proper output escaping across all identified outputs suggest good development practices in these areas. The presence of nonce checks, while limited, is also a positive sign for securing certain entry points.

However, a significant concern arises from the complete lack of capability checks across all entry points, including AJAX handlers and shortcodes. While the analysis indicates zero unprotected entry points, the absence of explicit capability checks means that any user, regardless of their role or permissions, could potentially interact with these functions. This is a major oversight that could lead to unauthorized access or manipulation if a more advanced attack vector were discovered. The vulnerability history being clean is positive, but it does not negate the inherent risks introduced by the missing capability checks. The plugin's strengths lie in its avoidance of common dangerous functions and its secure handling of SQL and output, but its weakness in authorization controls presents a substantial risk that needs to be addressed.

Key Concerns

  • Missing capability checks on all entry points
  • Limited number of nonce checks (2)
Vulnerabilities
None known

NNFP – Passwordless Email OTP Login Security Vulnerabilities

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

NNFP – Passwordless Email OTP Login Code Analysis

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

Output Escaping

100% escaped10 total outputs
Attack Surface

NNFP – Passwordless Email OTP Login Attack Surface

Entry Points8
Unprotected0

AJAX Handlers 4

noprivwp_ajax_nnfp_send_otpnnfp-passwordless-login.php:32
authwp_ajax_nnfp_send_otpnnfp-passwordless-login.php:33
noprivwp_ajax_nnfp_verify_otpnnfp-passwordless-login.php:35
authwp_ajax_nnfp_verify_otpnnfp-passwordless-login.php:36

Shortcodes 4

[nnfp_login_button] nnfp-passwordless-login.php:27
[nnfp_login_form] nnfp-passwordless-login.php:28
[nnfp_registration_form] nnfp-passwordless-login.php:29
[nnfp_register_popup_button] nnfp-passwordless-login.php:30
WordPress Hooks 2
actionwp_enqueue_scriptsnnfp-passwordless-login.php:25
filterrender_blocknnfp-passwordless-login.php:38
Maintenance & Trust

NNFP – Passwordless Email OTP Login Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 10, 2026
PHP min version7.4
Downloads265

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

NNFP – Passwordless Email OTP Login Developer Profile

Ramesh Kumar

2 plugins · 1K total installs

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

How We Detect NNFP – Passwordless Email OTP Login

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/no-need-for-password/assets/css/nnfp-style.css/wp-content/plugins/no-need-for-password/assets/js/nnfp-script.js
Script Paths
/wp-content/plugins/no-need-for-password/assets/js/nnfp-script.js
Version Parameters
nnfp-stylennfp-script

HTML / DOM Fingerprints

CSS Classes
nnfp-open-loginnnfp-logout-linknnfp-page-loginnnfp-inline-wrapnnfp-titlennfp-required-fieldnnfp-inputnnfp-register-email+4 more
Data Attributes
data-ajaxurldata-nonce
JS Globals
nnfp_datannfp_script
REST Endpoints
/wp-json/nnfp/
Shortcode Output
[nnfp_login_button][nnfp_login_form][nnfp_registration_form][nnfp_register_popup_button]
FAQ

Frequently Asked Questions about NNFP – Passwordless Email OTP Login