Dropdown Menus Security & Risk Analysis

wordpress.org/plugins/dropdown-menus

Display your WordPress menus as a dropdown select box. Great for mobile designs.

300 active installs v1.0 PHP + WP 3.0+ Updated Jan 16, 2013
dropdownsmenusmobilenavigationui
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Dropdown Menus Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "dropdown-menus" v1.0 plugin exhibits a strong security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface. The code also demonstrates good practices by avoiding dangerous functions, performing all SQL queries using prepared statements, and making no external HTTP requests or file operations. However, a notable concern is the very low rate of properly escaped output (7%). This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied data, if not properly sanitized before display, could be executed as malicious code in a user's browser. The lack of nonce and capability checks further exacerbates this risk, as there are no mechanisms to ensure that the requests are legitimate and authorized.

Key Concerns

  • Low rate of output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Dropdown Menus Security Vulnerabilities

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

Dropdown Menus Code Analysis

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

Output Escaping

7% escaped14 total outputs
Attack Surface

Dropdown Menus Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
filterwp_nav_menu_itemsdropdown-menus.php:51
filterwp_nav_menu_itemsdropdown-menus.php:69
actionwp_footerdropdown-menus.php:80
actionwidgets_initdropdown-menus.php:267
Maintenance & Trust

Dropdown Menus Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJan 16, 2013
PHP min version
Downloads31K

Community Trust

Rating88/100
Number of ratings5
Active installs300
Developer Profile

Dropdown Menus Developer Profile

Robert O'Rourke

5 plugins · 740 total installs

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

How We Detect Dropdown Menus

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/dropdown-menus/dropdown-menus.php

HTML / DOM Fingerprints

CSS Classes
dropdown-menu
Data Attributes
indent_stringindent_after
JS Globals
getElementsByClassNamedropdowns
Shortcode Output
<select id="%1$s" class="%2$s dropdown-menu">%3$s</select>
FAQ

Frequently Asked Questions about Dropdown Menus