Database Performance Monitor Security & Risk Analysis

wordpress.org/plugins/database-performance-monitor

Outputs some database query information on page load for logged in admins. Output is located as an html comment in the footer and also in the console.

10 active installs v1.1 PHP + WP 3.2+ Updated Aug 26, 2013
admindatabasedebugperformancequeries
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Database Performance Monitor Safe to Use in 2026?

Generally Safe

Score 85/100

Database Performance Monitor has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The 'database-performance-monitor' plugin version 1.1 exhibits a seemingly strong security posture based on the provided static analysis and vulnerability history. There are no identified CVEs, no known common vulnerability types, and the plugin has no recorded vulnerabilities. The code analysis reveals no dangerous functions, no external HTTP requests, no file operations, and all SQL queries utilize prepared statements. However, the complete lack of output escaping for the two identified output points is a significant concern. This indicates a potential for cross-site scripting (XSS) vulnerabilities, as user-supplied data or dynamic content displayed by the plugin could be rendered without proper sanitization, allowing attackers to inject malicious scripts. While the absence of a large attack surface is positive, the identified lack of output escaping, coupled with only one capability check and no nonce checks, suggests a reliance on other security mechanisms or potentially an oversight in the development process that could be exploited.

Key Concerns

  • Output escaping is not implemented
Vulnerabilities
None known

Database Performance Monitor Security Vulnerabilities

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

Database Performance Monitor Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Database Performance Monitor Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwp_footerdatabaseperformance.php:27
Maintenance & Trust

Database Performance Monitor Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedAug 26, 2013
PHP min version
Downloads4K

Community Trust

Rating46/100
Number of ratings3
Active installs10
Developer Profile

Database Performance Monitor Developer Profile

Brad Parbs

16 plugins · 3K total installs

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

How We Detect Database Performance Monitor

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/database-performance-monitor/databaseperformance.php

HTML / DOM Fingerprints

HTML Comments
<!-- %d database queries in %.3f seconds, using %.2fMB memory -->
JS Globals
console.log("<?php echo $stat ?>")
FAQ

Frequently Asked Questions about Database Performance Monitor