SimpleConnectWidget Security & Risk Analysis

wordpress.org/plugins/simple-social-widget

This plugin will add a configurable widget to display social media icons in your widget area(s). Icons are 32x32, squared edges, and display inline.

20 active installs v1.2 PHP + WP 3.3+ Updated May 3, 2016
connectsidebarsocial-mediatwitterwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is SimpleConnectWidget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The 'simple-social-widget' plugin v1.2 exhibits a mixed security posture. On the positive side, it has no known vulnerabilities, SQL queries are properly prepared, and there are no external HTTP requests or file operations, suggesting some fundamental security awareness. However, significant concerns arise from the static code analysis. The presence of the `create_function` function, a deprecated and often insecure practice, introduces a potential for code injection if not handled with extreme care. Furthermore, the fact that 100% of output is not properly escaped presents a high risk of Cross-Site Scripting (XSS) vulnerabilities. The complete lack of nonce checks and capability checks on its single entry point (a shortcode) means that any user, regardless of their privileges, could potentially trigger its functionality, further exacerbating the XSS risk. The absence of any recorded vulnerabilities in its history could indicate either a well-written plugin historically, or simply that it hasn't been thoroughly analyzed or targeted. Given the unescaped output and the use of `create_function`, the plugin has a concerning attack surface for XSS and potential code execution.

Key Concerns

  • 100% of output not properly escaped
  • Uses deprecated and dangerous create_function
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

SimpleConnectWidget Security Vulnerabilities

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

SimpleConnectWidget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
10
0 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("AE_Simple_Social_Widget");'simple-social-widget.php:98

Output Escaping

0% escaped10 total outputs
Attack Surface

SimpleConnectWidget Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[simple-social-widget] simple-social-widget.php:149
WordPress Hooks 4
actioninitsimple-social-widget.php:35
actionwidgets_initsimple-social-widget.php:98
actionwp_enqueue_scriptssimple-social-widget.php:101
filterplugin_row_metasimple-social-widget.php:122
Maintenance & Trust

SimpleConnectWidget Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedMay 3, 2016
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

SimpleConnectWidget Developer Profile

eppand

1 plugin · 20 total installs

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

How We Detect SimpleConnectWidget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-social-widget/ssw-styles.css

HTML / DOM Fingerprints

CSS Classes
simpleSocialWidgetssw-squaressw-twitterssw-facebookssw-googlessw-linkedinssw-youtubessw-pinterest+1 more
Data Attributes
id="simple-social-widget-widget-opts"name="simple-social-widget-widget-opts"
Shortcode Output
<div class="ssw_shortcode"><a href=class="ssw-square ssw-twitter"class="ssw-square ssw-facebook"
FAQ

Frequently Asked Questions about SimpleConnectWidget