DKA Child pages widget Security & Risk Analysis

wordpress.org/plugins/dka-child-pages-widget

Widget which shows child pages.

30 active installs v0.7 PHP + WP 2.0.2+ Updated Sep 17, 2016
navigationpagewidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is DKA Child pages widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "dka-child-pages-widget" plugin version 0.7 exhibits a mixed security posture. On the positive side, the plugin has a very small attack surface, with no apparent AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, it avoids external HTTP requests and file operations. Critically, all SQL queries are properly prepared, and there is no history of known vulnerabilities, suggesting a relatively stable and secure code base historically. However, significant concerns arise from the static analysis. The presence of the `create_function` dangerous function is a major red flag, as it can be exploited for code injection if user-supplied data is passed to it without proper sanitization. Additionally, a mere 24% of output is properly escaped, leaving a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. The complete absence of nonce and capability checks across the entire plugin further amplifies these risks, as it means that any functionality, even if it were to exist, would be unprotected against unauthorized access or manipulation.

Key Concerns

  • Presence of dangerous function create_function
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

DKA Child pages widget Security Vulnerabilities

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

DKA Child pages widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
13
4 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( "dka_child_pages" );' ) );dka-child-pages.php:144

Output Escaping

24% escaped17 total outputs
Attack Surface

DKA Child pages widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_enqueue_scriptsdka-child-pages.php:25
actionwidgets_initdka-child-pages.php:144
Maintenance & Trust

DKA Child pages widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedSep 17, 2016
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

DKA Child pages widget Developer Profile

dainius.kaupaitis

2 plugins · 40 total installs

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

How We Detect DKA Child pages widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/dka-child-pages-widget/dka-child-pages.js
Script Paths
/wp-content/plugins/dka-child-pages-widget/dka-child-pages.js

HTML / DOM Fingerprints

Data Attributes
id="dka_child_pages-exclude"name="dka_child_pages-exclude"id="dka_child_pages-title"name="dka_child_pages-title"id="dka_child_pages-page_id"name="dka_child_pages-page_id"
FAQ

Frequently Asked Questions about DKA Child pages widget