Neat Admin Menu Security & Risk Analysis

wordpress.org/plugins/neat-admin-menu

This plugin allows each WP user to customize the appearance of the admin menu, by hiding and arranging the order of the menu items.

0 active installs v1.1 PHP 5.6.0+ WP 4.0+ Updated Aug 29, 2018
admincustomizationdashboardinterfacemenu
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Neat Admin Menu Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The "neat-admin-menu" v1.1 plugin exhibits a generally good security posture due to its limited attack surface and the absence of known vulnerabilities. The plugin correctly uses prepared statements for all SQL queries and includes nonce checks for its single AJAX handler, indicating awareness of common security best practices. However, a significant concern is the presence of the `unserialize` function, which can be a vector for remote code execution if an attacker can control the serialized data being processed. The fact that only 43% of outputs are properly escaped is also a notable weakness, potentially exposing the application to cross-site scripting (XSS) vulnerabilities if user-controlled data is displayed without adequate sanitization.

While the vulnerability history is clean, suggesting a stable plugin, the static analysis reveals potential weaknesses that, if exploited, could lead to security incidents. The lack of capability checks on the AJAX handler, despite a nonce check being present, means that even authenticated users might perform actions they are not authorized to. The absence of taint analysis data makes it difficult to fully assess the risk associated with `unserialize` and unescaped output, but these are inherently risky operations that warrant careful consideration.

Key Concerns

  • Unescaped output identified
  • Dangerous function 'unserialize' found
  • Missing capability checks on AJAX
Vulnerabilities
None known

Neat Admin Menu Security Vulnerabilities

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

Neat Admin Menu Code Analysis

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

Dangerous Functions Found

unserializereturn unserialize($settings);neat-admin-menu.php:208

Output Escaping

43% escaped7 total outputs
Attack Surface

Neat Admin Menu Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_save_neat_admin_menu_settingsneat-admin-menu.php:38
WordPress Hooks 3
filteradmin_menuneat-admin-menu.php:45
filtermenu_orderneat-admin-menu.php:46
actionadmin_menuneat-admin-menu.php:99
Maintenance & Trust

Neat Admin Menu Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedAug 29, 2018
PHP min version5.6.0
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Neat Admin Menu Developer Profile

blas

1 plugin · 0 total installs

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

How We Detect Neat Admin Menu

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/neat-admin-menu/css/style.css/wp-content/plugins/neat-admin-menu/js/main.js/wp-content/plugins/neat-admin-menu/css/jquery-ui.css
Script Paths
/wp-content/plugins/neat-admin-menu/js/main.js
Version Parameters
neat-admin-menu/css/style.css?ver=neat-admin-menu/js/main.js?ver=

HTML / DOM Fingerprints

CSS Classes
neat-admin-menu-hidden
FAQ

Frequently Asked Questions about Neat Admin Menu