Uptime Robot Widget Security & Risk Analysis

wordpress.org/plugins/uptime-robot-widget

A simple widget that shows the status of the monitored services in the Uptime Robot service.

80 active installs v1.8.2 PHP 7.0+ WP 4.6+ Updated May 8, 2020
monitoringuptimeuptime-robotuptimerobotwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Uptime Robot Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Uptime Robot Widget 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 "uptime-robot-widget" plugin v1.8.2 exhibits several concerning security weaknesses, primarily stemming from a lack of proper authorization checks on its entry points and insufficient output escaping.

The static analysis reveals a significant attack surface due to a REST API route that is not protected by permission callbacks, allowing any user to potentially interact with it. Additionally, all identified SQL queries are not prepared, posing a risk of SQL injection if user-supplied data is incorporated without sanitization. The low percentage of properly escaped output further exacerbates this risk, as it suggests that data displayed to users might not be adequately sanitized, potentially leading to cross-site scripting (XSS) vulnerabilities.

While the plugin has no recorded vulnerability history or critical taint flows, this does not negate the immediate risks identified in the code. The absence of past CVEs is a positive indicator, but it doesn't account for the present insecure coding practices. The plugin's strengths lie in its lack of dangerous functions, file operations, and external HTTP requests, as well as no bundled libraries. However, the critical need for proper authentication and output sanitization overshadows these positives, suggesting a moderate to high risk profile for this version.

Key Concerns

  • REST API route without permission callback
  • SQL queries not using prepared statements
  • Low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Uptime Robot Widget Security Vulnerabilities

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

Uptime Robot Widget Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

10% escaped10 total outputs
Attack Surface
1 unprotected

Uptime Robot Widget Attack Surface

Entry Points1
Unprotected1

REST API Routes 1

GET/wp-json/uptime-robot-widget/v1/statusincludes\widget.php:36
WordPress Hooks 5
actionadmin_initincludes\settings.php:17
actionadmin_menuincludes\settings.php:34
actionrest_api_initincludes\widget.php:41
actionwp_enqueue_scriptsincludes\widget.php:111
actionwidgets_initincludes\widget.php:159
Maintenance & Trust

Uptime Robot Widget Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedMay 8, 2020
PHP min version7.0
Downloads7K

Community Trust

Rating74/100
Number of ratings3
Active installs80
Developer Profile

Uptime Robot Widget Developer Profile

Beherit

7 plugins · 420 total installs

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

How We Detect Uptime Robot Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/uptime-robot-widget/css/uptime-robot.min.css/wp-content/plugins/uptime-robot-widget/css/uptime-robot.css/wp-content/plugins/uptime-robot-widget/js/js.uptimerobot.min.js/wp-content/plugins/uptime-robot-widget/js/js.uptimerobot.js
Script Paths
/wp-content/plugins/uptime-robot-widget/js/js.uptimerobot.min.js/wp-content/plugins/uptime-robot-widget/js/js.uptimerobot.js
Version Parameters
uptime-robot-widget/css/uptime-robot.min.css?ver=uptime-robot-widget/css/uptime-robot.css?ver=uptime-robot-widget/js/js.uptimerobot.min.js?ver=uptime-robot-widget/js/js.uptimerobot.js?ver=

HTML / DOM Fingerprints

CSS Classes
widget_uptimerobotpspmonitorstatusstat2stat8stat9stat0+5 more
Data Attributes
id="uptimerobot"class="uptimerobot"class="loader"class="psp"class="monitor"class="status"+8 more
JS Globals
uptimerobot
REST Endpoints
/wp-json/uptime-robot-widget/v1/status
Shortcode Output
<div id="uptimerobot" class="uptimerobot"><div class="loader" title="Loading..."></div></div>
FAQ

Frequently Asked Questions about Uptime Robot Widget