HW Monitor Security & Risk Analysis

wordpress.org/plugins/hw-monitor

Displays performance monitor, such as the Microsoft Windows Task Manager on WordPress.

30 active installs v1.1.3 PHP 5.3.29+ WP 4.9+ Updated May 8, 2019
cpufilesystemhardwarememorypressman
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is HW Monitor Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The hw-monitor plugin v1.1.3 presents a moderate to high security risk due to several critical findings in its static analysis. While it shows good practices in SQL query handling with 100% prepared statements and no known historical vulnerabilities, its attack surface is concerning. The presence of one AJAX handler without any authentication or capability checks creates a direct entry point for unauthenticated attackers. Furthermore, the significant percentage of improperly escaped output (56%) indicates a high likelihood of cross-site scripting (XSS) vulnerabilities. The use of dangerous functions like 'exec' and 'unserialize' also raises red flags, as these can be exploited for remote code execution or object injection if not handled with extreme caution and proper sanitization, which is not evident from the analysis.

The lack of nonce checks on the unprotected AJAX handler is a major weakness. This, combined with the dangerous function usage and poor output escaping, means an attacker could potentially inject malicious scripts or execute arbitrary code. The absence of taint analysis findings might suggest that the dangerous functions are not directly exposed to user input in a way that the analysis could detect, or that the taint analysis itself was limited. However, relying solely on this is risky. The plugin's strength lies in its secure SQL handling and clean vulnerability history, but these are overshadowed by the evident direct security flaws in its code.

Key Concerns

  • Unprotected AJAX handler
  • Dangerous functions used (exec, unserialize)
  • Insufficient output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

HW Monitor Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

HW Monitor Release Timeline

v1.1.3Current
v1.1.2
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Code Analysis
Analyzed Apr 16, 2026

HW Monitor Code Analysis

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

Dangerous Functions Found

execexec( 'ps aux', $output, $return_var );addon/cpu.php:158
execexec( 'df', $output, $return_var );addon/filesystem.php:30
execexec( 'free', $output, $return_var );addon/memory.php:30
unserialize$opts = unserialize( get_option( 'hw-monitor_options' ) );hw-monitor.php:65
unserialize$opts = unserialize( get_option( 'hw-monitor_options' ) );hw-monitor.php:148
unserialize$opts = unserialize( get_option( 'hw-monitor_options' ) );hw-monitor.php:167

Output Escaping

44% escaped18 total outputs
Attack Surface
1 unprotected

HW Monitor Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_hwmhw-monitor.php:50
WordPress Hooks 5
filteradd_hwm_dataaddon/cpu.php:175
filteradd_hwm_dataaddon/filesystem.php:75
filteradd_hwm_dataaddon/memory.php:67
actionplugins_loadedhw-monitor.php:48
actionadmin_menuhw-monitor.php:49
Maintenance & Trust

HW Monitor Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedMay 8, 2019
PHP min version5.3.29
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

HW Monitor Developer Profile

PRESSMAN

24 plugins · 130 total installs

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

How We Detect HW Monitor

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/hw-monitor/admin/css/hwm-addons.min.css/wp-content/plugins/hw-monitor/admin/lib/d3/d3.min.js/wp-content/plugins/hw-monitor/admin/lib/c3/c3.min.js/wp-content/plugins/hw-monitor/admin/js/hwm.min.js/wp-content/plugins/hw-monitor/admin/lib/c3/c3.min.css/wp-content/plugins/hw-monitor/admin/css/hwm.min.css
Script Paths
/wp-content/plugins/hw-monitor/admin/lib/d3/d3.min.js/wp-content/plugins/hw-monitor/admin/lib/c3/c3.min.js/wp-content/plugins/hw-monitor/admin/js/hwm.min.js
Version Parameters
hw-monitor/admin/css/hwm-addons.min.css?ver=hw-monitor/admin/js/hwm.min.js?ver=hw-monitor/admin/css/hwm.min.css?ver=

HTML / DOM Fingerprints

REST Endpoints
/wp-json/hw-monitor/v1/data
FAQ

Frequently Asked Questions about HW Monitor