Easy Admin Notification Security & Risk Analysis

wordpress.org/plugins/easy-admin-notification

Tested up to 3.3.1 Stable Tag: 1.4 Adds the ability to create easily notification in the admin panel

20 active installs v1.4 PHP + WP + Updated Feb 12, 2012
errorinformationnoticenotificationwarning
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Easy Admin Notification Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "easy-admin-notification" plugin v1.4 presents a mixed security posture. On one hand, the static analysis reveals a remarkably small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. This indicates a good effort to limit potential entry points into the plugin's functionality. Furthermore, the absence of known CVEs and a clean vulnerability history suggests the plugin has historically been well-maintained or has not attracted significant security scrutiny. However, the code analysis raises several significant concerns. The presence of a SQL query that is not using prepared statements is a major red flag, potentially exposing the application to SQL injection vulnerabilities. Additionally, the complete lack of output escaping for all identified output points is highly concerning, suggesting a broad susceptibility to cross-site scripting (XSS) attacks. The plugin also lacks nonce checks, which are crucial for preventing cross-site request forgery (CSRF) attacks on any unauthenticated entry points (though none were identified here).

Key Concerns

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

Easy Admin Notification Security Vulnerabilities

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

Easy Admin Notification Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped39 total outputs
Attack Surface

Easy Admin Notification Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionadmin_menueasy-admin-notification.php:63
actionadmin_initeasy-admin-notification.php:76
filterplugin_action_linkseasy-admin-notification.php:104
actionadmin_noticeseasy-admin-notification.php:211
actionadmin_initeasy-admin-notification.php:262
actionadmin_noticeseasy-admin-notification.php:286
actionadmin_headincludes\functions\ean_functions.php:43
actionadmin_print_scriptsincludes\scripts.php:19
actioninitincludes\styles.php:16
Maintenance & Trust

Easy Admin Notification Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedFeb 12, 2012
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings2
Active installs20
Developer Profile

Easy Admin Notification Developer Profile

Remi Corson

10 plugins · 780 total installs

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

How We Detect Easy Admin Notification

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/easy-admin-notification/includes/styles.php/wp-content/plugins/easy-admin-notification/includes/options.php/wp-content/plugins/easy-admin-notification/includes/functions/ean_functions.php/wp-content/plugins/easy-admin-notification/includes/scripts.php

HTML / DOM Fingerprints

CSS Classes
ean_options_form
JS Globals
ean_base_dirEAN_PLUGIN_DIR
FAQ

Frequently Asked Questions about Easy Admin Notification