Server Info WP Security & Risk Analysis

wordpress.org/plugins/server-info-wp

Easily monitor your server by watching your server usage and resources with three widgets.

30 active installs v2.1 PHP 5.3+ WP + Updated Apr 17, 2020
server-infoserver-informationserver-monitorserver-monitoringserver-usage
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Server Info WP Safe to Use in 2026?

Generally Safe

Score 85/100

Server Info WP has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The server-info-wp v2.1 plugin presents a mixed security posture. On the positive side, it has a remarkably small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries use prepared statements, and there are no recorded vulnerabilities (CVEs) in its history, suggesting a history of reasonably secure development. However, significant concerns arise from the static code analysis. The presence of dangerous functions like 'exec' and 'unserialize' is a major red flag, especially when coupled with a complete lack of nonce checks and capability checks on any entry points (though none were identified). The most critical weakness is the complete absence of output escaping, meaning any data processed or displayed by the plugin could be vulnerable to cross-site scripting (XSS) attacks. The taint analysis shows no flows, which is positive, but the lack of proper sanitization and escaping on outputs remains a significant risk.

In conclusion, while the plugin's attack surface is minimal and its vulnerability history is clean, the static code analysis reveals several deeply concerning practices. The use of 'exec' and 'unserialize' without clear sanitization or authorization mechanisms, combined with a 0% rate of output escaping, creates a substantial risk of arbitrary code execution and XSS vulnerabilities. The absence of any form of input validation or authorization checks on the code, even with a small attack surface, is a notable weakness. Despite the lack of known CVEs, the identified code signals warrant immediate attention and remediation to improve the plugin's overall security.

Key Concerns

  • Dangerous functions (exec, unserialize) present
  • 0% output escaping
  • 0 Nonce checks
  • 0 Capability checks
Vulnerabilities
None known

Server Info WP Security Vulnerabilities

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

Server Info WP Code Analysis

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

Dangerous Functions Found

exec$this->uptime = function_exists( 'exec' ) ? @exec( 'uptime -p' ) : __( 'N/A (make sure exec functioninit.php:119
unserialize$this->server_location = function_exists( 'file_get_contents' ) && isset( $this->server_ip ) ? unserinit.php:131
exec$this->processes = function_exists( 'exec' ) ? @exec( 'ps aux | wc -l' ) : __( 'N/A (make sure exec init.php:173
exec$this->windows_cpu_usage = function_exists( 'exec' ) ? @exec( 'wmic cpu get loadpercentage /all' ) :init.php:182

Output Escaping

0% escaped53 total outputs
Attack Surface

Server Info WP Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionload-index.phpinit.php:57
actionwp_dashboard_setupinit.php:58
actionadmin_enqueue_scriptsinit.php:59
Maintenance & Trust

Server Info WP Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedApr 17, 2020
PHP min version5.3
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Server Info WP Developer Profile

Tyler

2 plugins · 130 total installs

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

How We Detect Server Info WP

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/server-info-wp/stylesheets/main.css/wp-content/plugins/server-info-wp/js/main.js
Script Paths
/wp-content/plugins/server-info-wp/js/main.js
Version Parameters
server-info-wp/stylesheets/main.css?ver=server-info-wp/js/main.js?ver=

HTML / DOM Fingerprints

Shortcode Output
Server Info WP: GeneralServer Info WP: PHPServer Info WP: WordPress
FAQ

Frequently Asked Questions about Server Info WP