Avo Server Widget Security & Risk Analysis

wordpress.org/plugins/avo-server-widget

Short description: Clean, visual server stats in your WordPress Dashboard—live clock, disk and RAM pie charts, server details, and more.

0 active installs v1.0.0 PHP + WP 6.0+ Updated Sep 26, 2025
dashboardhostingmonitoringserverstats
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Avo Server Widget Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 6mo ago
Risk Assessment

The avo-server-widget v1.0.0 plugin exhibits a mixed security posture. While the static analysis reveals a commendable absence of common attack vectors like AJAX handlers, REST API routes, shortcodes, and cron events without proper authentication or permission checks, and all SQL queries utilize prepared statements with output properly escaped, significant concerns remain. The presence of the `shell_exec` function, a powerful but dangerous function capable of executing arbitrary commands on the server, is a critical red flag. Additionally, the single external HTTP request without further context raises a potential for supply chain attacks or data leakage if not handled with extreme care. The lack of any documented vulnerability history is positive, suggesting the plugin has been relatively stable in the past, but this does not mitigate the inherent risks identified in the current codebase. The plugin's strengths lie in its limited attack surface and secure data handling practices for SQL and output. However, the `shell_exec` function and the external HTTP request introduce substantial risks that require careful review and potential remediation.

Key Concerns

  • Presence of dangerous shell_exec function
  • External HTTP request without context
  • No nonce checks found
  • No capability checks found
Vulnerabilities
None known

Avo Server Widget Security Vulnerabilities

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

Avo Server Widget Code Analysis

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

Dangerous Functions Found

shell_exec$ram_total = (int) @shell_exec("awk '/MemTotal/ {print $2}' /proc/meminfo");avo-server-widget.php:80
shell_exec$ram_free = (int) @shell_exec("awk '/MemAvailable/ {print $2}' /proc/meminfo");avo-server-widget.php:81

Output Escaping

100% escaped30 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
avo_server_specs_widget_content (avo-server-widget.php:61)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Avo Server Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_dashboard_setupavo-server-widget.php:17
actionadmin_enqueue_scriptsavo-server-widget.php:18
Maintenance & Trust

Avo Server Widget Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedSep 26, 2025
PHP min version
Downloads541

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Avo Server Widget Developer Profile

Joseph Brzezowski

1 plugin · 0 total installs

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

How We Detect Avo Server Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/avo-server-widget/assets/js/chart.umd.min.js/wp-content/plugins/avo-server-widget/assets/js/avo-server-widget.js/wp-content/plugins/avo-server-widget/assets/css/avo-server-widget.css
Script Paths
assets/js/chart.umd.min.jsassets/js/avo-server-widget.js
Version Parameters
avo-server-widget/assets/js/chart.umd.min.js?ver=4.4.1avo-server-widget/assets/js/avo-server-widget.js?ver=1.0.0avo-server-widget/assets/css/avo-server-widget.css?ver=1.0.0

HTML / DOM Fingerprints

CSS Classes
avo-server-specs-wrapavo-server-specs-titleavo-server-specs-labelavo-server-specs-pie-wrapavo-server-specs-piechartavo-server-specs-piecenter
Data Attributes
id="avo_ram_pie"id="avo_ram_percent"id="avo_disk_pie"id="avo_disk_percent"
JS Globals
window.avoServerWidgetData
FAQ

Frequently Asked Questions about Avo Server Widget