Simple System Status Security & Risk Analysis

wordpress.org/plugins/simple-system-status

View Information about your WordPress Configuration (Defaults, Themes, Plugins) and Server Information that is useful for debugging and support.

100 active installs v2.2.0 PHP 7.2+ WP 6.0+ Updated May 7, 2022
debugdeveloperstatussystemtools
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple System Status Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The static analysis of the simple-system-status plugin v2.1.3 reveals several significant security concerns despite a clean vulnerability history. The plugin has an attack surface consisting of two AJAX handlers, both of which lack any authentication checks. This is a major weakness as it means any unauthenticated user can potentially trigger these functions, leading to unintended actions or information disclosure. Furthermore, the taint analysis shows three flows with unsanitized paths, indicating a potential for injection vulnerabilities, though the severity is not classified as critical or high in the provided data. While the plugin avoids dangerous functions, raw SQL queries, and file operations, the lack of output escaping on a substantial portion (70%) of outputs is also a concern, potentially leading to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is not properly sanitized before display. The absence of nonce and capability checks on the identified entry points exacerbates these risks. The plugin's clean vulnerability history is a positive indicator, suggesting a potential for developers to be responsive to security issues, but it does not negate the current risks identified in the code. Overall, while the plugin demonstrates some good practices like using prepared statements for SQL, the significant number of unprotected entry points and potential for unsanitized data flows represent a considerable security risk.

Key Concerns

  • AJAX handlers without auth checks
  • Unsanitized paths in taint flows
  • Insufficient output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Simple System Status Security Vulnerabilities

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

Simple System Status Code Analysis

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

Output Escaping

30% escaped53 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
download_info (simple-system-status.php:129)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Simple System Status Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_regenerate_urlsimple-system-status.php:41
authwp_ajax_download_simple_system_statussimple-system-status.php:42
WordPress Hooks 3
actionadmin_menusimple-system-status.php:40
actiontemplate_redirectsimple-system-status.php:43
actionplugins_loadedsimple-system-status.php:280
Maintenance & Trust

Simple System Status Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedMay 7, 2022
PHP min version7.2
Downloads105K

Community Trust

Rating100/100
Number of ratings5
Active installs100
Developer Profile

Simple System Status Developer Profile

Leo Gopal

1 plugin · 100 total installs

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

How We Detect Simple System Status

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-system-status/ui/simple-system-status.css/wp-content/plugins/simple-system-status/ui/simple-system-status.js
Script Paths
/wp-content/plugins/simple-system-status/ui/simple-system-status.js

HTML / DOM Fingerprints

CSS Classes
sss-status-datasss-status-labelsss-status-valuesss-remote-view-form
Data Attributes
data-target="#simple-system-status-textarea"data-save-url="
JS Globals
systemInfoAjax
FAQ

Frequently Asked Questions about Simple System Status