Simple Social Bar Security & Risk Analysis

wordpress.org/plugins/simple-social-bar

A simple, easy to use, easy to configure social share bar that follows you down the page for sharing your posts.

10 active installs v1.0.1 PHP + WP 3.0+ Updated Aug 1, 2011
dtelepathyfacebooksharebarsidebarsocial-widget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Social Bar Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Social Bar 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 "simple-social-bar" v1.0.1 plugin exhibits a generally good security posture based on the provided static analysis. The absence of an attack surface through AJAX, REST API, shortcodes, and cron events is a significant strength, indicating minimal direct entry points for attackers. Furthermore, the strict adherence to prepared statements for SQL queries and the presence of at least one nonce and capability check are positive indicators of secure coding practices. The plugin also reports no known vulnerabilities or CVEs, suggesting a clean history.

However, the presence of the `unserialize` function is a notable concern. While no direct taint flows were identified in this analysis, the use of `unserialize` without proper input validation or sanitization can lead to arbitrary code execution vulnerabilities if the serialized data originates from an untrusted source. The extremely low percentage of properly escaped output (3%) is another critical weakness. This indicates that a large proportion of data output by the plugin is vulnerable to Cross-Site Scripting (XSS) attacks, which could compromise user sessions and inject malicious scripts.

In conclusion, the plugin benefits from a limited attack surface and good database query practices. Nevertheless, the identified risks related to `unserialize` and widespread unescaped output represent significant security liabilities that require immediate attention. The lack of historical vulnerabilities is positive, but it does not mitigate the current inherent risks in the codebase.

Key Concerns

  • Unescaped output detected (3% properly escaped)
  • Dangerous function 'unserialize' used
Vulnerabilities
None known

Simple Social Bar Security Vulnerabilities

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

Simple Social Bar Code Analysis

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

Dangerous Functions Found

unserialize$button_meta = unserialize( $post->post_content );simplesocialbar.php:273

Output Escaping

3% escaped33 total outputs
Attack Surface

Simple Social Bar Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
filterthe_contentsimplesocialbar.php:111
actionadmin_menusimplesocialbar.php:113
actionwp_footersimplesocialbar.php:114
actionwp_print_scriptssimplesocialbar.php:115
actionwp_print_stylessimplesocialbar.php:116
actioninitsimplesocialbar.php:597
Maintenance & Trust

Simple Social Bar Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedAug 1, 2011
PHP min version
Downloads15K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple Social Bar Developer Profile

telepathy

5 plugins · 4K total installs

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

How We Detect Simple Social Bar

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-bar/css/simplesocialbar.css/wp-content/plugins/simple-social-bar/js/simplesocialbar.js
Script Paths
/wp-content/plugins/simple-social-bar/js/simplesocialbar.js
Version Parameters
simple-social-bar/css/simplesocialbar.css?ver=simple-social-bar/js/simplesocialbar.js?ver=

HTML / DOM Fingerprints

CSS Classes
simple-social-barsimplesocialbar-wrapper
HTML Comments
<!-- Simple Social Bar Start --><!-- Simple Social Bar End -->
Data Attributes
data-simplesocialbar-aligndata-simplesocialbar-id
JS Globals
simpleSocialBarConfig
FAQ

Frequently Asked Questions about Simple Social Bar