WP Direct Login Link Security & Risk Analysis

wordpress.org/plugins/wp-direct-login-link

Create a secure way to login by Link.

10 active installs v2.0 PHP 5.5+ WP 3.4.4+ Updated Aug 14, 2024
loginbylinkloginbyurlpasswordless-authenticationwithout-passwordwp-login
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP Direct Login Link Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "wp-direct-login-link" v2.0 plugin exhibits a generally strong security posture based on the provided static analysis. It demonstrates good practices by exclusively using prepared statements for its SQL queries and a high percentage of properly escaped outputs. The absence of file operations and external HTTP requests further reduces its attack surface. The presence of a nonce check is a positive indicator of security awareness, even if capability checks are absent. The plugin also boasts a clean vulnerability history with no known CVEs, suggesting a history of secure development.

However, the taint analysis reveals a potential concern with two flows identified as having unsanitized paths. While these did not escalate to critical or high severity in this analysis, they represent an area where a malicious actor could potentially manipulate input to affect program execution, especially if the plugin's functionality involves handling user-provided data in these specific flows. The lack of explicit capability checks on any entry points is another area of potential weakness, as it relies solely on WordPress's default access controls which might not be sufficient for all scenarios, although the very limited attack surface currently mitigates this risk.

In conclusion, the plugin is largely secure with a commitment to best practices like prepared statements and output escaping. The vulnerability history is a significant strength. The primary areas for improvement lie in thoroughly sanitizing the identified unsanitized paths and implementing capability checks where appropriate to further harden the plugin against potential attacks. The current risk level is moderate, leaning towards low due to the minimal attack surface and lack of historical vulnerabilities.

Key Concerns

  • Flows with unsanitized paths detected
  • No capability checks on entry points
Vulnerabilities
None known

WP Direct Login Link Security Vulnerabilities

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

WP Direct Login Link Code Analysis

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

SQL Query Safety

100% prepared10 total queries

Output Escaping

95% escaped98 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

5 flows2 with unsanitized paths
login_page_init (controllers\class-main.php:63)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Direct Login Link Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionplugins_loadedwp-direct-login-link.php:37
actionlogin_initwp-direct-login-link.php:40
actionadmin_menuwp-direct-login-link.php:43
actionadmin_enqueue_scriptswp-direct-login-link.php:44
actionlogin_headerwp-direct-login-link.php:46
actionlogin_footerwp-direct-login-link.php:47
actionwoocommerce_after_customer_login_formwp-direct-login-link.php:48
actionwoocommerce_before_checkout_formwp-direct-login-link.php:49
actionlogin_enqueue_scriptswp-direct-login-link.php:50
actionplugins_loadedwp-direct-login-link.php:52
actioninitwp-direct-login-link.php:60
Maintenance & Trust

WP Direct Login Link Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedAug 14, 2024
PHP min version5.5
Downloads2K

Community Trust

Rating100/100
Number of ratings4
Active installs10
Developer Profile

WP Direct Login Link Developer Profile

amitsmartweb

1 plugin · 10 total installs

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

How We Detect WP Direct Login Link

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-direct-login-link/assets/css/wpmll-be-style.css/wp-content/plugins/wp-direct-login-link/assets/js/be-scripts.js/wp-content/plugins/wp-direct-login-link/assets/css/wpmll-form.css
Script Paths
/wp-content/plugins/wp-direct-login-link/assets/js/be-scripts.js
Version Parameters
wp-direct-login-link/assets/css/wpmll-be-style.css?ver=1.0wp-direct-login-link/assets/js/be-scripts.js?ver=1.0wp-direct-login-link/assets/css/wpmll-form.css?ver=1.0

HTML / DOM Fingerprints

CSS Classes
wpmll-magic-form
JS Globals
wpmll_magic_form
FAQ

Frequently Asked Questions about WP Direct Login Link