Social Media Widget Security & Risk Analysis

wordpress.org/plugins/social-media-widgets

Easily create beautiful social media link with the install of this plugin.This widget takes a simple, extendable approach for displaying your social m …

400 active installs v1.0 PHP + WP 4.0.1+ Updated Sep 21, 2015
sidebarsocialsocial-followsocial-followingsocial-links
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Social Media Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Social Media Widget 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 "social-media-widgets" v1.0 plugin exhibits a mixed security posture. On the positive side, it boasts a seemingly small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all detected SQL queries are properly prepared, and there are no recorded vulnerabilities or CVEs in its history. This suggests a diligent effort to avoid common web application vulnerabilities.

However, significant concerns arise from the static analysis. The presence of the `create_function` dangerous function is a notable risk, as it can be exploited to execute arbitrary PHP code under certain circumstances. Additionally, a very low percentage of output is properly escaped (18%), indicating a high likelihood of cross-site scripting (XSS) vulnerabilities. The complete absence of nonce checks and capability checks across all entry points, coupled with a zero-percent properly escaped output, further exacerbates the XSS risk, as any user input could potentially be injected and executed in other users' browsers without proper validation.

While the plugin's vulnerability history is clean, this does not guarantee future security. The inherent risks identified in the code analysis, particularly the `create_function` usage and widespread lack of output escaping, present substantial security weaknesses that could be leveraged by attackers. Therefore, despite the absence of past issues, this plugin should be treated with caution.

Key Concerns

  • Dangerous function used (create_function)
  • Low output escaping rate (18%)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Social Media Widget Security Vulnerabilities

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

Social Media Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
27
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('', 'return register_widget("social_media_widget");'));social-media-widget.php:133

Output Escaping

18% escaped33 total outputs
Attack Surface

Social Media Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initsocial-media-widget.php:133
Maintenance & Trust

Social Media Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 21, 2015
PHP min version
Downloads25K

Community Trust

Rating100/100
Number of ratings5
Active installs400
Developer Profile

Social Media Widget Developer Profile

ashirbad.cs

2 plugins · 410 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 Media Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/social-media-widgets/assets/css/style.css

HTML / DOM Fingerprints

CSS Classes
social-icon_footericon_facebookicon_g-plusicon_twittericon_pinterest
HTML Comments
<!--Google Plus Link--><!--Twitter Link--><!--Pinterest Link-->
Data Attributes
id="social_media_widget"name="social_media_widget"id="social-media-widget"
FAQ

Frequently Asked Questions about Social Media Widget