Nice Navigation Security & Risk Analysis

wordpress.org/plugins/nice-navigation

A widget that add a list of your pages as a list with option to expand and collaps the page tree with a nice slide animation effect.

200 active installs v1.6 PHP + WP 3.3+ Updated Aug 16, 2012
cmspagepagestree
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Nice Navigation Safe to Use in 2026?

Generally Safe

Score 85/100

Nice Navigation 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 "nice-navigation" plugin v1.6 exhibits a generally strong security posture, with no recorded vulnerabilities or known CVEs, suggesting a history of responsible development and patching. The static analysis also indicates a minimal attack surface, with no discovered AJAX handlers, REST API routes, shortcodes, or cron events that could be exploited. Furthermore, all SQL queries utilize prepared statements, which is a significant best practice for preventing SQL injection vulnerabilities.

However, there are notable areas for concern. The presence of the `create_function` function is a critical warning sign, as this function is deprecated and can be a vector for arbitrary code execution if not handled with extreme caution and proper sanitization. Additionally, the low percentage (13%) of properly escaped output suggests a significant risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the website's pages and executed by unsuspecting users.

While the plugin boasts a clean vulnerability history, the presence of `create_function` and the poor output escaping are significant weaknesses. The lack of nonce checks and capability checks on entry points, though the attack surface is currently zero, means that if any new entry points are added in the future, they could be vulnerable by default. Overall, the plugin has strengths in its minimal attack surface and safe SQL handling, but the identified code signals require immediate attention to mitigate potential XSS and code execution risks.

Key Concerns

  • Uses deprecated and potentially dangerous create_function
  • Low percentage of properly escaped output (XSS risk)
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Nice Navigation Security Vulnerabilities

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

Nice Navigation Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("Nice_Navigation");'));nice-navigation.php:11

Output Escaping

13% escaped15 total outputs
Attack Surface

Nice Navigation Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionwidgets_initnice-navigation.php:11
actioninitnice-navigation.php:12
filterpage_css_classnice-navigation.php:20
actionwp_enqueue_scriptsnice-navigation.php:23
Maintenance & Trust

Nice Navigation Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedAug 16, 2012
PHP min version
Downloads24K

Community Trust

Rating100/100
Number of ratings2
Active installs200
Developer Profile

Nice Navigation Developer Profile

Pär Thernström

11 plugins · 361K total installs

73
trust score
Avg Security Score
91/100
Avg Patch Time
1680 days
View full developer profile
Detection Fingerprints

How We Detect Nice Navigation

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/nice-navigation/script.js/wp-content/plugins/nice-navigation/styles.css
Script Paths
/wp-content/plugins/nice-navigation/script.js
Version Parameters
nice-navigation/script.js?ver=nice-navigation/styles.css?ver=

HTML / DOM Fingerprints

CSS Classes
nice_navigationnice_navigation_look_wikipedianice-navigation-class
HTML Comments
Nice_Navigation debug: Function: %1$s Argument: %2$s
Data Attributes
widget_id
JS Globals
nice_navigation_options
FAQ

Frequently Asked Questions about Nice Navigation