Get User Info Security & Risk Analysis

wordpress.org/plugins/get-user-info

Display's username, first and last name, avatar, description, or website of any user via widget or shortcode.

10 active installs v1.2 PHP + WP 3.0+ Updated Nov 19, 2013
shortcodeuserusers
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Get User Info Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "get-user-info" plugin version 1.2 presents a mixed security posture. On the positive side, the plugin demonstrates good practices by utilizing prepared statements for all SQL queries and has no recorded vulnerability history, indicating a potentially stable and well-maintained codebase. The attack surface is minimal, with only one shortcode identified as an entry point, and crucially, no unauthenticated entry points were found. This suggests a deliberate effort to limit exposure.

However, there are significant concerns within the static analysis. The presence of the `create_function` dangerous function is a critical red flag, as it is a known source of security vulnerabilities, particularly when user input is involved, although taint analysis currently shows no unsanitized flows. Furthermore, the output escaping is very poor, with only 15% of outputs properly escaped, creating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The complete absence of nonce checks and capability checks, even for the identified shortcode, is a major oversight that leaves the plugin susceptible to various attacks if any part of its functionality can be triggered by external input.

Key Concerns

  • Dangerous function create_function used
  • Poor output escaping (15% properly escaped)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Get User Info Security Vulnerabilities

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

Get User Info Release Timeline

v1.1
v1.0.9
v1.0.8
v1.0.7
Code Analysis
Analyzed Mar 17, 2026

Get User Info Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "featured_widget" );' ) );getUserInfo.php:210

Output Escaping

15% escaped39 total outputs
Attack Surface

Get User Info Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[userinfo] getUserInfo.php:269
WordPress Hooks 1
actionwidgets_initgetUserInfo.php:210
Maintenance & Trust

Get User Info Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedNov 19, 2013
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Get User Info Developer Profile

graphical_force

2 plugins · 80 total installs

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

How We Detect Get User Info

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/get-user-info/get-user-info.php

HTML / DOM Fingerprints

CSS Classes
widget-title
Data Attributes
id="featured_widget"for="get_user_info_title"name="get_user_info_title"id="get_user_info_cssClass"name="get_user_info_cssClass"id="get_user_info_userName"+11 more
Shortcode Output
[userinfo user="User Name" class="CssClass" title="My Title" username="true" name="true" avatar="true" description="true" website="true"]
FAQ

Frequently Asked Questions about Get User Info