Like Gate Security & Risk Analysis

wordpress.org/plugins/like-gate

Like Gate allows you to reveal some hidden/secret content when the user likes the article. Therefore increasing the likeness of your articles.

20 active installs v1.1.6 PHP + WP 3.0+ Updated Aug 1, 2014
facebookfblikepluginswp
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Like Gate Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The 'like-gate' plugin v1.1.6 exhibits a mixed security posture. On the positive side, it has no recorded vulnerabilities (CVEs) in its history, suggesting a generally stable codebase. Furthermore, all its SQL queries utilize prepared statements, which is a significant security strength and prevents SQL injection vulnerabilities. The plugin also employs capability checks for some of its operations.

However, there are several significant security concerns. The plugin exposes two AJAX handlers, and alarmingly, both lack authentication checks. This opens a substantial attack surface to any unauthenticated user, allowing them to trigger these handlers potentially without any validation. The presence of a dangerous function like `unserialize` without clear context on how its input is managed is also a red flag, as unserialization of untrusted data can lead to object injection vulnerabilities. Coupled with a very low percentage (6%) of properly escaped output, this increases the risk of cross-site scripting (XSS) attacks.

Given the lack of past vulnerabilities, it might indicate diligent patching or a low profile, but the current static analysis reveals critical areas for improvement. The unprotected AJAX endpoints and potential `unserialize` risks, alongside poor output escaping, are immediate threats that need addressing. The plugin's overall security is compromised by these unauthenticated entry points and potential for code execution or data manipulation.

Key Concerns

  • Unprotected AJAX handlers
  • Dangerous function: unserialize
  • Low percentage of properly escaped output
  • Missing nonce checks on AJAX
Vulnerabilities
None known

Like Gate Security Vulnerabilities

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

Like Gate Code Analysis

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

Dangerous Functions Found

unserialize$buff = unserialize($buff);like-gate.php:1158

Bundled Libraries

TinyMCE

Output Escaping

6% escaped115 total outputs
Attack Surface
2 unprotected

Like Gate Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_like_gate_ajax_render_popup_contentlike-gate.php:967
authwp_ajax_like_gate_ajax_render_popup_contentlike-gate.php:968
WordPress Hooks 14
actioninitlike-gate.php:40
actionplugins_loadedlike-gate.php:118
actionadmin_enqueue_scriptslike-gate.php:143
actionadmin_initlike-gate.php:146
actionadmin_noticeslike-gate.php:147
actionadmin_initlike-gate.php:150
actionadmin_menulike-gate.php:151
actionwp_headlike-gate.php:154
actionwp_enqueue_scriptslike-gate.php:160
actionwp_footerlike-gate.php:161
filterplugin_action_linkslike-gate.php:885
filtermce_external_pluginslike-gate.php:964
filtermce_buttonslike-gate.php:965
actionwp_dashboard_setupzzz_dashboard_widgets.php:20
Maintenance & Trust

Like Gate Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedAug 1, 2014
PHP min version
Downloads29K

Community Trust

Rating50/100
Number of ratings4
Active installs20
Developer Profile

Like Gate Developer Profile

Svetoslav Marinov

26 plugins · 12K total installs

71
trust score
Avg Security Score
88/100
Avg Patch Time
722 days
View full developer profile
Detection Fingerprints

How We Detect Like Gate

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/like-gate/js/facebook-sdk.js/wp-content/plugins/like-gate/js/like-gate.js/wp-content/plugins/like-gate/css/style.css/wp-content/plugins/like-gate/css/like-gate.css
Script Paths
/wp-content/plugins/like-gate/js/facebook-sdk.js/wp-content/plugins/like-gate/js/like-gate.js
Version Parameters
like-gate/css/style.css?ver=like-gate/js/facebook-sdk.js?ver=like-gate/js/like-gate.js?ver=

HTML / DOM Fingerprints

CSS Classes
like-gate-hidden-contentlike-gate-hidden-content-wrapper
Data Attributes
data-like-gate-post-iddata-like-gate-app-iddata-like-gate-btn-txtdata-like-gate-btn-urldata-like-gate-btn-colordata-like-gate-btn-bg+2 more
JS Globals
lg_optionslg_fb_idlg_post_idlg_channel_urllg_cookie_domain
Shortcode Output
[like-gate]
FAQ

Frequently Asked Questions about Like Gate