WP Comments Moderators Security & Risk Analysis

wordpress.org/plugins/fay-comments-moderators

WP Comments Moderators plugin allows any user (whatever their Role) to moderate any blog comment.

10 active installs v4.0.3 PHP + WP 3.0+ Updated May 24, 2016
commentmoderatemoderation
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Comments Moderators Safe to Use in 2026?

Generally Safe

Score 85/100

WP Comments Moderators has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "fay-comments-moderators" plugin, version 4.0.3, presents a mixed security profile. On the positive side, there are no recorded vulnerabilities (CVEs) associated with this plugin, and the static analysis reveals a very small attack surface with zero AJAX handlers, REST API routes, shortcodes, or cron events identified as entry points. Furthermore, no dangerous functions, file operations, or external HTTP requests were detected, and taint analysis found no concerning flows. This suggests a generally well-contained and potentially secure codebase in these areas.

However, significant concerns arise from the code signals. The plugin performs a SQL query without using prepared statements, which is a critical security weakness. Additionally, 100% of the 16 detected output operations are not properly escaped. This combination of raw SQL and unescaped output creates a high risk for potential SQL injection and cross-site scripting (XSS) vulnerabilities. The complete absence of nonce checks and capability checks, especially given the potential for SQL injection, further exacerbates these risks, as there are no built-in defenses against common WordPress attack vectors.

In conclusion, while the plugin benefits from a minimal attack surface and a clean vulnerability history, the identified code-level weaknesses in SQL handling and output escaping are severe. The lack of fundamental security checks like nonces and capability checks means that any exploit targeting the SQL or output issues could be highly impactful. Users should exercise extreme caution and consider applying immediate fixes for these identified code vulnerabilities before widespread deployment.

Key Concerns

  • Raw SQL query without prepared statements
  • 100% of outputs not properly escaped
  • No nonce checks detected
  • No capability checks detected
Vulnerabilities
None known

WP Comments Moderators Security Vulnerabilities

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

WP Comments Moderators Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped16 total outputs
Attack Surface

WP Comments Moderators Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menufay-comments-moderators.php:12
actionadmin_headfay-comments-moderators.php:13
actioninitfay-comments-moderators.php:14
Maintenance & Trust

WP Comments Moderators Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedMay 24, 2016
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Comments Moderators Developer Profile

.fay

5 plugins · 380 total installs

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

How We Detect WP Comments Moderators

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/fay-comments-moderators/donate.php

HTML / DOM Fingerprints

CSS Classes
column-moderator
HTML Comments
<!-- Last Action --><!-- BEGIN PLUGIN HACK -->***** begin - the old code*******
Data Attributes
name='fcm_users[]'name='fcm_submit'
JS Globals
var currentPath = window.location.pathname;
FAQ

Frequently Asked Questions about WP Comments Moderators