MO Widgets Security & Risk Analysis

wordpress.org/plugins/mo-widgets

Useing it can easier to control your Widgets.Adds checkboxes to choose your Widget to show or hide on different pages;and add a Widget with support fo …

10 active installs v1.02 PHP + WP + Updated Jun 27, 2010
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is MO Widgets Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The mo-widgets plugin v1.02 exhibits a mixed security posture. On the positive side, it demonstrates strong adherence to secure coding practices by exclusively using prepared statements for SQL queries and having no known vulnerabilities or CVEs. The absence of a large attack surface through AJAX, REST API, shortcodes, or cron events further contributes to its perceived security.

However, several significant concerns arise from the static analysis. The presence of dangerous functions like `unserialize` and `create_function` without any apparent authorization or nonce checks presents a substantial risk. Furthermore, a very low percentage (8%) of output is properly escaped, indicating a high likelihood of cross-site scripting (XSS) vulnerabilities. The lack of capability checks and nonce checks on any entry points is particularly alarming, as it suggests that any user, regardless of their role or privilege, could potentially trigger dangerous functions or inject malicious code.

While the plugin has no recorded vulnerability history, this does not guarantee future safety. The current code, with its identified weaknesses in handling user input and lack of robust security checks, creates an environment where new vulnerabilities could easily be introduced or exploited. A balanced conclusion would highlight the plugin's good SQL practices and clean vulnerability history, but heavily caution against its use due to critical security flaws in function usage and output sanitization.

Key Concerns

  • Dangerous functions (unserialize, create_function)
  • Low output escaping percentage (8%)
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

MO Widgets Security Vulnerabilities

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

MO Widgets Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

MO Widgets Code Analysis

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

Dangerous Functions Found

unserialize$pages = unserialize(get_option('dw_saved_page_list'));MO-widgets-cn.php:55
unserialize$cats = unserialize(get_option('dw_saved_cat_list'));MO-widgets-cn.php:56
create_functionadd_action('widgets_init', create_function('', 'return register_widget("PhpWidget");'));MO-widgets-cn.php:167

Output Escaping

8% escaped26 total outputs
Attack Surface

MO Widgets Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
filterwidget_display_callbackMO-widgets-cn.php:115
actionin_widget_formMO-widgets-cn.php:116
filterwidget_update_callbackMO-widgets-cn.php:117
actionwidgets_initMO-widgets-cn.php:167
Maintenance & Trust

MO Widgets Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedJun 27, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Alternatives

MO Widgets Alternatives

No alternatives data available yet.

Developer Profile

MO Widgets Developer Profile

jeankon

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 MO Widgets

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/mo-widgets/mo-widgets-cn.php

HTML / DOM Fingerprints

CSS Classes
php_widget
Data Attributes
id="mo-widgets-cn.php"
FAQ

Frequently Asked Questions about MO Widgets