ImageMenu Security & Risk Analysis

wordpress.org/plugins/imagemenu

Create a menu using the featured image of a page.

10 active installs v0.4 PHP 7.4+ WP 5.0+ Updated Feb 6, 2026
imagemenu
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is ImageMenu Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 1mo ago
Risk Assessment

The "imagemenu" v0.4 plugin exhibits a generally positive security posture based on the static analysis. The absence of dangerous functions, SQL injection vulnerabilities, file operations, and external HTTP requests are strong indicators of good coding practices. The presence of prepared statements for all SQL queries and a high percentage of properly escaped output further bolster this assessment. The plugin also has no recorded history of vulnerabilities, which is an encouraging sign for its stability and security.

However, there are areas for concern. The lack of nonce checks and capability checks on the identified entry points (shortcodes) presents a potential weakness. While the static analysis did not reveal any specific taint flows or unescaped output that would be immediately exploitable through these shortcodes, the absence of these fundamental security measures means that malicious actors could potentially craft requests that interfere with or exploit the shortcode functionality if input validation is not robustly handled within the shortcode's execution. The total number of entry points is low, which is good, but the lack of authentication or authorization on these few points is a notable oversight.

In conclusion, "imagemenu" v0.4 has a solid foundation in terms of preventing common web vulnerabilities. Its strength lies in its clean code regarding database interactions and output handling. The primary weakness lies in the absence of authentication and authorization checks on its shortcode entry points, which, while not leading to a direct vulnerability in this analysis, creates an unnecessary attack surface that could be exploited in conjunction with other potential weaknesses not immediately apparent from static analysis alone. Further review of the shortcode implementation for input sanitization would be recommended.

Key Concerns

  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

ImageMenu Security Vulnerabilities

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

ImageMenu Code Analysis

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

Output Escaping

88% escaped16 total outputs
Attack Surface

ImageMenu Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[imagemenu] ImageMenu.php:49
[im] ImageMenu.php:50
WordPress Hooks 5
actioninitblocks\imagemenu-block.php:105
filterblock_categories_allblocks\imagemenu-block.php:152
actionwp_enqueue_scriptsImageMenu.php:71
actionadmin_menuoptions.php:58
actionadmin_initoptions.php:62
Maintenance & Trust

ImageMenu Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedFeb 6, 2026
PHP min version7.4
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

ImageMenu Developer Profile

timhodson

2 plugins · 910 total installs

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

How We Detect ImageMenu

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
imagemenuimagemenu-titleimagemenu-title-
HTML Comments
<!-- ImageMenu Version: 0.4 -->
Data Attributes
id="imagemenu-class="imagemenu-title imagemenu-title-
Shortcode Output
<div id="imagemenu" class="imagemenu<li id="imagemenu-<span class="imagemenu-title imagemenu-title-</ul></div>
FAQ

Frequently Asked Questions about ImageMenu