User Box Security & Risk Analysis

wordpress.org/plugins/users-box

Plugin provides a widget for displaying avatars of registered users.

10 active installs v1.0.4 PHP + WP 2.5.0+ Updated Feb 4, 2016
authorsboxuseruserswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is User Box Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The 'users-box' plugin version 1.0.4 exhibits a mixed security posture. On the positive side, the plugin has a remarkably small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events that could be directly exploited. Furthermore, there is no recorded vulnerability history (CVEs), suggesting a history of stable and secure releases. However, the static code analysis reveals significant concerns. The presence of the `create_function` is a critical red flag, as it's deprecated and can be a source of severe security vulnerabilities, particularly if used with user-supplied input. Additionally, the plugin performs SQL queries without using prepared statements, which opens the door to SQL injection vulnerabilities. The low percentage of properly escaped output further exacerbates these risks, as it indicates a high likelihood of cross-site scripting (XSS) vulnerabilities. While the plugin has no known vulnerabilities historically, the immediate code-level risks are substantial.

Key Concerns

  • Usage of deprecated and dangerous function create_function
  • SQL queries not using prepared statements
  • Low percentage of properly escaped output
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

User Box Security Vulnerabilities

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

User Box Code Analysis

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

Dangerous Functions Found

create_functioncreate_function('', 'return register_widget("UsersBoxWidget");')users-box.php:130

SQL Query Safety

0% prepared1 total queries

Output Escaping

31% escaped26 total outputs
Attack Surface

User Box Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_enqueue_scriptsusers-box.php:24
actionwidgets_initusers-box.php:129
Maintenance & Trust

User Box Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedFeb 4, 2016
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

User Box Developer Profile

isevcik

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 User Box

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/users-box/css/style.css

HTML / DOM Fingerprints

CSS Classes
ubw-users-boxubw-userubw-shape-circleubw-shape-rectangle
Data Attributes
id="usersboxwidget"class="usersboxwidget"
FAQ

Frequently Asked Questions about User Box