Ressources Security & Risk Analysis

wordpress.org/plugins/ressources

Monitoring the server resources with dashboard widgets

100 active installs v1.0.3 PHP + WP 4.6+ Updated Dec 4, 2025
load-averagememorymonitoringperformancesserver
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Ressources Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 4mo ago
Risk Assessment

The 'ressources' plugin version 1.0.3 exhibits a mixed security posture. On the positive side, the plugin demonstrates strong practices in handling SQL queries and output escaping, with 100% usage of prepared statements and properly escaped outputs. It also shows no history of known vulnerabilities, suggesting a relatively stable development history. However, significant concerns arise from the static analysis, particularly regarding its attack surface. The presence of one AJAX handler without any authentication or capability checks represents a critical vulnerability, as it's a direct entry point for unauthorized actions. The use of dangerous functions like 'exec' and 'shell_exec' further elevates the risk, as these can be exploited to execute arbitrary commands on the server if not properly secured, which appears to be the case given the lack of capability checks. While the taint analysis found no unsanitized flows, this is overshadowed by the known vulnerabilities in the attack surface and dangerous function usage.

Key Concerns

  • AJAX handler without auth checks
  • Use of dangerous functions (exec, shell_exec)
  • Missing nonce checks on AJAX
  • Missing capability checks
Vulnerabilities
None known

Ressources Security Vulnerabilities

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

Ressources Code Analysis

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

Dangerous Functions Found

execexec('cat /etc/issue',$system);ressources.php:95
execexec('grep "^model name" /proc/cpuinfo', $model);ressources.php:165
execexec('free -b', $ram);ressources.php:187
execexec('du -h --max-depth=1 ' . $chem, $che);;ressources.php:223
execexec('df -h', $out);ressources.php:234
execexec('ps aux | sort', $cpu);ressources.php:257
execexec('cat /proc/loadavg', $cpuloadavg);ressources.php:283
shell_exec$output = shell_exec('mysql -V');ressources.php:304

Output Escaping

100% escaped54 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
widget_machine (ressources.php:93)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Ressources Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_ressources_widget_contentressources.php:23
WordPress Hooks 4
actionwp_network_dashboard_setupressources.php:19
actionwp_dashboard_setupressources.php:20
actionadmin_bar_menuressources.php:21
actionadmin_enqueue_scriptsressources.php:22
Maintenance & Trust

Ressources Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 4, 2025
PHP min version
Downloads6K

Community Trust

Rating80/100
Number of ratings4
Active installs100
Developer Profile

Ressources Developer Profile

NOUS Open Usefull & Simple

5 plugins · 410 total installs

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

How We Detect Ressources

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
ressources-widget-contentprogress-containerprogress-bar
Data Attributes
data-id="memory"data-refresh="5"data-id="disk"data-refresh="0"data-id="top"data-refresh="5"+2 more
JS Globals
ressources_ajax_object
REST Endpoints
/wp-json/ressources/v1/data
FAQ

Frequently Asked Questions about Ressources