Ciusan Simple Statistics Security & Risk Analysis

wordpress.org/plugins/ciusan-simple-statistics

Show simple statistics.

10 active installs v1.0 PHP + WP 3.2+ Updated Unknown
ciusanregistereduserwidgetwp
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ciusan Simple Statistics Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "ciusan-simple-statistics" v1.0 plugin presents a mixed security posture. On the positive side, it has a small attack surface with no unprotected entry points and a clean vulnerability history with no known CVEs. There are also no external HTTP requests or file operations, which reduces certain classes of risks. However, the static analysis reveals significant concerns. The use of the `create_function` is a critical security anti-pattern that can lead to code injection vulnerabilities. Additionally, all SQL queries are executed without prepared statements, making the plugin susceptible to SQL injection. Furthermore, none of the outputs are properly escaped, posing a risk of Cross-Site Scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on its entry points, though currently limited in scope due to no unprotected handlers, is a concerning practice that could be exploited if new entry points are added or existing ones modified without proper security considerations.

Key Concerns

  • Use of create_function
  • SQL queries not using prepared statements
  • Output escaping not properly handled
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Ciusan Simple Statistics Security Vulnerabilities

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

Ciusan Simple Statistics Code Analysis

Dangerous Functions
1
Raw SQL Queries
4
0 prepared
Unescaped Output
14
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('', 'return register_widget("ciusan_simple_statistics");'ciusan-simple-statistics.php:88

SQL Query Safety

0% prepared4 total queries

Output Escaping

0% escaped14 total outputs
Attack Surface

Ciusan Simple Statistics Attack Surface

Entry Points3
Unprotected0

Shortcodes 3

[ciusan_total_registered] ciusan-simple-statistics.php:96
[ciusan_total_posts] ciusan-simple-statistics.php:104
[ciusan_total_comments] ciusan-simple-statistics.php:113
WordPress Hooks 1
actionwidgets_initciusan-simple-statistics.php:88
Maintenance & Trust

Ciusan Simple Statistics Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Ciusan Simple Statistics Developer Profile

Dannie Herdyawan

6 plugins · 60 total installs

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

How We Detect Ciusan Simple Statistics

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Ciusan Simple Statistics