Child pages Security & Risk Analysis

wordpress.org/plugins/childpages

Displays the childpages of the page you're currently on

30 active installs v1.1 PHP + WP 3.0.1+ Updated Jun 6, 2015
child-pagespagessub-pageswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Child pages Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

Based on the provided static analysis and vulnerability history, the "childpages" plugin version 1.1 presents a generally good security posture with no immediately apparent critical vulnerabilities. The plugin boasts a zero attack surface in terms of AJAX handlers, REST API routes, shortcodes, and cron events, which significantly limits potential entry points for attackers. Furthermore, the absence of dangerous functions, file operations, and external HTTP requests further bolsters its security. The SQL queries are all handled using prepared statements, which is a strong indicator of good practice against SQL injection. The taint analysis also shows no unsanitized paths, which is reassuring.

However, a significant concern arises from the output escaping. With 14 total outputs and 0% properly escaped, this indicates a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. Any user-supplied or dynamically generated content displayed on the frontend without proper escaping is susceptible to malicious script injection. While there's no recorded vulnerability history, this doesn't guarantee future safety, especially given the identified XSS risk. The lack of nonce checks and capability checks, while not directly exploitable due to the limited attack surface, are generally considered good security practices for any WordPress plugin, and their absence here, coupled with the unescaped output, represents a weakness that could become exploitable if new entry points were introduced or existing ones inadvertently exposed.

Key Concerns

  • All output is unescaped
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Child pages Security Vulnerabilities

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

Child pages Code Analysis

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

Output Escaping

0% escaped14 total outputs
Attack Surface

Child pages Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionwidgets_initincludes\class-wp-childpages-widget.php:120
actionplugins_loadedincludes\class-wp-childpages.php:146
actionadmin_enqueue_scriptsincludes\class-wp-childpages.php:161
actionadmin_enqueue_scriptsincludes\class-wp-childpages.php:162
actionwp_enqueue_scriptsincludes\class-wp-childpages.php:177
actionwp_enqueue_scriptsincludes\class-wp-childpages.php:178
Maintenance & Trust

Child pages Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedJun 6, 2015
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Child pages Developer Profile

janhenckens

3 plugins · 50 total installs

66
trust score
Avg Security Score
82/100
Avg Patch Time
2188 days
View full developer profile
Detection Fingerprints

How We Detect Child pages

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/childpages/admin/css/wp-childpages-admin.css/wp-content/plugins/childpages/admin/js/wp-childpages-admin.js
Script Paths
/wp-content/plugins/childpages/admin/js/wp-childpages-admin.js
Version Parameters
wp-childpages-admin.css?ver=wp-childpages-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
childpages-listchildpages-itemchildpages-titlechildpages-linkchildpages-excerptchildpages-thumbnailchildpages-datechildpages-author+1 more
Data Attributes
data-childpages-parent-iddata-childpages-page-id
JS Globals
wp_childpages_settings
FAQ

Frequently Asked Questions about Child pages