
Zaki Like Dislike Comments Security & Risk Analysis
wordpress.org/plugins/zaki-like-dislike-commentsThis plugin implements a "like/dislike" rating system for comments
Is Zaki Like Dislike Comments Safe to Use in 2026?
Generally Safe
Score 100/100Zaki Like Dislike Comments has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "zaki-like-dislike-comments" v1.2 plugin presents a significant security risk due to several critical coding practices. While the plugin has no recorded vulnerability history and doesn't utilize dangerous functions or make external HTTP requests, its static analysis reveals major concerns. The presence of two AJAX handlers without authentication checks creates a substantial attack surface. Furthermore, all SQL queries (7 in total) are executed without prepared statements, making the plugin highly susceptible to SQL injection vulnerabilities. The low percentage of properly escaped output (6%) indicates a high risk of cross-site scripting (XSS) vulnerabilities. Taint analysis also points to two flows with unsanitized paths, which, while not classified as critical or high, are still concerning given the other identified weaknesses. The lack of nonce checks and capability checks on the entry points further exacerbates these risks. The absence of past vulnerabilities is a positive sign, but it doesn't mitigate the severe coding flaws present in this version. Overall, this plugin has a poor security posture that requires immediate attention to address the SQL injection and XSS risks, as well as the unprotected AJAX endpoints.
Key Concerns
- AJAX handlers without authentication checks
- SQL queries without prepared statements
- Low percentage of properly escaped output
- Flows with unsanitized paths
- Missing nonce checks
- Missing capability checks
Zaki Like Dislike Comments Security Vulnerabilities
Zaki Like Dislike Comments Code Analysis
SQL Query Safety
Output Escaping
Data Flow Analysis
Zaki Like Dislike Comments Attack Surface
AJAX Handlers 2
WordPress Hooks 6
Maintenance & Trust
Zaki Like Dislike Comments Maintenance & Trust
Maintenance Signals
Community Trust
Zaki Like Dislike Comments Alternatives
Rate
rate
Most ratings plugins contain too much code: inline JavaScript, messy markup, weird CSS. Rate is simple, hardly intrusive, and completely overridable.
Just Likes and Dislikes
just-likes-and-dislikes
Like and dislike feature for WordPress.
IaVote
iavote
IaVote enables bloggers to add voting functionality to their posts. Include 2 widgets: resume votes and most voted.
Like And Who Likes
like-and-who-likes
Adds the 'Like' button and 'Who Likes' list for WordPress, BuddyPress and BBPress.
Vote My Post
vote-my-post
Provides up and downvote buttons to each of your posts.
Zaki Like Dislike Comments Developer Profile
4 plugins · 70 total installs
How We Detect Zaki Like Dislike Comments
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/zaki-like-dislike-comments/css/frontend.css/wp-content/plugins/zaki-like-dislike-comments/js/js-zaki-like-dislike.phpHTML / DOM Fingerprints
zaki_like_dislike_pagezaki_like_dislike_page_mainZakiLikeDislike<?php if (class_exists('ZakiLikeDislike')) ZakiLikeDislike::getLikeDislikeHtml(); ?>