Easy Hide Form Security & Risk Analysis

wordpress.org/plugins/easy-hide-form

Simple Plugin for easy and quick hiding Wordpress All Public Posts/CPT Reply/Comment Forms

0 active installs v1.0.0 PHP 5.4+ WP 4.9+ Updated Mar 2, 2020
commentsformhidereply
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy Hide Form Safe to Use in 2026?

Generally Safe

Score 85/100

Easy Hide Form 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 static analysis of the "easy-hide-form" plugin v1.0.0 reveals a mixed security posture. On one hand, the plugin demonstrates good practices by not utilizing file operations or external HTTP requests, and its SQL queries are all properly prepared, which significantly reduces the risk of SQL injection. Furthermore, the absence of known CVEs and a clean vulnerability history are positive indicators of the plugin's past security record.

However, several concerning code signals were identified. The presence of the `unserialize` function, without any apparent sanitization or validation mechanisms indicated in the analysis, presents a significant risk of unserialize vulnerabilities. Additionally, the low percentage of properly escaped output (29%) suggests that there's a high likelihood of cross-site scripting (XSS) vulnerabilities, as user-supplied data might be rendered directly in the browser without adequate sanitization. The complete lack of nonce checks and capability checks on any identified entry points (though none were identified, which itself is unusual for a plugin with `unserialize` and output issues) is also a major concern, as it implies any potential vulnerabilities would be trivially exploitable by unauthenticated users.

While the plugin has no recorded vulnerabilities, the identified code signals, particularly `unserialize` and insufficient output escaping, create a significant inherent risk that could lead to severe security issues if exploited. The plugin's strengths lie in its SQL handling and lack of external dependencies, but these are overshadowed by critical weaknesses in data handling and output sanitization.

Key Concerns

  • Unsanitized unserialize function detected
  • Low percentage of properly escaped output (XSS risk)
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Easy Hide Form Security Vulnerabilities

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

Easy Hide Form Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Easy Hide Form Code Analysis

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

Dangerous Functions Found

unserialize$input = ( isset($input) && $input != '' )? unserialize($input) : array();admin\class-easy-hide-form-admin.php:134
unserialize$input = ( isset($input) && $input != '' )? unserialize($input) : array();public\class-easy-hide-form-public.php:82

Output Escaping

29% escaped7 total outputs
Attack Surface

Easy Hide Form Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionplugins_loadedincludes\class-easy-hide-form.php:118
actionadmin_enqueue_scriptsincludes\class-easy-hide-form.php:133
actionadmin_menuincludes\class-easy-hide-form.php:134
actionadmin_initincludes\class-easy-hide-form.php:135
filtercomments_openincludes\class-easy-hide-form.php:151
Maintenance & Trust

Easy Hide Form Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedMar 2, 2020
PHP min version5.4
Downloads986

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Easy Hide Form Developer Profile

elixirlouise

3 plugins · 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 Easy Hide Form

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/easy-hide-form/css/easy-hide-form-admin.css/wp-content/plugins/easy-hide-form/js/easy-hide-form-admin.js
Script Paths
/wp-content/plugins/easy-hide-form/js/easy-hide-form-admin.js
Version Parameters
easy-hide-form-admin.css?ver=easy-hide-form-admin.js?ver=

HTML / DOM Fingerprints

Data Attributes
id="hide-comment-form"
FAQ

Frequently Asked Questions about Easy Hide Form