Social Icons Widget Security & Risk Analysis

wordpress.org/plugins/social-icons-widget

A developer-friendly plugin that allows you to add a widget with links to various social media profiles.

100 active installs v0.1a PHP + WP 3.1+ Updated Aug 26, 2011
facebooksocial-mediatwitterwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Social Icons Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Social Icons Widget 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 "social-icons-widget" plugin version 0.1a exhibits a concerning security posture, despite a seemingly clean vulnerability history. The static analysis reveals a significant red flag with the use of the `create_function` dangerous function, which is known to be a potential source of serious vulnerabilities if not handled with extreme care. Furthermore, only 25% of output is properly escaped, leaving a substantial portion of user-generated or dynamic content exposed to cross-site scripting (XSS) attacks. The lack of any nonce checks or capability checks on potential entry points, though the attack surface is currently reported as zero, is a significant oversight that could be exploited if new entry points are introduced or discovered. The absence of any recorded vulnerabilities in its history is positive but doesn't negate the risks identified in the current code. This version appears to prioritize simplicity over robust security practices.

While the plugin uses prepared statements for its SQL queries and has no external HTTP requests or file operations, these are standard good practices. The critical weaknesses lie in the use of `create_function` and the widespread lack of output escaping and security checks. The small attack surface reported is a strength, but the identified code-level weaknesses are severe enough to warrant caution. Without proper sanitization and validation on all outputs and potential entry points, the plugin remains susceptible to attacks.

Key Concerns

  • Use of dangerous function: create_function
  • Low percentage of properly escaped output
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Social Icons Widget Security Vulnerabilities

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

Social Icons Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
15
5 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_icons_widget' );" social-icons-widget.php:99

Output Escaping

25% escaped20 total outputs
Attack Surface

Social Icons Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initsocial-icons-widget.php:99
Maintenance & Trust

Social Icons Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedAug 26, 2011
PHP min version
Downloads19K

Community Trust

Rating0/100
Number of ratings0
Active installs100
Developer Profile

Social Icons Widget Developer Profile

Curtiss Grymala

8 plugins · 2K total installs

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

How We Detect Social Icons Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
social-iconssocial-icons-list
Data Attributes
social-icons-widget
FAQ

Frequently Asked Questions about Social Icons Widget