Post Navigator Security & Risk Analysis

wordpress.org/plugins/post-navigator

Adds simple navigation tools to the admin area when editing or creating posts, allowing for quick and time saving navigation

100 active installs v1.3.4 PHP + WP 2.9+ Updated Apr 18, 2014
adminnavigationnextpost-navigationposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Navigator Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "post-navigator" plugin v1.3.4 exhibits a mixed security posture. While it demonstrates good practices in several areas, including the absence of dangerous functions, SQL injection risks, and external HTTP requests, significant concerns arise from its attack surface and input sanitization. The presence of an unprotected AJAX handler represents a critical entry point that could be exploited by unauthenticated users. Furthermore, the taint analysis reveals flows with unsanitized paths, indicating potential vulnerabilities if user-supplied data is not properly handled before being processed.

The plugin's vulnerability history is currently clean, with no known CVEs recorded. This suggests a potentially well-maintained codebase or a lack of past scrutiny. However, this clean history, combined with the identified weaknesses in the static analysis, should not be interpreted as a guarantee of future security. The unprotected AJAX handler and unsanitized taint flows are clear indicators of immediate risk that require attention.

In conclusion, the "post-navigator" plugin has strengths in its avoidance of common risky practices. However, the identified unprotected AJAX handler and unsanitized taint flows are serious security weaknesses that significantly elevate the risk profile. The absence of known vulnerabilities is a positive, but it doesn't negate the existing code-level risks. Developers should prioritize addressing these entry points and sanitization issues.

Key Concerns

  • Unprotected AJAX handler
  • Flows with unsanitized paths
  • Missing nonce checks on AJAX
  • Unescaped output (25% of outputs)
  • Missing capability checks
Vulnerabilities
None known

Post Navigator Security Vulnerabilities

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

Post Navigator Code Analysis

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

Output Escaping

75% escaped16 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
_options_page (class.post-navigator.php:212)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Post Navigator Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_post_lookupclass.post-navigator.php:25
WordPress Hooks 7
actioninitclass.post-navigator.php:15
actionadmin_initclass.post-navigator.php:16
actionadmin_menuclass.post-navigator.php:17
actionpost_submitbox_misc_actionsclass.post-navigator.php:20
actionadmin_print_footer_scriptsclass.post-navigator.php:21
actionadmin_enqueue_scriptsclass.post-navigator.php:22
filterredirect_post_locationclass.post-navigator.php:96
Maintenance & Trust

Post Navigator Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedApr 18, 2014
PHP min version
Downloads8K

Community Trust

Rating90/100
Number of ratings11
Active installs100
Developer Profile

Post Navigator Developer Profile

lukerollans

4 plugins · 710 total installs

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

How We Detect Post Navigator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-navigator/assets/styles/style.css/wp-content/plugins/post-navigator/assets/js/scripts.js
Script Paths
/wp-content/plugins/post-navigator/assets/js/scripts.js
Version Parameters
post-navigator/assets/styles/style.css?ver=post-navigator/assets/js/scripts.js?ver=

HTML / DOM Fingerprints

CSS Classes
post-navigatoraction-titlepost-save-action-id-parentpost-navigator-buttonspost-navigator-prevpost-navigator-next
Data Attributes
id="post-navigator"id="action-box"id="post-save-action"id="post-save-action-id"id="post_type"id="exclude"+4 more
JS Globals
AJAX.urlAJAX.template_directory
REST Endpoints
/wp-json/post-navigator/
FAQ

Frequently Asked Questions about Post Navigator