Sweet Custom Menu Security & Risk Analysis

wordpress.org/plugins/sweet-custom-menu

This is a simple plugin to add custom attributes to WordPress menus.

100 active installs v0.1 PHP + WP 3.0+ Updated Dec 21, 2012
corsonrmenuremi-corsonwordpress-menuwp_nav_menu
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Sweet Custom Menu Safe to Use in 2026?

Generally Safe

Score 85/100

Sweet Custom Menu 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 "sweet-custom-menu" v0.1 plugin exhibits a mixed security posture. On the positive side, there are no identified CVEs in its history, and the static analysis shows a complete lack of dangerous functions, file operations, and external HTTP requests. Notably, all SQL queries are prepared statements, which is an excellent security practice. However, significant concerns arise from the output escaping, with only 49% of outputs being properly escaped. This indicates a potential for cross-site scripting (XSS) vulnerabilities, where malicious code could be injected into the website and executed in users' browsers. Additionally, the taint analysis revealed two flows with unsanitized paths, which, while not reaching critical or high severity, are still concerning and could potentially be exploited if combined with other weaknesses.

The absence of any recorded vulnerabilities in the plugin's history is a positive indicator, but it's important to remember that this is a very early version (v0.1), and a lack of discovered vulnerabilities doesn't guarantee future safety. The current attack surface is zero, which is excellent, but this is likely due to the plugin's limited functionality at this stage. The complete absence of nonce and capability checks is a significant weakness, even with zero entry points currently identified, as any future additions without these checks would be immediately vulnerable. Overall, while the plugin has a clean history and good practices in some areas like SQL handling, the substantial amount of improperly escaped output and the presence of unsanitized paths are critical areas that require immediate attention to mitigate potential XSS and other injection risks. Further development should prioritize robust input validation and output escaping for all functionalities.

Key Concerns

  • Low percentage of properly escaped outputs
  • Unsanitized paths in taint analysis flows
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Sweet Custom Menu Security Vulnerabilities

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

Sweet Custom Menu Code Analysis

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

Output Escaping

49% escaped81 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
start_el (edit_custom_walker.php:39)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Sweet Custom Menu Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitsweet-custom-menu.php:26
filterwp_setup_nav_menu_itemsweet-custom-menu.php:29
actionwp_update_nav_menu_itemsweet-custom-menu.php:32
filterwp_edit_nav_menu_walkersweet-custom-menu.php:35
Maintenance & Trust

Sweet Custom Menu Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedDec 21, 2012
PHP min version
Downloads11K

Community Trust

Rating100/100
Number of ratings2
Active installs100
Developer Profile

Sweet Custom Menu Developer Profile

Remi Corson

10 plugins · 780 total installs

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

How We Detect Sweet Custom Menu

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
menu-item-settingsmenu-item-handlemenu-item-baritem-titleitem-controlsitem-typeitem-orderitem-edit+1 more
Data Attributes
id="menu-item-class="menu-item for="edit-menu-item-url-
FAQ

Frequently Asked Questions about Sweet Custom Menu