Fancy Login Form Security & Risk Analysis

wordpress.org/plugins/fancy-login-form

By using the shortcode [mg-fancy-login-form] users can create the fancy login form. Users can see the list of parameters in fancy login form menu item …

0 active installs v1.0.0 PHP + WP + Updated Mar 8, 2021
customize-login-formfancy-login-formloginlogin-formwp-login-form
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Fancy Login Form Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The "fancy-login-form" v1.0.0 plugin exhibits a mixed security posture. On the positive side, the plugin demonstrates good coding practices by utilizing prepared statements for all SQL queries and properly escaping all output, indicating a strong defense against common injection and cross-site scripting vulnerabilities. The absence of dangerous functions, file operations, and external HTTP requests further contributes to a reduced attack surface from these vectors. However, a significant concern arises from the presence of an unprotected AJAX handler, which represents a direct entry point into the plugin's functionality without any authorization or capability checks. This lack of protection is a critical weakness that could be exploited by unauthenticated users to trigger unintended actions.

The plugin's vulnerability history is clean, with no recorded CVEs, which is a positive indicator. This suggests that past versions have been relatively secure or have been diligently maintained. However, the clean history, combined with the identified unprotected AJAX handler, could lead to a false sense of security. The lack of nonce checks on the AJAX handler is a missed opportunity to prevent CSRF attacks and further protect this entry point.

In conclusion, while "fancy-login-form" v1.0.0 shows strengths in data sanitization and SQL handling, the unprotected AJAX handler represents a substantial risk. The absence of authorization and nonce checks on this entry point makes it a prime target for exploitation. The plugin's secure history is encouraging, but it does not negate the immediate risk presented by the current code analysis. Addressing the unprotected AJAX handler should be a top priority to improve the plugin's overall security.

Key Concerns

  • AJAX handler without auth checks
  • AJAX handler without nonce checks
Vulnerabilities
None known

Fancy Login Form Security Vulnerabilities

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

Fancy Login Form Code Analysis

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

Output Escaping

100% escaped54 total outputs
Attack Surface
1 unprotected

Fancy Login Form Attack Surface

Entry Points2
Unprotected1

AJAX Handlers 1

noprivwp_ajax_facny_login_form_submitfancy-login-form.php:57

Shortcodes 1

[mg-fancy-login-form] fancy-login-form.php:58
WordPress Hooks 4
actionwp_enqueue_scriptsfancy-login-form.php:54
actionadmin_menufancy-login-form.php:55
actionwp_enqueue_scriptsfancy-login-form.php:56
actionwp_loadedfancy-login-form.php:201
Maintenance & Trust

Fancy Login Form Maintenance & Trust

Maintenance Signals

WordPress version tested5.7.15
Last updatedMar 8, 2021
PHP min version
Downloads850

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Fancy Login Form Developer Profile

mohsinghouri

1 plugin · 0 total installs

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

How We Detect Fancy 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/fancy-login-form/assets/js/login.js/wp-content/plugins/fancy-login-form/assets/css/style.css
Script Paths
/wp-content/plugins/fancy-login-form/assets/js/login.js

HTML / DOM Fingerprints

CSS Classes
fancy-login-form-containerfancy-login-formmg-fancy-form-headingmg-fancy-form-rowmg-fancy-form-col-100mg-fancy-form-fieldmg-fancy-usernamemg-fancy-password+8 more
Data Attributes
toggle
JS Globals
mgFancyLoginAjax
Shortcode Output
<div class="fancy-login-form-container"><form class="fancy-login-form<h3 class="mg-fancy-form-heading"><input type="hidden" name="redirecturl"
FAQ

Frequently Asked Questions about Fancy Login Form