MCStatusWidget Security & Risk Analysis

wordpress.org/plugins/minecraft-server-status-widget

MCStatusWidget is a widget which show INFO Of Bukkit server.

10 active installs v1.1 PHP + WP 2.0.2+ Updated Jun 24, 2012
bukkitminecraftserverserverstatusstatus
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is MCStatusWidget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "minecraft-server-status-widget" v1.1 plugin exhibits a mixed security posture. On one hand, it demonstrates good practices by not exposing a large attack surface through AJAX, REST API, shortcodes, or cron events. Furthermore, all identified SQL queries are properly prepared, indicating a mindful approach to database interactions. The absence of known CVEs and historical vulnerabilities is also a positive sign, suggesting a relatively stable codebase concerning previously discovered flaws.

However, several significant concerns emerge from the static analysis. The presence of the `create_function` function is a critical security risk, as it can be exploited to inject and execute arbitrary PHP code. Compounding this, a substantial percentage (100%) of its output is not properly escaped, opening the door to cross-site scripting (XSS) vulnerabilities. The complete lack of nonce and capability checks for its entry points, while the attack surface is zero, is still a concerning oversight. The total absence of taint analysis flows analyzed is also unusual and could mask undiscovered vulnerabilities. In conclusion, while the plugin avoids common pitfalls like unpatched CVEs and extensive attack vectors, the identified `create_function` usage and the pervasive lack of output escaping represent critical security weaknesses that require immediate attention.

Key Concerns

  • Use of dangerous create_function
  • No output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

MCStatusWidget Security Vulnerabilities

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

MCStatusWidget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget("MCStatusWidget");' ) );MCStatusWidget.php:36

Output Escaping

0% escaped26 total outputs
Attack Surface

MCStatusWidget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initMCStatusWidget.php:36
Maintenance & Trust

MCStatusWidget Maintenance & Trust

Maintenance Signals

WordPress version tested2.1
Last updatedJun 24, 2012
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

MCStatusWidget Developer Profile

WhiteSK

1 plugin · 10 total installs

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

How We Detect MCStatusWidget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
MCStatusWidget
JS Globals
togluj
Shortcode Output
Status: &nbsp;</td><td><b><font style='color:red;'>Offline</font></b>Status: &nbsp;</td><td><b><font style='color:green;'>Online</font></b>IP Port: &nbsp;</td><td><b>Verze: &nbsp;</td><td><b>
FAQ

Frequently Asked Questions about MCStatusWidget