Show Menu Shortcode Security & Risk Analysis

wordpress.org/plugins/show-menu-shortcode

Provides a [show-menu] shortcode for displaying a menu within a post or page.

400 active installs v1.0 PHP + WP 3.1+ Updated May 6, 2011
menushortcodesshow-menu
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Show Menu Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "show-menu-shortcode" plugin v1.0 exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, file operations, external HTTP requests, and the exclusive use of prepared statements for SQL queries are excellent practices. Furthermore, all output is properly escaped, and the plugin does not appear to bundle any external libraries that could introduce vulnerabilities. The attack surface is minimal, consisting of a single shortcode, and importantly, there are no unauthenticated entry points detected.

The lack of any identified taint flows, even with zero flows analyzed, combined with a clean vulnerability history with no recorded CVEs, further strengthens the assessment of its current security. This suggests the developers have been diligent in writing secure code and maintaining it. However, a key area of concern is the complete absence of nonce checks and capability checks. While the current entry points are limited and seemingly protected, this leaves the shortcode vulnerable to potential CSRF attacks or unauthorized execution if a future version or an interaction with another plugin were to expose it in a way that bypasses initial protections.

In conclusion, "show-menu-shortcode" v1.0 demonstrates good coding practices regarding data handling and SQL security. Its clean vulnerability history is a significant positive. The primary weakness lies in the lack of robust authentication and authorization mechanisms (nonces and capability checks) on its sole entry point, which represents a potential, albeit currently theoretical, risk. While the current state is very good, neglecting these checks could become an issue in more complex scenarios.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Show Menu Shortcode Security Vulnerabilities

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

Show Menu Shortcode Code Analysis

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

Show Menu Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[show-menu] show-menu-shortcode.php:43
Maintenance & Trust

Show Menu Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedMay 6, 2011
PHP min version
Downloads9K

Community Trust

Rating0/100
Number of ratings0
Active installs400
Developer Profile

Show Menu Shortcode Developer Profile

bobmatnyc

2 plugins · 420 total installs

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

How We Detect Show Menu Shortcode

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
menu-container
Shortcode Output
<div class="menu-container"><ul class="menu">
FAQ

Frequently Asked Questions about Show Menu Shortcode