Simple User Admin Security & Risk Analysis

wordpress.org/plugins/simple-user-admin

Simple user admin is a WordPress MultiSite plugin that gives site administrators a simpler interface to manage blogs and users.

10 active installs v1.5 PHP + WP 3.0+ Updated Apr 20, 2015
administrationblogbuddypressuserwordpress-mu
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple User Admin Safe to Use in 2026?

Generally Safe

Score 85/100

Simple User Admin 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 "simple-user-admin" v1.5 plugin exhibits a mixed security posture. On one hand, the absence of known CVEs and a lack of critical vulnerabilities in static and taint analysis are positive indicators. The plugin also demonstrates good practices by utilizing prepared statements for all SQL queries and implementing nonce checks. However, a significant concern arises from the complete lack of output escaping, meaning all 37 identified outputs are vulnerable to Cross-Site Scripting (XSS) attacks. Additionally, the absence of capability checks for any of its functionalities suggests a potential for privilege escalation or unauthorized access if any of the entry points (though none are currently identified) were to be discovered or introduced.

The taint analysis, while not revealing critical or high-severity issues, shows all 6 analyzed flows with unsanitized paths. This, combined with the unescaped output, strongly suggests a high likelihood of XSS vulnerabilities. The zero unescaped outputs, when coupled with 37 total outputs, is a critical finding. The vulnerability history being clean is reassuring, but it doesn't mitigate the immediate risks identified in the code analysis. Therefore, while the plugin avoids common pitfalls like raw SQL or unpatched CVEs, the severe lack of output escaping and capability checks presents a notable security risk that requires immediate attention.

Key Concerns

  • 100% of outputs unescaped
  • No capability checks implemented
  • All taint flows have unsanitized paths
Vulnerabilities
None known

Simple User Admin Security Vulnerabilities

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

Simple User Admin Code Analysis

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

SQL Query Safety

100% prepared4 total queries

Output Escaping

0% escaped37 total outputs
Data Flows
6 unsanitized

Data Flow Analysis

6 flows6 with unsanitized paths
simple_user_management (simple_user_management.php:58)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple User Admin Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionnetwork_admin_menusimple_user_management.php:13
actionnetwork_admin_headsimple_user_management.php:14
actioninitsimple_user_management.php:17
Maintenance & Trust

Simple User Admin Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedApr 20, 2015
PHP min version
Downloads11K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple User Admin Developer Profile

Chris Taylor

11 plugins · 460 total installs

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

How We Detect Simple User Admin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-user-admin/simple_user_management.css/wp-content/plugins/simple-user-admin/simple_user_management.js
Script Paths
/wp-content/plugins/simple-user-admin/simple_user_management.js
Version Parameters
simple-user-admin/simple_user_management.css?ver=simple-user-admin/simple_user_management.js?ver=

HTML / DOM Fingerprints

CSS Classes
wrapfield_labelfield_valuesubmit_buttoncancel_buttonuser_rowblog_rowadd_user_to_blog_form+2 more
Data Attributes
name="userquery"name="blogquery"name="user"name="blog"name="role"name="_wpnonce"+3 more
JS Globals
simple_user_management_add_adminsimple_user_management_security_checksimple_user_management_show_csssimple_user_management
FAQ

Frequently Asked Questions about Simple User Admin