Filesystem Unlocker Security & Risk Analysis

wordpress.org/plugins/filesystem-unlocker

Plugin to completely lockdown the wordpress filesystem so that no hacker can write to it.

10 active installs v1.0 PHP + WP 4.0.0+ Updated Mar 9, 2016
file-systemfilesystemftplocksecurity
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Filesystem Unlocker Safe to Use in 2026?

Generally Safe

Score 85/100

Filesystem Unlocker has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The "filesystem-unlocker" v1.0 plugin exhibits a generally good security posture based on the provided static analysis. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events that present an attack surface, and importantly, none of these are without authentication checks, which is a significant strength. The absence of dangerous functions and external HTTP requests further contributes to its secure design. However, the code analysis reveals several critical weaknesses. All five SQL queries are executed without prepared statements, presenting a significant risk of SQL injection vulnerabilities. Additionally, the two identified output operations are not properly escaped, leading to potential cross-site scripting (XSS) vulnerabilities. While the plugin has a clean vulnerability history with no recorded CVEs, this does not negate the risks identified in the current code. The presence of a single nonce check is positive but insufficient given the other identified vulnerabilities. In conclusion, while the plugin's attack surface is minimal and its history is clean, the lack of prepared statements for SQL queries and proper output escaping are severe flaws that require immediate attention. These are fundamental security practices that are missing and expose the site to significant risks.

Key Concerns

  • All SQL queries lack prepared statements
  • Outputs are not properly escaped
  • No capability checks for entry points
Vulnerabilities
None known

Filesystem Unlocker Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Filesystem Unlocker Release Timeline

v1.0Current
Code Analysis
Analyzed Mar 16, 2026

Filesystem Unlocker Code Analysis

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

SQL Query Safety

0% prepared5 total queries

Output Escaping

0% escaped2 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
filesystem_unlocker_plugin_options_page (filesystem-unlocker.php:46)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Filesystem Unlocker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_headfilesystem-unlocker.php:29
actionadmin_menufilesystem-unlocker.php:33
actionadmin_menufilesystem-unlocker.php:35
actionadmin_initfilesystem-unlocker.php:79
actionadmin_bar_menufilesystem-unlocker.php:169
Maintenance & Trust

Filesystem Unlocker Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedMar 9, 2016
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Filesystem Unlocker Developer Profile

duke_justice

1 plugin · 10 total installs

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

How We Detect Filesystem Unlocker

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

Asset Fingerprints

Script Paths
/wp-content/plugins/filesystem-unlocker/images/fsu.png

HTML / DOM Fingerprints

Data Attributes
name="filesystem_unlocker_plugin_options[time_to_lock]"
JS Globals
window.setTimeout
Shortcode Output
<h2>Filesystem Unlocker</h2>NOTICE : This page SHOULD refresh every 80 seconds.<br>
FAQ

Frequently Asked Questions about Filesystem Unlocker