CC User Data Security & Risk Analysis

wordpress.org/plugins/user-data

Add certain fields and images to your user profiles. Also gives access via shortcode to display a list of users/authors anywhere on your site.

10 active installs v1.1.1 PHP + WP 3.0+ Updated Nov 11, 2011
authorbioprofileuser
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is CC User Data Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "user-data" plugin version 1.1.1 exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, raw SQL queries, file operations, external HTTP requests, and critical taint flows is highly commendable. The presence of capability checks, even if only one, and the proper use of prepared statements for its SQL queries indicate good development practices for handling data access. However, the most significant concern lies in the output escaping, where only 54% of outputs are properly escaped. This leaves a considerable portion of user-facing data potentially vulnerable to cross-site scripting (XSS) attacks if user-supplied data is not sufficiently sanitized before being displayed.

The plugin's vulnerability history is clean, with zero recorded CVEs. This is a positive indicator, suggesting that the plugin has historically been well-maintained and free from exploitable flaws. However, the lack of past vulnerabilities does not guarantee future security. The absence of nonce checks on its single entry point (shortcode) is also a potential oversight, though without knowing the specific functionality of the shortcode, its impact is difficult to fully assess. Overall, while the "user-data" plugin has a solid foundation with secure data handling, the moderate output escaping is a notable weakness that requires attention to mitigate XSS risks.

Key Concerns

  • Moderate output escaping (54%)
  • No nonce checks on shortcode
Vulnerabilities
None known

CC User Data Security Vulnerabilities

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

CC User Data Release Timeline

v1.1.1Current
v1.1.0
v1.0.0
Code Analysis
Analyzed Mar 17, 2026

CC User Data Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

54% escaped48 total outputs
Attack Surface

CC User Data Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cc-user-data-list] cc-user-data.php:43
WordPress Hooks 12
actionwp_print_stylescc-user-data.php:12
actionshow_user_profilecc-user-data.php:203
actionedit_user_profilecc-user-data.php:204
actionpersonal_options_updatecc-user-data.php:355
actionedit_user_profile_updatecc-user-data.php:356
actionadmin_print_scriptscc-user-data.php:389
actionadmin_print_stylescc-user-data.php:390
filtermanage_users_columnscc-user-data.php:400
actionmanage_users_custom_columncc-user-data.php:412
filtermanage_users_sortable_columnscc-user-data.php:419
filterrequestcc-user-data.php:431
actionwidgets_initcc-user-data.php:435
Maintenance & Trust

CC User Data Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedNov 11, 2011
PHP min version
Downloads21K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

CC User Data Developer Profile

Evan Mullins

4 plugins · 330 total installs

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

How We Detect CC User Data

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/user-data/cc-user-data.css
Version Parameters
cc-user-data/cc-user-data.css?ver=0.1.1

HTML / DOM Fingerprints

CSS Classes
authors_thumbsauthor_thumbauthor_thumb_imgauthor_nameauthor_titleauthor_infoauthor_sort_author_picture+7 more
Data Attributes
data-show_thumbsdata-show_picturedata-show_biodata-show_titledata-show_emaildata-show_name+2 more
Shortcode Output
<div class='authors_thumbs'><a class='author_thumb ' href='#'>
FAQ

Frequently Asked Questions about CC User Data