WP User Notifier Security & Risk Analysis

wordpress.org/plugins/wp-user-notifier

Notify a user about when he sent comment or form via Contact Form 7

10 active installs v1.0 PHP + WP 3.0+ Updated Dec 2, 2015
alertscommentcustomizeemailfrom
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP User Notifier Safe to Use in 2026?

Generally Safe

Score 85/100

WP User Notifier 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-user-notifier v1.0 plugin exhibits a strong security posture in several key areas, notably the absence of known vulnerabilities and a complete lack of exploitable attack surface through common entry points like AJAX, REST API, and shortcodes. The code analysis also reveals a commitment to secure practices such as 100% prepared statement usage for SQL queries and the presence of a nonce check, which are positive indicators. However, a significant concern arises from the low rate of output escaping (38%). This suggests that user-supplied data, if it were to be processed and displayed, could be vulnerable to cross-site scripting (XSS) attacks, as the data might not be adequately sanitized before being rendered in the browser. While the current analysis shows no taint flows, this is likely due to the limited attack surface and the absence of complex data processing, rather than inherent sanitization practices. The lack of any recorded vulnerabilities in its history is a positive sign, but it does not negate the risks identified in the static analysis.

Key Concerns

  • Low output escaping rate (38%)
Vulnerabilities
None known

WP User Notifier Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

WP User Notifier Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

WP User Notifier Code Analysis

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

Output Escaping

38% escaped13 total outputs
Attack Surface

WP User Notifier Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionplugins_loadedclasses\class-wp-user-notifier.php:59
actionadmin_menuclasses\class-wp-user-notifier.php:68
actioncomment_postclasses\class-wp-user-notifier.php:70
actionwpcf7_before_send_mailclasses\class-wp-user-notifier.php:73
Maintenance & Trust

WP User Notifier Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedDec 2, 2015
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

WP User Notifier Developer Profile

Mike Luskavets

2 plugins · 20 total installs

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

How We Detect WP User Notifier

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
/*wp-user-notifier*/
Data Attributes
name="wp_user_notifier_enable"name="wp_user_notifier_comment_need_pending"name="wp_user_notifier_enabled_cf7"name="wp_user_notifier_subject"name="wp_user_notifier_message"name="wp_user_notifier"+3 more
Shortcode Output
<input type="checkbox" name="wp_user_notifier_enable" value="1" <input type="checkbox" name="wp_user_notifier_comment_need_pending" value="1" <input type="checkbox" name="wp_user_notifier_enabled_cf7" value="1" <input type="text" name="wp_user_notifier_subject" class="large-text" value="
FAQ

Frequently Asked Questions about WP User Notifier