Like and Dislike – like a comment, vote social media post, emoji dislike Security & Risk Analysis

wordpress.org/plugins/like-and-dislike

Short Description: A plugin that allows users to like and dislike posts in WordPress.

0 active installs v1.0 PHP + WP 5.0+ Updated Jan 21, 2025
dislikelikelike-a-commentsocial-media-postvote
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Like and Dislike – like a comment, vote social media post, emoji dislike Safe to Use in 2026?

Generally Safe

Score 92/100

Like and Dislike – like a comment, vote social media post, emoji dislike has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "like-and-dislike" v1.0 plugin presents a generally good security posture based on the provided static analysis and vulnerability history. The absence of known CVEs and the plugin's lack of recorded vulnerabilities are positive indicators. The code analysis reveals a small attack surface primarily consisting of two AJAX handlers, both of which are protected by nonce checks. The plugin also demonstrates good practices by utilizing prepared statements for all SQL queries and avoiding file operations or external HTTP requests.

However, there are areas for concern. A significant portion of the plugin's output (36%) is not properly escaped. While taint analysis shows no unsanitized flows, this unescaped output could still lead to cross-site scripting (XSS) vulnerabilities if malicious data is able to reach these output points through other means not identified in this limited analysis. Furthermore, the plugin lacks capability checks for its AJAX handlers. While nonce checks are present, they only verify that the request originated from a legitimate WordPress session, not that the logged-in user has the necessary permissions to perform the action.

In conclusion, the "like-and-dislike" v1.0 plugin is relatively secure due to its limited attack surface, absence of known vulnerabilities, and use of prepared statements. However, the unescaped output and the absence of capability checks on AJAX handlers represent potential security weaknesses that should be addressed to further harden the plugin.

Key Concerns

  • Unescaped output detected
  • Missing capability checks on AJAX handlers
Vulnerabilities
None known

Like and Dislike – like a comment, vote social media post, emoji dislike Security Vulnerabilities

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

Like and Dislike – like a comment, vote social media post, emoji dislike Code Analysis

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

Output Escaping

64% escaped25 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
ladl_render_settings_page (like-and-dislike.php:57)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Like and Dislike – like a comment, vote social media post, emoji dislike Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_ladl_votelike-and-dislike.php:194
noprivwp_ajax_ladl_votelike-and-dislike.php:195
WordPress Hooks 3
actionadmin_menulike-and-dislike.php:52
filterthe_contentlike-and-dislike.php:153
actionwp_enqueue_scriptslike-and-dislike.php:224
Maintenance & Trust

Like and Dislike – like a comment, vote social media post, emoji dislike Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedJan 21, 2025
PHP min version
Downloads414

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Like and Dislike – like a comment, vote social media post, emoji dislike Developer Profile

wpcook

1 plugin · 0 total installs

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

How We Detect Like and Dislike – like a comment, vote social media post, emoji dislike

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/like-and-dislike/assets/js/script.js
Script Paths
/wp-content/plugins/like-and-dislike/assets/js/script.js
Version Parameters
like-and-dislike/assets/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
ladl-buttonsladl-likeladl-dislike
Data Attributes
data-post-id
JS Globals
ladl_ajax
FAQ

Frequently Asked Questions about Like and Dislike – like a comment, vote social media post, emoji dislike