Post Like Counter Security & Risk Analysis

wordpress.org/plugins/post-like-counter

Post Like Counter will tell you how many people like your post.

10 active installs v1.0 PHP + WP 2.0+ Updated Feb 24, 2009
ajaxpost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Like Counter Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 17yr ago
Risk Assessment

The "post-like-counter" v1.0 plugin presents a mixed security picture. On the positive side, it has a seemingly small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, there is no reported vulnerability history, suggesting a track record of security. However, significant concerns arise from the code analysis.

The absence of any nonce or capability checks, coupled with 100% of SQL queries being unparameterized and 100% of output not being properly escaped, indicates a severe lack of fundamental security practices. The taint analysis revealing a flow with unsanitized paths, even without a critical or high severity classification in the static analysis, is alarming and points to a potential for vulnerabilities if an attack vector were present. The overall posture is concerning due to these deeply ingrained coding flaws, despite the lack of historical CVEs.

In conclusion, while the plugin's limited attack surface and clean vulnerability history are strengths, the raw SQL queries, unescaped output, and identified unsanitized flow are critical weaknesses. These issues represent a high risk of common vulnerabilities such as SQL injection and Cross-Site Scripting (XSS).

Key Concerns

  • Raw SQL queries (4 total, 0% prepared)
  • Unescaped output (1 total, 0% escaped)
  • No Nonce checks
  • No Capability checks
  • Taint flow with unsanitized paths
Vulnerabilities
None known

Post Like Counter Security Vulnerabilities

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

Post Like Counter Code Analysis

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

SQL Query Safety

0% prepared4 total queries

Output Escaping

0% escaped1 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<function.js> (function.js.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Post Like Counter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionplugins_loadedilike.php:35
Maintenance & Trust

Post Like Counter Maintenance & Trust

Maintenance Signals

WordPress version tested2.7
Last updatedFeb 24, 2009
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Post Like Counter Developer Profile

jigenhe

2 plugins · 20 total installs

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

How We Detect Post Like Counter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-like-counter/prototype.js/wp-content/plugins/post-like-counter/function.js.php
Script Paths
/wp-content/plugins/post-like-counter/prototype.js/wp-content/plugins/post-like-counter/function.js.php

HTML / DOM Fingerprints

JS Globals
ILIKE_URLPATHSAFE_MODE
FAQ

Frequently Asked Questions about Post Like Counter