Lock Down Admin Security & Risk Analysis

wordpress.org/plugins/fullestop-lock-down-admin

Lock Down Admin plugin secure your WordPress admin panel. It locks the wp-admin url and if this plugin is activated then user can't login in the …

3K active installs v1.2 PHP + WP 4.2+ Updated May 11, 2019
lockdownloginrename-loginsecuresecurity
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Lock Down Admin Safe to Use in 2026?

Generally Safe

Score 85/100

Lock Down Admin has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The "fullestop-lock-down-admin" v1.2 plugin exhibits a generally good security posture based on the provided static analysis. The absence of any identified entry points like AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the plugin's attack surface. Furthermore, the code signals indicate no dangerous functions used, all SQL queries are prepared, and there are no file operations or external HTTP requests, which are all positive indicators. The presence of nonce checks, even if limited, is also a good practice.

However, there are areas for improvement. The low percentage of properly escaped output (14%) is a significant concern. This suggests that data displayed to users might not be adequately sanitized, potentially leading to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is echoed directly without proper escaping. While the taint analysis shows no unsanitized paths, this might be due to the limited number of flows analyzed or the absence of complex data interactions that would expose such issues. The lack of capability checks, while not immediately indicating a vulnerability given the limited attack surface, means that if any entry points were to be discovered in the future, authorization checks would be entirely absent.

With a clean vulnerability history, the plugin appears to have been stable. This, combined with the strong foundation of avoiding dangerous functions and using prepared statements, is positive. However, the unescaped output is a critical weakness that needs addressing. A balanced conclusion is that while the plugin has a solid core, the high potential for XSS due to insufficient output escaping presents a tangible risk that should be remediated.

Key Concerns

  • Low percentage of properly escaped output
  • No capability checks on entry points
Vulnerabilities
None known

Lock Down Admin Security Vulnerabilities

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

Lock Down Admin Code Analysis

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

Output Escaping

14% escaped7 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
flda_fullestop_lock_admin_options (include\fullestop_lock_down_options.php:3)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Lock Down Admin Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menufullestop-lock-down-admin.php:29
filterinitfullestop-lock-down-admin.php:106
filterwp_redirectfullestop-lock-down-admin.php:123
filternetwork_site_urlfullestop-lock-down-admin.php:124
filtersite_urlfullestop-lock-down-admin.php:125
Maintenance & Trust

Lock Down Admin Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedMay 11, 2019
PHP min version
Downloads26K

Community Trust

Rating60/100
Number of ratings5
Active installs3K
Developer Profile

Lock Down Admin Developer Profile

Fullestop

1 plugin · 3K total installs

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

How We Detect Lock Down Admin

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Lock Down Admin