Kento Like Post Security & Risk Analysis

wordpress.org/plugins/kento-like-post

Facebook Style like button for WordPress with like count and user thumbnails.

10 active installs v1.1 PHP + WP 3.5+ Updated Jun 9, 2015
like-buttonpost-likepost-votewordpress-votewp-like
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Kento Like Post Safe to Use in 2026?

Generally Safe

Score 85/100

Kento Like Post 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 kento-like-post plugin version 1.1 presents a significant security risk primarily due to its unprotected entry points. The static analysis reveals two AJAX handlers, both of which lack authentication checks. This means any user, even an unauthenticated one, could potentially trigger these handlers, leading to unexpected behavior or allowing for unauthorized actions within the WordPress site. The lack of nonce and capability checks further exacerbates this issue, as there are no safeguards to verify user permissions or prevent cross-site request forgery (CSRF) attacks. While there are no reported CVEs, this can sometimes indicate a lack of historical scrutiny rather than inherent security, especially for plugins with limited features or recent release dates.

The taint analysis indicates two flows with unsanitized paths, which is a concern as it suggests potential for path traversal vulnerabilities if user-supplied input is not properly validated and sanitized before being used in file operations or other sensitive contexts. However, the absence of direct file operations in the code signals might suggest these paths are not actively exploited in this specific version, but the potential remains. The SQL queries also show a low percentage of prepared statements, increasing the risk of SQL injection vulnerabilities, though the absence of critical taint flows related to SQL is a positive sign. The output escaping is also a major weakness, with 0% proper escaping, posing a clear risk of cross-site scripting (XSS) attacks.

Key Concerns

  • AJAX handlers without auth checks
  • Flows with unsanitized paths
  • SQL queries not using prepared statements
  • Output escaping not implemented
  • Nonce checks missing
  • Capability checks missing
Vulnerabilities
None known

Kento Like Post Security Vulnerabilities

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

Kento Like Post Code Analysis

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

SQL Query Safety

14% prepared7 total queries

Output Escaping

0% escaped2 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
kento_like_post_insert (index.php:185)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Kento Like Post Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_kento_like_post_insertindex.php:226
noprivwp_ajax_kento_like_post_insertindex.php:227
WordPress Hooks 2
actioninitindex.php:16
filterthe_contentindex.php:271
Maintenance & Trust

Kento Like Post Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedJun 9, 2015
PHP min version
Downloads3K

Community Trust

Rating20/100
Number of ratings2
Active installs10
Developer Profile

Kento Like Post Developer Profile

PluginsPoint

20 plugins · 600 total installs

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

How We Detect Kento Like Post

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/kento-like-post/js/kento_like_post.js/wp-content/plugins/kento-like-post/css/style.css
Script Paths
/wp-content/plugins/kento-like-post/js/kento_like_post.js

HTML / DOM Fingerprints

CSS Classes
kento-like-post-loginvote-buttonvote-textvotednotvotedkento-fb-votelogin-usernamelogin-password+4 more
HTML Comments
<!-- Post Like Button For WordPress like Facebook --><!--Include Javascript library--><!-- including ajax script in the plugin ajax.ajaxurl --><!--is already vote-->+1 more
Data Attributes
loggedpostidvotestatus
JS Globals
kento_like_post_ajaxurl
REST Endpoints
/wp-ajax.php
FAQ

Frequently Asked Questions about Kento Like Post