Debug Security & Risk Analysis

wordpress.org/plugins/debug

Debug can help you to find errors in your wordpress website via editing wp-config.php file and email notification.

2K active installs v1.12 PHP 5.6+ WP 3.4+ Updated Apr 1, 2024
debugdisplay-errorerror-logerror-notificationerror-reporting
85
A · Safe
CVEs total1
Unpatched0
Last CVEJan 31, 2024
Download
Safety Verdict

Is Debug Safe to Use in 2026?

Generally Safe

Score 85/100

Debug has a strong security track record. Known vulnerabilities have been patched promptly. It's a solid choice for most WordPress installations.

1 known CVELast CVE: Jan 31, 2024Updated 2yr ago
Risk Assessment

The 'debug' v1.12 plugin exhibits a generally strong security posture based on the static analysis. The absence of any identified AJAX handlers, REST API routes, shortcodes, or cron events with unprotected entry points is a significant positive, indicating a minimal attack surface. The code also demonstrates good practices by utilizing prepared statements for all SQL queries and properly escaping all outputs. The presence of nonces for its file operations further reinforces a commitment to preventing common web vulnerabilities.

However, the presence of file operations (3) without explicit capability checks raises a potential concern. While nonces are present, the lack of capability checks means that if a nonce is compromised or bypassed, the file operations could potentially be executed by any authenticated user, regardless of their privilege level. This could lead to unauthorized file manipulation if the file operations themselves are not inherently restricted.

Despite the static analysis's clean bill of health in terms of taint flows and dangerous functions, the plugin's vulnerability history is a notable weakness. With one known CVE, specifically a medium severity CSRF vulnerability, it demonstrates that the plugin has had exploitable flaws in the past. While currently unpatched vulnerabilities are zero, the past occurrence of CSRF indicates that developers should remain vigilant about implementing robust protection mechanisms for any future administrative actions, even if they aren't directly exposed via AJAX or other common entry points. The overall security is good but the historical vulnerability and the lack of capability checks on file operations warrant attention.

Key Concerns

  • File operations without capability checks
  • Past medium severity CVE (CSRF)
Vulnerabilities
1 published

Debug Security Vulnerabilities

CVEs by Year

1 CVE in 2024
2024
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2024-24798medium · 4.3Cross-Site Request Forgery (CSRF)

Debug <= 1.10 - Cross-Site Request Forgery

Jan 31, 2024 Patched in 1.11 (62d)
Version History

Debug Release Timeline

v1.12Current
v1.11
v1.101 CVE
v1.91 CVE
v1.81 CVE
v1.71 CVE
v1.61 CVE
v1.51 CVE
v1.41 CVE
v1.31 CVE
v1.21 CVE
v1.11 CVE
v1.01 CVE
Code Analysis
Analyzed Mar 16, 2026

Debug Code Analysis

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

Debug Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_initfunctions\function.php:219
actionadmin_menufunctions\plugin.php:12
actioninitfunctions\plugin.php:45
Maintenance & Trust

Debug Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedApr 1, 2024
PHP min version5.6
Downloads94K

Community Trust

Rating92/100
Number of ratings11
Active installs2K
Developer Profile

Debug Developer Profile

SoniNow

1 plugin · 2K total installs

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

How We Detect Debug

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/debug/functions/function.php/wp-content/plugins/debug/functions/plugin.php
Version Parameters
debug/style.css?ver=debug/script.js?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Debug