
Database Performance Monitor Security & Risk Analysis
wordpress.org/plugins/database-performance-monitorOutputs 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.
Is Database Performance Monitor Safe to Use in 2026?
Generally Safe
Score 85/100Database Performance Monitor has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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
Database Performance Monitor Security Vulnerabilities
Database Performance Monitor Code Analysis
Output Escaping
Database Performance Monitor Attack Surface
WordPress Hooks 1
Maintenance & Trust
Database Performance Monitor Maintenance & Trust
Maintenance Signals
Community Trust
Database Performance Monitor Alternatives
The Hack Repair Guy's Plugin Archiver
hackrepair-plugin-archiver
Disable Plugins Without Deleting — Archive and Restore in One Click
Admin Bar Queries
admin-bar-queries
MySQL queries and load details added to your admin bar.
Admin's Debug Tool
admins-debug-tool
Admin-only tool for checking execution times and error output of current theme/plugins
Latency Tracker
latency-tracker
Keeps track of the queries, loading time, and memory usage of your Wordpress site.
Simple Debug
simple-debug
Analyzes WordPress website performance, helps to locate slow function hooks.
Database Performance Monitor Developer Profile
16 plugins · 3K total installs
How We Detect Database Performance Monitor
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/database-performance-monitor/databaseperformance.phpHTML / DOM Fingerprints
<!-- %d database queries in %.3f seconds, using %.2fMB memory -->console.log("<?php echo $stat ?>")