More Widgets Security & Risk Analysis

wordpress.org/plugins/more-widgets

The More Widgets plugin adds extra widgets to use with your widgetized areas within your WordPress site. Use this plugin instead of built-in theme wid …

1K active installs v1.1 PHP 7.0+ WP 5.7+ Updated Nov 16, 2023
addresssidebarssocial-profileswidgetwidgets
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is More Widgets Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "more-widgets" plugin version 1.1 presents a generally positive security posture, primarily due to the absence of identified vulnerabilities in its history and a clean static analysis report concerning critical risks. The plugin exhibits good practices by avoiding dangerous functions, performing file operations, and making external HTTP requests. Notably, all detected SQL queries utilize prepared statements, which is a strong indicator against SQL injection vulnerabilities.

However, the static analysis does reveal some areas for improvement. The plugin's output escaping is not consistently applied, with 23% of outputs not being properly escaped. This could potentially lead to cross-site scripting (XSS) vulnerabilities if the unescaped data is user-controlled and rendered directly in the browser. Furthermore, the complete lack of nonce and capability checks across all entry points is a significant concern. While the current attack surface is reported as zero, if any new entry points are introduced in future versions without proper authorization checks, it could create serious security flaws. The absence of any recorded vulnerabilities in its history is a positive sign, suggesting careful development or limited exposure, but it does not negate the risks identified in the code itself.

In conclusion, "more-widgets" v1.1 appears to be a relatively secure plugin, especially concerning common threats like SQL injection and code execution. Its strengths lie in its sanitized SQL usage and lack of critical code signals. The primary weaknesses are the unescaped outputs and the complete absence of authorization checks, which, if not addressed, could become points of exploitation in the future. The plugin's history of no vulnerabilities is promising but should be viewed alongside the current static analysis findings.

Key Concerns

  • Unescaped output detected
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

More Widgets Security Vulnerabilities

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

More Widgets Code Analysis

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

Output Escaping

77% escaped151 total outputs
Attack Surface

More Widgets Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitmore-widgets.php:67
actionwidgets_initmore-widgets.php:70
actionadmin_print_scripts-widgets.phpmore-widgets.php:73
actionwp_enqueue_scriptsmore-widgets.php:76
Maintenance & Trust

More Widgets Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedNov 16, 2023
PHP min version7.0
Downloads8K

Community Trust

Rating100/100
Number of ratings1
Active installs1K
Developer Profile

More Widgets Developer Profile

wpexplorer

13 plugins · 22K total installs

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

How We Detect More Widgets

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/more-widgets/assets/css/more-widgets-admin.css/wp-content/plugins/more-widgets/assets/js/more-widgets-admin.js/wp-content/plugins/more-widgets/assets/css/more-widgets-front.css/wp-content/plugins/more-widgets/assets/css/more-widgets-icons.css
Script Paths
/wp-content/plugins/more-widgets/assets/js/more-widgets-admin.js
Version Parameters
more-widgets-admin?ver=1.1more-widgets-front?ver=1.1

HTML / DOM Fingerprints

CSS Classes
widget_more_widgets
HTML Comments
<!-- Widget Constructor Class makes it easier to build custom widgets for WP --><!-- Widget name. --><!-- Widget id_base. --><!-- Widget fields. -->+5 more
Data Attributes
data-id_basedata-widget_name
JS Globals
moreWidgets
FAQ

Frequently Asked Questions about More Widgets