CS Likes Counter Security & Risk Analysis

wordpress.org/plugins/cs-likes-counter

Show multiple Likes Counter on your website.

100 active installs v1.0.6 PHP + WP 3.9+ Updated Nov 12, 2018
dislikeslikeslikes-counter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is CS Likes Counter Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The cs-likes-counter v1.0.6 plugin exhibits a generally strong security posture with no recorded vulnerabilities or critical code signals. The static analysis shows no dangerous functions, no raw SQL queries, and no external HTTP requests, all of which are positive indicators. The presence of nonce and capability checks on its AJAX handlers is also commendable, suggesting an effort to protect against common attack vectors.

However, a significant concern arises from the complete lack of output escaping across all identified output points. This weakness represents a substantial risk, as it makes the plugin vulnerable to Cross-Site Scripting (XSS) attacks. Even with protected entry points, unsanitized output can lead to malicious code execution within the context of a user's browser when viewing content that displays likes or related data. The absence of any recorded vulnerabilities historically might suggest a lack of active exploitation or that past versions did not have this specific flaw, but it does not mitigate the present risk.

In conclusion, while the plugin avoids several common pitfalls and has a clean vulnerability history, the critical flaw of unescaped output significantly degrades its security. This makes it a target for XSS attacks, necessitating immediate attention to implement proper output sanitization for all dynamic content displayed to users.

Key Concerns

  • Unescaped output
Vulnerabilities
None known

CS Likes Counter Security Vulnerabilities

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

CS Likes Counter Code Analysis

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

Output Escaping

0% escaped5 total outputs
Data Flows
All sanitized

Data Flow Analysis

1 flows
<cs-likes-counter> (cs-likes-counter.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

CS Likes Counter Attack Surface

Entry Points4
Unprotected0

AJAX Handlers 4

authwp_ajax_set_like_postcs-likes-counter.php:25
noprivwp_ajax_set_like_postcs-likes-counter.php:26
authwp_ajax_set_dislike_postcs-likes-counter.php:27
noprivwp_ajax_set_dislike_postcs-likes-counter.php:28
WordPress Hooks 4
actionadd_meta_boxescs-likes-counter.php:36
actionsave_postcs-likes-counter.php:37
actionwp_enqueue_scriptscs-likes-counter.php:39
actioninitcs-likes-counter.php:42
Maintenance & Trust

CS Likes Counter Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedNov 12, 2018
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings2
Active installs100
Developer Profile

CS Likes Counter Developer Profile

Yaroslav Popov

1 plugin · 100 total installs

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

How We Detect CS Likes Counter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cs-likes-counter/js/jquery-notice/jquery.notice.css/wp-content/plugins/cs-likes-counter/js/jquery-notice/jquery.notice.js/wp-content/plugins/cs-likes-counter/css/cslikes.css/wp-content/plugins/cs-likes-counter/js/default.js
Script Paths
/wp-content/plugins/cs-likes-counter/js/jquery-notice/jquery.notice.js/wp-content/plugins/cs-likes-counter/js/default.js
Version Parameters
cs-likes-counter/js/jquery-notice/jquery.notice.css?ver=cs-likes-counter/js/jquery-notice/jquery.notice.js?ver=cs-likes-counter/css/cslikes.css?ver=cs-likes-counter/js/default.js?ver=

HTML / DOM Fingerprints

CSS Classes
cs-likes-dislikes-wrapper
Data Attributes
id="cs_likes_box"id="post_likes"id="post_dislikes"
JS Globals
cslikes
REST Endpoints
/wp-json/cs-likes-counter/v1/...
FAQ

Frequently Asked Questions about CS Likes Counter