Cryptocurrency Ticker Security & Risk Analysis

wordpress.org/plugins/cryptocurrency-ticker

Fetches, caches, and displays current cryptocurrency prices (bitcoin, ethereum, and litecoin, for now).

30 active installs v1.5 PHP + WP 2.8+ Updated Jan 4, 2019
bitcoincryptocurrencyethereumlitecointicker
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Cryptocurrency Ticker Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The 'cryptocurrency-ticker' v1.5 plugin exhibits a mixed security posture. On the positive side, there are no recorded vulnerabilities (CVEs) and the plugin exclusively uses prepared statements for SQL queries, indicating good practices in database interaction. The absence of a significant attack surface through AJAX handlers, REST API routes, shortcodes, or cron events is also a strength, as it limits potential entry points for attackers. Furthermore, taint analysis shows no critical or high severity flows, suggesting that data processing might be relatively safe from immediate exploits.

However, there are notable concerns. The presence of the `create_function` dangerous function is a significant red flag, as it is deprecated and can lead to remote code execution vulnerabilities if not handled with extreme care and sanitization, which is not evident here. The fact that 100% of output is not properly escaped is a critical weakness, opening the door to Cross-Site Scripting (XSS) vulnerabilities. The lack of nonce and capability checks on any entry points, combined with file operations and an external HTTP request, raises concerns about potential unauthorized actions and data leakage.

Overall, while the plugin has no known vulnerabilities and good database practices, the critical issue of unescaped output and the presence of a dangerous function, coupled with a lack of authorization checks, present significant risks that could be exploited to compromise WordPress sites. The absence of historical vulnerabilities might be due to the limited attack surface or luck, rather than inherently robust security.

Key Concerns

  • 100% of output not properly escaped
  • Dangerous function: create_function used
  • No nonce checks
  • No capability checks
  • File operations present
  • External HTTP requests present
Vulnerabilities
None known

Cryptocurrency Ticker Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Cryptocurrency Ticker Release Timeline

v1.5Current
v1.4
v1.3
v1.2
v1.01
v1.1
v1.0
Code Analysis
Analyzed Mar 16, 2026

Cryptocurrency Ticker Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function('', 'return register_widget("CryptoTickerWidget");') );crypto-ticker.php:234

Output Escaping

0% escaped40 total outputs
Attack Surface

Cryptocurrency Ticker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_enqueue_scriptscrypto-ticker.php:233
actionwidgets_initcrypto-ticker.php:234
Maintenance & Trust

Cryptocurrency Ticker Maintenance & Trust

Maintenance Signals

WordPress version tested5.0.25
Last updatedJan 4, 2019
PHP min version
Downloads17K

Community Trust

Rating80/100
Number of ratings6
Active installs30
Developer Profile

Cryptocurrency Ticker Developer Profile

CryptoBadger

1 plugin · 30 total installs

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

How We Detect Cryptocurrency Ticker

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
crypto-ticker-tbl
HTML Comments
<!-- Cached ticker, generated
Data Attributes
data-widget-id
FAQ

Frequently Asked Questions about Cryptocurrency Ticker