Wp Wiki Userprofile Security & Risk Analysis

wordpress.org/plugins/wp-wiki-userprofile

This plugin is used to grab Wikipedia user contribution to wordpress blog.

10 active installs v1.2 PHP + WP 2.8+ Updated Oct 14, 2014
widgetwiki
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Wp Wiki Userprofile Safe to Use in 2026?

Generally Safe

Score 85/100

Wp Wiki Userprofile has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11yr ago
Risk Assessment

The wp-wiki-userprofile plugin version 1.2 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by utilizing prepared statements for all SQL queries and has a history devoid of known vulnerabilities. The attack surface is minimal with only one shortcode entry point, and importantly, no AJAX handlers or REST API routes are exposed without authentication checks. Taint analysis shows no critical or high severity unsanitized paths, suggesting a good effort in preventing direct code execution vulnerabilities.

However, several concerns warrant attention. The use of the `create_function` is a significant red flag, as it can lead to security risks if used with unsanitized input. Furthermore, the plugin has a very low rate of proper output escaping (18%), which opens it up to potential cross-site scripting (XSS) vulnerabilities if user-supplied data is rendered without sufficient sanitization. The absence of nonce checks on its single entry point (the shortcode) is also a weakness, making it susceptible to cross-site request forgery (CSRF) attacks. The external HTTP request, while only one, should also be scrutinized for potential vulnerabilities related to insecurely handled external resources.

Overall, while the plugin has a clean vulnerability history and has taken steps towards secure data handling with prepared statements, the presence of `create_function` and inadequate output escaping, coupled with the lack of nonce checks, present tangible security risks. Addressing these specific code-level issues should be prioritized to improve its security.

Key Concerns

  • Use of dangerous function create_function
  • Low output escaping percentage (18%)
  • No nonce checks on entry points
  • External HTTP request present
Vulnerabilities
None known

Wp Wiki Userprofile Security Vulnerabilities

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

Wp Wiki Userprofile Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "wiki_profile_widget" );' ) );wp-wiki-userprofile.php:355

Output Escaping

18% escaped11 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
wiki_profile_options (wp-wiki-userprofile.php:54)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Wp Wiki Userprofile Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wikiuser] wp-wiki-userprofile.php:378
WordPress Hooks 4
actionplugins_loadedwp-wiki-userprofile.php:38
actionadmin_menuwp-wiki-userprofile.php:42
actionadmin_noticeswp-wiki-userprofile.php:127
actionwidgets_initwp-wiki-userprofile.php:355
Maintenance & Trust

Wp Wiki Userprofile Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedOct 14, 2014
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Wp Wiki Userprofile Developer Profile

gchokeen

2 plugins · 30 total installs

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

How We Detect Wp Wiki Userprofile

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrapicon32form-tablesubmitbutton-primaryshortcode-docfeedback-doc
Data Attributes
name="wiki-profile-form"name="codecocktail_wiki_username"name="codecocktail_wiki_user_param"name="wiki-profile-submit"id="icon-options-general"
Shortcode Output
[wikiuser][wikiuser param="editcount"][wikiuser username="xxx" param="editcount"]
FAQ

Frequently Asked Questions about Wp Wiki Userprofile