Moldavian Currency Widget Security & Risk Analysis

wordpress.org/plugins/moldavian-currency-widget

A simple plugin that creates widget with exchange rates of moldavian leu in relation to other currencies.

0 active installs v1.0.0 PHP + WP 4.0+ Updated Oct 19, 2017
currencyexchange-ratesleimoldovawidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Moldavian Currency Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "moldavian-currency-widget" v1.0.0 plugin exhibits a mixed security posture. On one hand, it demonstrates good practices by avoiding direct SQL queries and exclusively using prepared statements, and it has no recorded vulnerability history or known CVEs, which is a positive indicator. Furthermore, the static analysis reports no identified taint flows, suggesting no obvious pathways for critical vulnerabilities like remote code execution or SQL injection through unsanitized inputs.

However, there are significant concerns within the code. The presence of the `create_function` function is a major red flag, as it's a deprecated and inherently insecure function that can lead to arbitrary code execution if not handled with extreme caution and sanitization, which is not evident here. Additionally, the fact that 100% of the output is not properly escaped is a critical vulnerability, opening the door for Cross-Site Scripting (XSS) attacks. The absence of nonce checks and capability checks on any entry points, although the attack surface is reported as zero, means that if any entry points were to be introduced or discoverable in future versions, they would be vulnerable by default. The single external HTTP request also warrants scrutiny, as it could potentially be exploited for various malicious purposes if not secured.

In conclusion, while the plugin has a clean vulnerability history and uses prepared statements, the critical issues of unescaped output and the use of `create_function` present immediate and severe risks. The lack of any authorization checks on its minimal attack surface is also a notable weakness. These factors collectively indicate a plugin that requires immediate attention and remediation to address the identified security flaws.

Key Concerns

  • Unescaped output (100%)
  • Dangerous function: create_function
  • External HTTP requests
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Moldavian Currency Widget Security Vulnerabilities

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

Moldavian Currency Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget("MDL_Currency_Widget");' ) );mdl-currency.php:253

Output Escaping

0% escaped14 total outputs
Attack Surface

Moldavian Currency Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionplugins_loadedmdl-currency.php:47
actionadmin_print_stylesmdl-currency.php:59
actionadmin_enqueue_scriptsmdl-currency.php:60
actionwp_enqueue_scriptsmdl-currency.php:63
actionwp_enqueue_scriptsmdl-currency.php:64
actionwidgets_initmdl-currency.php:253
Maintenance & Trust

Moldavian Currency Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedOct 19, 2017
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Moldavian Currency Widget Developer Profile

xelens

1 plugin · 0 total installs

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

How We Detect Moldavian Currency Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/moldavian-currency-widget/css/admin.css/wp-content/plugins/moldavian-currency-widget/css/bootstrap-select.min.css/wp-content/plugins/moldavian-currency-widget/js/admin.js/wp-content/plugins/moldavian-currency-widget/js/bootstrap.min.js/wp-content/plugins/moldavian-currency-widget/js/bootstrap-select.min.js/wp-content/plugins/moldavian-currency-widget/css/widget.css/wp-content/plugins/moldavian-currency-widget/js/widget.js
Version Parameters
moldavian-currency-widget/css/admin.css?ver=moldavian-currency-widget/css/bootstrap-select.min.css?ver=moldavian-currency-widget/js/admin.js?ver=moldavian-currency-widget/js/bootstrap.min.js?ver=moldavian-currency-widget/js/bootstrap-select.min.js?ver=moldavian-currency-widget/css/widget.css?ver=moldavian-currency-widget/js/widget.js?ver=

HTML / DOM Fingerprints

CSS Classes
mdl-currency-class
Data Attributes
mdl-currency-titlemdl-currency-currenciesmdl-currency-lang
JS Globals
mdlc_textdomain
FAQ

Frequently Asked Questions about Moldavian Currency Widget