Intuitive Navigation Security & Risk Analysis

wordpress.org/plugins/intuitive-navigation

Creates navigation to next and previous posts based on the category or tag a visitor came from.

10 active installs v0.6 PHP + WP 3.2+ Updated Feb 15, 2012
categorynavigationnextpreviousreferrer
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Intuitive Navigation Safe to Use in 2026?

Generally Safe

Score 85/100

Intuitive Navigation 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 "intuitive-navigation" v0.6 plugin exhibits a mixed security posture. On the positive side, it demonstrates strong practices regarding SQL queries, exclusively using prepared statements, and has no known CVEs or past vulnerabilities. The absence of file operations, external HTTP requests, and bundled libraries also reduces the potential attack surface. However, a significant concern arises from the output escaping analysis, where 100% of the 28 outputs are not properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing malicious scripts to be injected and executed within the user's browser. Furthermore, the taint analysis reveals one flow with an unsanitized path, which, while not classified as critical or high severity in this analysis, warrants attention as it represents a potential avenue for data manipulation or injection if combined with other weaknesses.

Despite the clean vulnerability history and good SQL practices, the pervasive lack of output escaping presents a substantial security risk that cannot be overlooked. The taint flow, even at a lower severity, adds another layer of potential concern. Therefore, while the plugin avoids common pitfalls like unpatched CVEs and raw SQL, the identified XSS risk due to unescaped output significantly diminishes its overall security. Addressing the output escaping is paramount to improving its security. The limited attack surface and lack of external dependencies are positive attributes, but they do not mitigate the direct risk of XSS.

Key Concerns

  • All output not properly escaped
  • Flows with unsanitized paths found
Vulnerabilities
None known

Intuitive Navigation Security Vulnerabilities

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

Intuitive Navigation Code Analysis

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

Output Escaping

0% escaped28 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<functions> (functions.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Intuitive Navigation Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actioninitfunctions.php:83
filtertemplate_includefunctions.php:94
actionwp_footerfunctions.php:150
actionadmin_initintuitive-navigation.php:19
actionadmin_menuintuitive-navigation.php:20
filterplugin_action_linksintuitive-navigation.php:189
filterthe_contentintuitive-navigation.php:200
Maintenance & Trust

Intuitive Navigation Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedFeb 15, 2012
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Intuitive Navigation Developer Profile

Denis Buka

3 plugins · 40 total installs

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

How We Detect Intuitive Navigation

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/intuitive-navigation/css/intuitive-navigation.css
Version Parameters
intuitive-navigation/css/intuitive-navigation.css?ver=

HTML / DOM Fingerprints

CSS Classes
int_nav_bold_link
Data Attributes
name="int_nav_options[int_nav_display_thumbs]"name="int_nav_options[int_nav_crop_thumbs]"name="int_nav_options[int_nav_bold]"name="int_nav_options[int_nav_next_text]"name="int_nav_options[int_nav_prev_text]"name="int_nav_options[int_nav_auto]"+4 more
FAQ

Frequently Asked Questions about Intuitive Navigation