Menu Caching Security & Risk Analysis

wordpress.org/plugins/menu-caching

This plugin caches WordPress classic menus to improve page loading time.

600 active installs v1.1.4 PHP 7.4+ WP 5.3+ Updated Dec 4, 2024
cachingmenu-cachemenu-cachingspeed-up-menuwordpress-menu
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Menu Caching Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "menu-caching" plugin version 1.1.4 exhibits a mixed security posture. While it demonstrates good practices in output escaping and avoids dangerous functions, file operations, and external HTTP requests, there are significant concerns regarding its attack surface and data handling. The presence of two AJAX handlers without authentication checks represents a direct pathway for unauthenticated users to interact with plugin functionalities, potentially leading to unauthorized actions or information disclosure. The fact that 0% of SQL queries use prepared statements is a major red flag, indicating a high risk of SQL injection vulnerabilities, even though no taint flows were detected in this specific analysis.

The plugin's vulnerability history is currently clean, with no known CVEs. This is a positive indicator, suggesting that either the plugin has been developed with security in mind or has not yet been a target for exploitation. However, the lack of historical vulnerabilities does not negate the risks identified in the static analysis. The core concerns revolve around the unauthenticated AJAX endpoints and the absence of prepared statements in SQL queries. These are fundamental security weaknesses that could be exploited given the right circumstances. Therefore, while the plugin has some strengths, the identified vulnerabilities in its attack surface and SQL handling present considerable risks that need to be addressed.

Key Concerns

  • AJAX handlers without authentication checks
  • SQL queries not using prepared statements
Vulnerabilities
None known

Menu Caching Security Vulnerabilities

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

Menu Caching Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

100% escaped12 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
dc_save_nocache_menus (admin\class-menu-caching-admin.php:368)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Menu Caching Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_dc_menu_caching_purge_allincludes\class-menu-caching.php:115
authwp_ajax_dc_save_nocache_menusincludes\class-menu-caching.php:116
WordPress Hooks 9
actionplugins_loadedincludes\class-menu-caching.php:95
actionadmin_menuincludes\class-menu-caching.php:106
filterplugin_action_linksincludes\class-menu-caching.php:109
filterwp_nav_menuincludes\class-menu-caching.php:111
filterpre_wp_nav_menuincludes\class-menu-caching.php:112
actionwp_update_nav_menuincludes\class-menu-caching.php:113
actionafter_rocket_clean_domainincludes\class-menu-caching.php:114
actionadmin_enqueue_scriptsincludes\class-menu-caching.php:119
actionadmin_enqueue_scriptsincludes\class-menu-caching.php:120
Maintenance & Trust

Menu Caching Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedDec 4, 2024
PHP min version7.4
Downloads11K

Community Trust

Rating100/100
Number of ratings4
Active installs600
Developer Profile

Menu Caching Developer Profile

Theo Gkitsos

1 plugin · 600 total installs

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

How We Detect Menu Caching

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/menu-caching/admin/css/menu-caching-admin.css/wp-content/plugins/menu-caching/admin/js/menu-caching-admin.js
Script Paths
/wp-content/plugins/menu-caching/admin/js/menu-caching-admin.js
Version Parameters
menu-caching/admin/css/menu-caching-admin.css?ver=menu-caching/admin/js/menu-caching-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
dc-mc-enable-wrapperdc-mc-enable-menudc-mc-enable-menu-namedc-mc-enable-menu-state-toggleswitchslider
Data Attributes
data-menu-slug
FAQ

Frequently Asked Questions about Menu Caching