WP Comment Vote Security & Risk Analysis

wordpress.org/plugins/wp-comment-vote

WP Comment Vote

10 active installs v0.0.1 PHP + WP 3.0+ Updated Jan 5, 2016
%e8%af%84%e5%88%86%e6%96%87%e7%ab%a0
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Comment Vote Safe to Use in 2026?

Generally Safe

Score 85/100

WP Comment Vote 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 wp-comment-vote plugin, in version 0.0.1, exhibits significant security concerns despite a clean vulnerability history. The static analysis reveals an attack surface consisting of two AJAX handlers, both of which lack authentication checks. This presents a direct risk as any unauthenticated user could potentially interact with these endpoints. Furthermore, the analysis indicates a concerning lack of output escaping, with 0% of identified outputs being properly escaped. This could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is not sanitized before being displayed.

While the plugin demonstrates good practices by using prepared statements for all SQL queries and avoids dangerous functions and file operations, the absence of proper authorization and sanitization on its entry points is a major weakness. The taint analysis, though limited, identified a flow with unsanitized paths, which, when combined with the unauthenticated AJAX endpoints, suggests a potential for malicious data injection. The lack of any recorded vulnerabilities in its history is a positive sign but does not mitigate the immediate risks presented by the current code's insecure design. Overall, this version of the plugin has a low security posture due to critical gaps in authentication and output sanitization.

Key Concerns

  • Unprotected AJAX handlers
  • Unescaped output
  • Taint flow with unsanitized paths
  • Missing nonce checks on AJAX
  • Missing capability checks on AJAX
Vulnerabilities
None known

WP Comment Vote Security Vulnerabilities

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

WP Comment Vote Code Analysis

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

Output Escaping

0% escaped3 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<wp-commnet-vote> (wp-commnet-vote.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

WP Comment Vote Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

noprivwp_ajax_do_comment_ratewp-commnet-vote.php:15
authwp_ajax_do_comment_ratewp-commnet-vote.php:16
WordPress Hooks 3
filtercomment_textwp-commnet-vote.php:79
actiondelete_commentwp-commnet-vote.php:101
actionwp_enqueue_scriptswp-commnet-vote.php:122
Maintenance & Trust

WP Comment Vote Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.0
Last updatedJan 5, 2016
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Comment Vote Developer Profile

Dariolee

4 plugins · 150 total installs

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

How We Detect WP Comment Vote

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-comment-vote/static/css/style.css/wp-content/plugins/wp-comment-vote/static/js/index.js
Script Paths
/wp-content/plugins/wp-comment-vote/static/js/index.js
Version Parameters
wp-comment-vote/style.css?ver=wp-comment-vote/index.js?ver=

HTML / DOM Fingerprints

CSS Classes
displayratingcmtcomment-rating-badcomment-rating-goodcomment-rating-debatedcomment--likecmt-fonticon-arrowupicon-arrowdown
Data Attributes
data-commentiddata-event
JS Globals
wcv_ajax_url
FAQ

Frequently Asked Questions about WP Comment Vote