Simple Sidebar Navigation Security & Risk Analysis

wordpress.org/plugins/simple-sidebar-navigation

Easy way to create custom navigation in sidebars or other pre-defined areas. Conditional tags are included to specify pages where widgets appear.

200 active installs v2.3.0 PHP + WP 2.8+ Updated Sep 2, 2018
linksmenunavigationsidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Sidebar Navigation Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The plugin "simple-sidebar-navigation" v2.3.0 exhibits a concerning security posture despite having no recorded vulnerabilities or apparent attack surface from static analysis. The analysis reveals the presence of dangerous functions like 'unserialize' and 'create_function', which are known to introduce significant security risks if not handled with extreme care and proper sanitization.

Furthermore, the complete lack of output escaping (0% properly escaped) across 118 output points is a critical vulnerability. This indicates a high risk of Cross-Site Scripting (XSS) attacks, as user-supplied data can be directly rendered on the page without any sanitization. The taint analysis also shows "flows with unsanitized paths", which, while not classified as critical or high in this specific instance, points to potential avenues for malicious data injection.

While the plugin's history of zero CVEs is positive, it cannot overshadow the severe code-level weaknesses identified. The absence of capability checks and nonce checks on potential entry points (even though none are explicitly listed as unprotected) is also a weakness, leaving room for future vulnerabilities should the attack surface expand. The plugin's strengths lie in its use of prepared statements for SQL queries and the absence of bundled libraries, but these are overshadowed by the critical output escaping and dangerous function issues.

Key Concerns

  • Unescaped output (0% properly escaped)
  • Dangerous function: unserialize
  • Dangerous function: create_function
  • Flows with unsanitized paths
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Simple Sidebar Navigation Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Simple Sidebar Navigation Release Timeline

v2.3.0Current
v2.1.5
v2.1.4
v2.1.3
v2.1.1
v2.0.9
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.2
v2.0.1
v2.0.0
v1.3.2
v1.3.1
v1.3
v1.2
v1.1
Code Analysis
Analyzed Apr 16, 2026

Simple Sidebar Navigation Code Analysis

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

Dangerous Functions Found

unserialize$items = unserialize($str);simple-sidenav.php:103
create_functionadd_action('widgets_init', create_function('', 'return register_widget("simple_sidenav");'));simple-sidenav.php:677

Output Escaping

0% escaped118 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
simple_sidenav_options (settings/settings.php:25)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Sidebar Navigation Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionadmin_menusettings/settings.php:2
actionadmin_initsettings/settings.php:8
actionwidgets_initsimple-sidenav.php:677
actionwidgets_initsimple-sidenav.php:678
actionadmin_headsimple-sidenav.php:746
actionwp_headsimple-sidenav.php:751
actionwp_headsimple-sidenav.php:755
actionwp_headsimple-sidenav.php:763
actioninitsimple-sidenav.php:780
Maintenance & Trust

Simple Sidebar Navigation Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedSep 2, 2018
PHP min version
Downloads66K

Community Trust

Rating60/100
Number of ratings2
Active installs200
Developer Profile

Simple Sidebar Navigation Developer Profile

Max Chirkov

3 plugins · 500 total installs

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

How We Detect Simple Sidebar Navigation

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-sidebar-navigation/css/simple-sidenav.css/wp-content/plugins/simple-sidebar-navigation/js/simple-sidenav.js
Script Paths
/wp-content/plugins/simple-sidebar-navigation/js/simple-sidenav.js
Version Parameters
simple-sidebar-navigation/css/simple-sidenav.css?ver=simple-sidebar-navigation/js/simple-sidenav.js?ver=

HTML / DOM Fingerprints

CSS Classes
simple_sidenavsfdepth_
Data Attributes
data-depth
JS Globals
simple_sidenav_options
FAQ

Frequently Asked Questions about Simple Sidebar Navigation