Menu Visibility Control Security & Risk Analysis

wordpress.org/plugins/menu-visibility-control

Control WordPress menu item visibility based on login status, user roles, device type, or specific pages — lightweight and theme-agnostic.

200 active installs v1.0.9 PHP 7.2+ WP 5.8+ Updated Jan 5, 2026
conditionalmenunavigationrolesvisibility
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Menu Visibility Control Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The 'menu-visibility-control' plugin v1.0.9 demonstrates a strong security posture based on the provided static analysis. All identified entry points, including the single AJAX handler, are protected by either nonce checks or capability checks, indicating a conscious effort to prevent unauthorized access and manipulation. The code follows secure coding practices, with 100% of SQL queries using prepared statements and all output being properly escaped, which significantly mitigates risks of SQL injection and cross-site scripting (XSS) vulnerabilities. The absence of file operations, external HTTP requests, and taint analysis findings further reinforces this positive security outlook. The plugin's vulnerability history is completely clear, with no recorded CVEs, which suggests a history of secure development and maintenance.

While the plugin exhibits excellent adherence to common security best practices, the static analysis did reveal a lack of explicit capability checks for the AJAX handler. Although nonce checks are present, relying solely on nonces for AJAX endpoint protection can be a weaker defense if nonces are not strictly validated or if they can be leaked. A capability check would provide an additional layer of authorization, ensuring that only users with the appropriate permissions can interact with the AJAX endpoint. Despite this, the overall security of the plugin appears robust due to the comprehensive security measures in place and the clean vulnerability history.

Key Concerns

  • AJAX handler lacks capability checks
Vulnerabilities
None known

Menu Visibility Control Security Vulnerabilities

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

Menu Visibility Control Code Analysis

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

Output Escaping

100% escaped24 total outputs
Attack Surface

Menu Visibility Control Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_mvc_dismiss_noticeadmin\admin-notice.php:77
WordPress Hooks 6
actionadmin_noticesadmin\admin-notice.php:9
actionadmin_enqueue_scriptsadmin\admin-notice.php:93
filterwp_nav_menu_objectsmenu-visibility-control.php:23
actionwp_nav_menu_item_custom_fieldsmenu-visibility-control.php:24
actionwp_update_nav_menu_itemmenu-visibility-control.php:25
actionadmin_footer-nav-menus.phpmenu-visibility-control.php:26
Maintenance & Trust

Menu Visibility Control Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 5, 2026
PHP min version7.2
Downloads954

Community Trust

Rating100/100
Number of ratings3
Active installs200
Developer Profile

Menu Visibility Control Developer Profile

Davis Simiyu Wanyonyi

1 plugin · 200 total installs

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

How We Detect Menu Visibility Control

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
mvc-statemvc-roles-wrapmvc-page-modemvc-pages-wrap
Data Attributes
name="menu-item-mvc-statename="menu-item-mvc-rolesname="menu-item-mvc-devicename="menu-item-mvc-page-modename="menu-item-mvc-pages
FAQ

Frequently Asked Questions about Menu Visibility Control