Add Users Sidebar Widget Security & Risk Analysis

wordpress.org/plugins/add-users-sidebar-widget

wordpress MU Requires at least: 2.6 Tested up to: 2.8 Stable tag: 1.0.3 Creates a sidebar widget that allows site users to add themselves to a blog b …

10 active installs v1.0.3 PHP + WP + Updated Dec 3, 2009
add-userblogsidebaruserwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Add Users Sidebar Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "add-users-sidebar-widget" plugin v1.0.3 exhibits a generally strong security posture based on the provided static analysis. The absence of any known CVEs and zero recorded vulnerabilities in its history is a positive indicator of its development and maintenance. Furthermore, the analysis shows a complete lack of direct SQL injection risks due to the exclusive use of prepared statements. The plugin also avoids common attack vectors such as AJAX handlers, REST API routes, shortcodes, and cron events that often serve as entry points for attackers.

However, a significant concern arises from the complete lack of output escaping. With 12 total outputs and 0% properly escaped, this represents a critical weakness. This means any data displayed by the widget, if it originates from user input or other untrusted sources, is vulnerable to cross-site scripting (XSS) attacks. While the taint analysis found no unsanitized paths, this is likely due to the limited attack surface identified and doesn't mitigate the risk of XSS in the existing output points. The presence of two nonce checks is a good practice, but the absence of capability checks on any potential, albeit undiscovered, entry points is a potential oversight that could be exploited if new vulnerabilities are introduced.

In conclusion, while the plugin benefits from a clean vulnerability history and secure database practices, the unescaped output is a serious flaw that significantly elevates the risk. This particular weakness demands immediate attention to prevent potential XSS exploits, which could compromise user sessions and data. The overall security is decent, but this single unaddressed issue significantly tarnishes its reputation.

Key Concerns

  • Output not properly escaped
Vulnerabilities
None known

Add Users Sidebar Widget Security Vulnerabilities

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

Add Users Sidebar Widget Code Analysis

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

Output Escaping

0% escaped12 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
add_the_user (add-users-sidebar-widget.php:33)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Add Users Sidebar Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initadd-users-sidebar-widget.php:202
Maintenance & Trust

Add Users Sidebar Widget Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedDec 3, 2009
PHP min version
Downloads8K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Add Users Sidebar Widget Developer Profile

ctltwp

15 plugins · 6K total installs

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

How We Detect Add Users Sidebar Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
sidebar_adduser
HTML Comments
<!-- The form that the user clicks on if they want to be added to the blog--><!-- Here is our little form segment. Notice that we don't need a complete form. This will be embedded into the existing form.-->
Data Attributes
name="sidebar_adduser"id="sidebar_adduser"name="user_password"name="adduser-nonce"id="sidebar_addusersub"name="sidebar_adduser-submit"+5 more
JS Globals
window.add_the_user
FAQ

Frequently Asked Questions about Add Users Sidebar Widget