Easy Coin Table Security & Risk Analysis

wordpress.org/plugins/easy-coin-table

Virtual currency rankings wordpress plugin

10 active installs v1.2 PHP + WP 3.3+ Updated Sep 23, 2019
bitcoin-plugincoin-tablecrypto-tablecryto-compare
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy Coin Table Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The 'easy-coin-table' v1.2 plugin presents a mixed security posture. On the positive side, it demonstrates good practices by exclusively using prepared statements for SQL queries and not making external HTTP requests. There are no known historical vulnerabilities (CVEs) associated with this plugin, which is a strong indicator of its past security. Furthermore, the static analysis shows a very small attack surface with no unprotected entry points in terms of AJAX handlers, REST API routes, or cron events.

However, significant concerns arise from the static analysis of the code. The presence of the `create_function` is a critical security risk, as it is highly susceptible to arbitrary code execution if user-supplied data is passed into it. Additionally, the analysis indicates that 100% of the 32 detected outputs are not properly escaped, meaning that reflected Cross-Site Scripting (XSS) vulnerabilities are highly probable. The lack of nonce and capability checks on the single shortcode entry point also leaves it vulnerable to CSRF attacks and unauthorized access to its functionality by unauthenticated or low-privileged users.

Given the absence of historical vulnerabilities, it's possible the plugin authors have been diligent in the past. However, the current code exhibits fundamental security flaws that could be exploited. The reliance on `create_function` and the complete lack of output escaping are particularly alarming and would require immediate attention to secure the plugin.

Key Concerns

  • Use of dangerous function: create_function
  • 0% properly escaped output across 32 outputs
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Easy Coin Table Security Vulnerabilities

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

Easy Coin Table Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("ht_plugin_widget");'));includes\widget.php:68

Output Escaping

0% escaped32 total outputs
Attack Surface

Easy Coin Table Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cointable] includes\shortcode.php:42
WordPress Hooks 3
actionwp_enqueue_scriptsbitcoin-plugin.php:25
actionadmin_menubitcoin-plugin.php:38
actionwidgets_initincludes\widget.php:68
Maintenance & Trust

Easy Coin Table Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedSep 23, 2019
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Easy Coin Table Developer Profile

hoangthinhnd

1 plugin · 10 total installs

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

How We Detect Easy Coin Table

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/easy-coin-table/css/ht_style.css
Script Paths
/wp-content/plugins/easy-coin-table/js/ht_script.js
Version Parameters
easy-coin-table/css/ht_style.css?ver=easy-coin-table/js/ht_script.js?ver=

HTML / DOM Fingerprints

CSS Classes
ht-inner-tableht-table-coin
Data Attributes
col-containercol-leftcol-right
Shortcode Output
[cointable num="5"][cointable num="10"]
FAQ

Frequently Asked Questions about Easy Coin Table