WP-ServerInfo Security & Risk Analysis

wordpress.org/plugins/wp-serverinfo

Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.

10K active installs v1.66 PHP + WP 4.0+ Updated Aug 9, 2023
mysqlphpphpinfoserverserverinfo
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-ServerInfo Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The wp-serverinfo plugin v1.66 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and lacks known vulnerabilities, indicating a generally well-maintained codebase. However, several areas raise concerns. The presence of a 'system' function call is a significant risk, as it can be exploited to execute arbitrary system commands if not properly sanitized. Furthermore, the low percentage of properly escaped outputs (4%) suggests a high likelihood of cross-site scripting (XSS) vulnerabilities. The taint analysis revealing flows with unsanitized paths, while not reaching critical or high severity in this specific analysis, points to potential weaknesses in input validation. The absence of nonce checks on any entry points is also a notable oversight, increasing the risk of CSRF attacks, particularly if any of the file operations or the 'system' function were to be triggered by unauthenticated users.

Key Concerns

  • Dangerous function 'system' detected
  • Low percentage of properly escaped outputs (4%)
  • Flows with unsanitized paths detected
  • No nonce checks on entry points
  • File operations present without explicit auth checks
Vulnerabilities
None known

WP-ServerInfo Security Vulnerabilities

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

WP-ServerInfo Code Analysis

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

Dangerous Functions Found

system$data = @system('uptime');wp-serverinfo.php:535

SQL Query Safety

100% prepared9 total queries

Output Escaping

4% escaped77 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
get_generalinfo (wp-serverinfo.php:68)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP-ServerInfo Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitwp-serverinfo.php:33
actionadmin_menuwp-serverinfo.php:40
actionadmin_enqueue_scriptswp-serverinfo.php:49
actionwp_dashboard_setupwp-serverinfo.php:550
Maintenance & Trust

WP-ServerInfo Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.8
Last updatedAug 9, 2023
PHP min version
Downloads224K

Community Trust

Rating96/100
Number of ratings17
Active installs10K
Developer Profile

WP-ServerInfo Developer Profile

Lester Chan

20 plugins · 889K total installs

71
trust score
Avg Security Score
89/100
Avg Patch Time
1377 days
View full developer profile
Detection Fingerprints

How We Detect WP-ServerInfo

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-serverinfo/serverinfo-js.js
Script Paths
/wp-content/plugins/wp-serverinfo/serverinfo-js.js
Version Parameters
wp-serverinfo/serverinfo-js.js?ver=

HTML / DOM Fingerprints

CSS Classes
wrapwidefat
Data Attributes
id="GeneralOverview"id="PHPinfo"
FAQ

Frequently Asked Questions about WP-ServerInfo