Social Accounts Security & Risk Analysis

wordpress.org/plugins/social-accounts

Add a new section under Settings for your social accounts. The order and the images can be customized with ease.

10 active installs v1.1.2 PHP + WP 3.4+ Updated Feb 5, 2013
accountsprofilesshortcodesocialwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Social Accounts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "social-accounts" plugin version 1.1.2 exhibits a mixed security posture. On the positive side, the plugin has no known historical vulnerabilities (CVEs) and demonstrates good practices in handling SQL queries, exclusively using prepared statements. It also avoids external HTTP requests and file operations, which are common vectors for exploitation. However, significant concerns arise from the static analysis. The use of the `create_function` function is a critical red flag, as it is deprecated and can lead to serious security vulnerabilities if not handled with extreme care, potentially allowing for arbitrary code execution. Furthermore, the output escaping rate is alarmingly low at 8%, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities across numerous output points. The absence of nonce checks and capability checks on its single entry point (a shortcode) also means that any user, regardless of their role or permissions, could potentially interact with this shortcode, leading to unintended consequences or further exploitation if the shortcode itself is vulnerable. The lack of taint analysis data is also a weakness, as it means potential vulnerabilities related to data flow might not have been identified.

Key Concerns

  • Use of dangerous function: create_function
  • Low output escaping rate (8%)
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Social Accounts Security Vulnerabilities

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

Social Accounts Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
96
8 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("ffto_social_accounts_widget");'));ffto-social-accounts-widget.php:2

Output Escaping

8% escaped104 total outputs
Attack Surface

Social Accounts Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[social_accounts] ffto-social-accounts.php:499
WordPress Hooks 3
actionwidgets_initffto-social-accounts-widget.php:2
actionadmin_menuffto-social-accounts.php:77
actionadmin_initffto-social-accounts.php:211
Maintenance & Trust

Social Accounts Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedFeb 5, 2013
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Social Accounts Developer Profile

ffto

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 Social Accounts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/social-accounts/css/ffto-social-accounts.css/wp-content/plugins/social-accounts/js/ffto-social-accounts.js
Script Paths
/wp-content/plugins/social-accounts/js/ffto-social-accounts.js
Version Parameters
social-accounts/css/ffto-social-accounts.css?ver=social-accounts/js/ffto-social-accounts.js?ver=

HTML / DOM Fingerprints

CSS Classes
ffto_social_accounts
Data Attributes
id="ffto_social_accounts_settings"data-id="ffto-social-accounts"data-target="#ffto_social_accounts"data-option="ffto_social_account"
JS Globals
ffto_social_accounts_admin_urlffto_social_accounts_plugin_urlffto_social_accounts_idffto_social_accounts_settings_idffto_social_accounts_option_idffto_social_accounts_next_extra_id+5 more
Shortcode Output
<div id="ffto_social_accounts" class="ffto_social_accounts"><ul class="ffto_social_accounts_ul">
FAQ

Frequently Asked Questions about Social Accounts