WP-Admin Customizer Security & Risk Analysis

wordpress.org/plugins/wp-admin-customizer

Customize certain features and colors of the WordPress admin interface.

40 active installs v1.0 PHP + WP 3.2.1+ Updated Mar 17, 2014
admincustomizationtheming
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-Admin Customizer Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "wp-admin-customizer" v1.0 plugin exhibits a mixed security posture. On the positive side, there are no recorded vulnerabilities (CVEs), no dangerous functions used, all SQL queries utilize prepared statements, and there are no external HTTP requests. The attack surface also appears minimal with zero AJAX handlers, REST API routes, shortcodes, or cron events, and notably, zero unprotected entry points.

However, significant concerns arise from the static analysis. A critical finding is that 0% of the 19 output operations are properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied or dynamic data could be rendered directly into the browser without sanitization. Furthermore, the taint analysis reveals 3 flows with unsanitized paths, all without a specified severity. While no critical or high-severity taint flows were identified, the presence of unsanitized paths is a red flag that requires investigation. The absence of nonce checks and capability checks on all identified entry points (even though there are few) also weakens the plugin's security, potentially allowing unauthorized actions if an entry point were ever exposed.

The lack of historical vulnerabilities could suggest a well-maintained or less-targeted plugin, but it doesn't negate the immediate risks identified in the code analysis. The complete lack of output escaping is a major weakness that could easily be exploited. In conclusion, while the plugin has a small attack surface and follows good practices for SQL and external requests, the severe lack of output escaping and the presence of unsanitized paths present a considerable risk that needs immediate attention.

Key Concerns

  • 0% of outputs properly escaped
  • Unsanitized paths found in taint analysis
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP-Admin Customizer Security Vulnerabilities

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

WP-Admin Customizer Code Analysis

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

Output Escaping

0% escaped19 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
tjg_at_dashboard_contact_form (dashboard.php:19)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP-Admin Customizer Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
filteradmin_footer_textbase.php:95
actionadmin_headbase.php:101
actionadmin_menubase.php:102
actionlogin_headbase.php:104
filterlogin_headerurlbase.php:105
filterlogin_headertitlebase.php:106
actioninitbase.php:108
actionwp_dashboard_setupbase.php:110
actionwp_dashboard_setupbase.php:111
Maintenance & Trust

WP-Admin Customizer Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedMar 17, 2014
PHP min version
Downloads5K

Community Trust

Rating60/100
Number of ratings1
Active installs40
Developer Profile

WP-Admin Customizer Developer Profile

The Jake Group

4 plugins · 130 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-Admin Customizer

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about WP-Admin Customizer