WP Subpages Security & Risk Analysis

wordpress.org/plugins/wp-subpages

WP Subpages Widget is a simple plugin to allow for multiple instances to show child pages.

10 active installs v1.2 PHP + WP 3.8+ Updated Jan 3, 2015
child-pagespagessubpageswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Subpages Safe to Use in 2026?

Generally Safe

Score 85/100

WP Subpages 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 wp-subpages plugin v1.2 exhibits a mixed security posture. On the positive side, it demonstrates good practices by having no recorded CVEs, no SQL queries that are not prepared, and no file operations or external HTTP requests, which significantly reduces common attack vectors. The absence of shortcodes, cron events, and REST API routes also limits its direct attack surface within the WordPress environment. However, the code analysis reveals significant concerns, particularly the presence of a dangerous `create_function` call and a complete lack of output escaping. This means that any data processed by the plugin could potentially be rendered insecurely, leading to Cross-Site Scripting (XSS) vulnerabilities. Furthermore, the absence of any nonce or capability checks for its entry points, although currently limited in number, represents a latent risk if the attack surface were to grow or if an attacker could manipulate the plugin's logic.

Key Concerns

  • Uses dangerous create_function
  • No output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP Subpages Security Vulnerabilities

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

WP Subpages Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
24
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('', 'return register_widget("SubpagesWidget");'));wp-subpages.php:138

Output Escaping

0% escaped24 total outputs
Attack Surface

WP Subpages Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
filterplugin_action_linkswp-subpages.php:26
actionwidgets_initwp-subpages.php:138
Maintenance & Trust

WP Subpages Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedJan 3, 2015
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Subpages Developer Profile

Nile Flores

1 plugin · 10 total installs

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

How We Detect WP Subpages

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
SubpagesWidget
HTML Comments
<!-- Start CustomMenuLinks Ver<!-- End CustomMenuLinks -->
Data Attributes
for="SubpagesWidget"id="SubpagesWidget"name="SubpagesWidget"
FAQ

Frequently Asked Questions about WP Subpages