Simple Page Hierarchy Widget Security & Risk Analysis

wordpress.org/plugins/simple-page-hierarchy-widget

Displays the most logical arrangement of Parent, Child, & Grandchild pages.

20 active installs v1.0.3 PHP + WP 3.6+ Updated Feb 5, 2014
childheirarchypagesparentwidgets
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Page Hierarchy Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The `simple-page-hierarchy-widget` plugin, in version 1.0.3, exhibits a generally positive security posture concerning its attack surface and SQL query handling. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's potential exposure points. Furthermore, all detected SQL queries utilize prepared statements, which is an excellent security practice. However, the plugin's security is notably compromised by the presence of a dangerous function (`create_function`) and a complete lack of output escaping. This means that any data processed or displayed by the plugin, especially if it originates from user input or external sources, could be vulnerable to cross-site scripting (XSS) attacks. The absence of nonce checks and capability checks further exacerbates this risk by not providing basic authentication and authorization mechanisms for potentially sensitive operations, even if the attack surface is currently limited. The plugin's vulnerability history is clean, with no recorded CVEs, which is a strength. However, this clean history, combined with the identified code-level weaknesses, could suggest that the plugin hasn't been thoroughly audited for certain vulnerability types or that the observed issues haven't yet been exploited in the wild. The overall assessment is that while the plugin avoids common entry point vulnerabilities, the identified code signals present significant and exploitable risks, particularly concerning XSS.

Key Concerns

  • Dangerous function found (create_function)
  • Output escaping is not implemented
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Simple Page Hierarchy Widget Security Vulnerabilities

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

Simple Page Hierarchy Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
3
0 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( '', 'register_widget("GB_Page_Hierarchy_Widget");' ) );simple-hierarchy-widget.php:87

Output Escaping

0% escaped3 total outputs
Attack Surface

Simple Page Hierarchy Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioninitsimple-hierarchy-widget.php:27
actionwidgets_initsimple-hierarchy-widget.php:87
Maintenance & Trust

Simple Page Hierarchy Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedFeb 5, 2014
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings4
Active installs20
Developer Profile

Simple Page Hierarchy Widget Developer Profile

BeardedGinger

2 plugins · 120 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 Page Hierarchy Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-page-hierarchy-widget/style.css/wp-content/plugins/simple-page-hierarchy-widget/js/widget.js
Script Paths
/wp-content/plugins/simple-page-hierarchy-widget/js/widget.js
Version Parameters
simple-page-hierarchy-widget/style.css?ver=simple-page-hierarchy-widget/js/widget.js?ver=

HTML / DOM Fingerprints

CSS Classes
gb-page-hierarchy-widget
FAQ

Frequently Asked Questions about Simple Page Hierarchy Widget