WP Login Form Security & Risk Analysis

wordpress.org/plugins/wp-login-form

Create a WordPress login form and add it to your post, page or sidebar

7K active installs v1.0.13 PHP + WP 3.0+ Updated Dec 5, 2025
formloginmembermembershipuser
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Login Form Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 4mo ago
Risk Assessment

The wp-login-form plugin, version 1.0.13, exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The plugin demonstrates good development practices by utilizing prepared statements for all SQL queries, having a high percentage of properly escaped output, and implementing nonce and capability checks where applicable. The absence of file operations and external HTTP requests further reduces potential attack vectors. Crucially, there are no recorded vulnerabilities (CVEs) for this plugin, and the taint analysis revealed no concerning flows, indicating a lack of exploitable code patterns.

However, the analysis does reveal a single shortcode as the sole entry point into the plugin's functionality. While the data states this entry point is not explicitly "unprotected" (meaning it likely has some form of internal check), a shortcode can still be a vector if its internal logic is flawed or if it doesn't sufficiently sanitize user-supplied data before processing. The current analysis does not provide enough detail to fully assess the security of this shortcode's implementation beyond the general output escaping metrics. Therefore, while the plugin appears secure due to its code quality and historical lack of vulnerabilities, continued vigilance around the implementation of its shortcode is advisable.

In conclusion, the wp-login-form plugin appears to be a secure option, with robust coding practices evident and a clean vulnerability history. The primary area to be mindful of is the shortcode's internal handling of data, although the provided metrics suggest this is likely well-managed. The plugin's strengths lie in its secure data handling (prepared statements, escaping) and its lack of critical security flaws or historical issues.

Vulnerabilities
None known

WP Login Form Security Vulnerabilities

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

WP Login Form Code Analysis

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

Output Escaping

93% escaped27 total outputs
Attack Surface

WP Login Form Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wp_login_form] main.php:39
WordPress Hooks 6
actionplugins_loadedmain.php:34
actionadmin_menumain.php:35
actionadmin_enqueue_scriptsmain.php:36
actionwp_enqueue_scriptsmain.php:37
filterdo_shortcode_tagmain.php:38
filterplugin_action_linksmain.php:92
Maintenance & Trust

WP Login Form Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 5, 2025
PHP min version
Downloads108K

Community Trust

Rating92/100
Number of ratings13
Active installs7K
Developer Profile

WP Login Form Developer Profile

Noor Alam

25 plugins · 157K total installs

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

How We Detect WP Login Form

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-login-form/addons/wp-login-form-addons.css
Script Paths
https://www.google.com/recaptcha/api.js

HTML / DOM Fingerprints

CSS Classes
wp-login-form-addons-menu
Data Attributes
wp_login_form
Shortcode Output
[wp_login_form]
FAQ

Frequently Asked Questions about WP Login Form