WP Comment Notification Security & Risk Analysis

wordpress.org/plugins/wp-comment-notification

Send email notification to predefined email ids when someone comments on your blog.

500 active installs v1.4 PHP 7.2+ WP 5.6+ Updated Jul 30, 2022
comment-emailscomments-notificationmanage-comments-notificationnotificationwordpress-comments
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Comment Notification Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The 'wp-comment-notification' plugin version 1.4 exhibits a concerning security posture despite having no recorded vulnerabilities or direct entry points for exploitation via AJAX, REST API, shortcodes, or cron jobs. The static analysis reveals significant weaknesses in code practices. Specifically, the plugin performs one SQL query without using prepared statements, which is a high-risk vulnerability that could lead to SQL injection if the input used in the query is not properly sanitized. Furthermore, all four output operations are not properly escaped, presenting a risk of Cross-Site Scripting (XSS) if user-supplied data is displayed directly without sanitization. The absence of nonce and capability checks across all analyzed components is another major concern, as it means that any authenticated user could potentially trigger sensitive actions or access restricted data. While the plugin has no known CVEs and no taint flows were detected, the identified code quality issues present a significant risk. The lack of historical vulnerabilities might be due to its limited functionality or a lack of thorough security audits, rather than inherent security. Therefore, despite the absence of direct exploit vectors, the plugin's insecure coding practices, particularly the unescaped output and raw SQL query, necessitate careful review and remediation to mitigate potential security risks.

Key Concerns

  • Raw SQL query without prepared statements
  • No output escaping on any output
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP Comment Notification Security Vulnerabilities

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

WP Comment Notification Code Analysis

Dangerous Functions
0
Raw SQL Queries
1
0 prepared
Unescaped Output
4
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% escaped4 total outputs
Attack Surface

WP Comment Notification Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
filternotify_moderatorwp-comment-notification.php:23
actioncomment_postwp-comment-notification.php:24
actionadmin_menuwp-comment-notification.php:25
actionadmin_initwp-comment-notification.php:26
Maintenance & Trust

WP Comment Notification Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedJul 30, 2022
PHP min version7.2
Downloads9K

Community Trust

Rating100/100
Number of ratings1
Active installs500
Developer Profile

WP Comment Notification Developer Profile

WpExperts Hub

5 plugins · 7K total installs

90
trust score
Avg Security Score
94/100
Avg Patch Time
15 days
View full developer profile
Detection Fingerprints

How We Detect WP Comment Notification

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-notification/wp-comment-notification.php

HTML / DOM Fingerprints

Data Attributes
name='wp_comment_notification_settings[wp_comment_notification_emails]'name='wp_comment_notification_settings[wp_comment_notification_author]'
FAQ

Frequently Asked Questions about WP Comment Notification