wp-dBug Security & Risk Analysis

wordpress.org/plugins/wp-dbug

Plugin implements the awesome dBug class created by Kwaku Otchere for use in WordPress plugin debugging

70 active installs v0.2 PHP + WP 2.7+ Updated Jan 19, 2013
dbugdebugdebuggervar_dump
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is wp-dBug Safe to Use in 2026?

Generally Safe

Score 85/100

wp-dBug has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The "wp-dbug" v0.2 plugin exhibits a mixed security posture. On the positive side, the static analysis reveals no direct attack surface through typical WordPress entry points like AJAX, REST API, or shortcodes. Furthermore, all observed SQL queries are prepared statements, and there are no recorded vulnerabilities (CVEs) or identified taint flows. This suggests a diligent approach to preventing common attack vectors. However, a significant concern arises from the output escaping analysis, where 100% of outputs are not properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied or dynamically generated data could be injected into the page without proper sanitization, leading to potential code execution within the user's browser.

While the absence of known vulnerabilities and a clean history is encouraging, it does not negate the critical risk posed by unescaped output. The plugin's small attack surface and reliance on prepared statements are strengths, but the widespread lack of output escaping is a major weakness that could be exploited by attackers. The plugin's functionality is not detailed, but any output generated by this plugin needs immediate attention for escaping to mitigate XSS risks.

Key Concerns

  • No output properly escaped
Vulnerabilities
None known

wp-dBug Security Vulnerabilities

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

wp-dBug Code Analysis

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

Output Escaping

0% escaped29 total outputs
Attack Surface

wp-dBug Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
filterdebug_bar_titleclass-wp-dbug-debug-bar-panel.php:7
filterdebug_bar_panelsclass-wp-dbug.php:11
Maintenance & Trust

wp-dBug Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJan 19, 2013
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings2
Active installs70
Developer Profile

wp-dBug Developer Profile

vhauri

2 plugins · 170 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-dBug

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

Asset Fingerprints

Script Paths
/wp-content/plugins/wp-dbug/class-dbug.php/wp-content/plugins/wp-dbug/class-wp-dbug.php

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about wp-dBug