pbSocialNetworks Security & Risk Analysis

wordpress.org/plugins/pbsocialnetworks

pbSocialNetworks is a powerful Plugin that helps you to integrate social netwok buttons + widgets and track your social media traffic!

10 active installs v1.1.3 PHP + WP 3.0+ Updated Dec 16, 2016
adminpostpostssidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is pbSocialNetworks Safe to Use in 2026?

Generally Safe

Score 85/100

pbSocialNetworks 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 plugin "pbsocialnetworks" v1.1.3 presents a mixed security posture. On the positive side, it has a very small attack surface with only one shortcode, and importantly, no direct AJAX handlers or REST API routes that are exposed without authentication. The vulnerability history is also clean, with no recorded CVEs, suggesting a history of responsible development or simply a lack of past discoveries. Furthermore, the presence of nonces and capability checks, along with a decent percentage of SQL queries using prepared statements, indicates some adherence to security best practices.

However, significant concerns arise from the static analysis. The presence of the `create_function` function is a major red flag, as it can lead to serious vulnerabilities if not handled with extreme care. More critically, the taint analysis reveals two flows with unsanitized paths, classified as high severity. This strongly suggests potential for injection vulnerabilities where user-supplied data could be used in a dangerous manner. Compounding this, none of the output is properly escaped, creating a high risk of Cross-Site Scripting (XSS) attacks across all its output points. The vulnerability history, while currently clean, doesn't negate the risks identified in the code itself. The clean history could be a temporary state, and the identified code weaknesses pose immediate threats.

In conclusion, while the plugin has a small attack surface and a clean vulnerability history, the identified high-severity taint flows and the complete lack of output escaping represent significant, exploitable risks. The use of `create_function` also adds to the potential for vulnerabilities. These issues significantly outweigh the positive aspects, making the plugin a moderate to high risk until these specific code weaknesses are addressed.

Key Concerns

  • High severity taint flows
  • All outputs unescaped (XSS risk)
  • Use of dangerous function create_function
  • SQL queries with low prepared statement usage
Vulnerabilities
None known

pbSocialNetworks Security Vulnerabilities

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

pbSocialNetworks Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("pbsn_likebox");'));pbWidgets.php:53
create_functionadd_action('widgets_init', create_function('', 'return register_widget("pbsn_activityfeed");'));pbWidgets.php:104
create_functionadd_action('widgets_init', create_function('', 'return register_widget("pbsn_recommendations");'));pbWidgets.php:152
create_functionadd_action('widgets_init', create_function('', 'return register_widget("pbsn_subscribebtn");'));pbWidgets.php:197
create_functionadd_action('widgets_init', create_function('', 'return register_widget("pbsn_lasttweet");'));pbWidgets.php:257

SQL Query Safety

45% prepared11 total queries

Output Escaping

0% escaped99 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
StatsPage (pbStats.php:65)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

pbSocialNetworks Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[pbsn] pbSocialNetworks.php:35
WordPress Hooks 16
actionplugins_loadedpbSocialNetworks.php:26
actioninitpbSocialNetworks.php:41
actionadmin_menupbSocialNetworks.php:47
actionadmin_initpbSocialNetworks.php:48
actionadmin_print_scriptspbSocialNetworks.php:49
actionadmin_print_stylespbSocialNetworks.php:50
actionadd_meta_boxespbSocialNetworks.php:51
actionsave_postpbSocialNetworks.php:52
actionwp_headpbSocialNetworks.php:61
actionwp_footerpbSocialNetworks.php:62
filterthe_contentpbSocialNetworks.php:65
actionwidgets_initpbWidgets.php:53
actionwidgets_initpbWidgets.php:104
actionwidgets_initpbWidgets.php:152
actionwidgets_initpbWidgets.php:197
actionwidgets_initpbWidgets.php:257
Maintenance & Trust

pbSocialNetworks Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedDec 16, 2016
PHP min version
Downloads5K

Community Trust

Rating90/100
Number of ratings2
Active installs10
Developer Profile

pbSocialNetworks Developer Profile

PascalBajorat

3 plugins · 8K total installs

93
trust score
Avg Security Score
90/100
Avg Patch Time
4 days
View full developer profile
Detection Fingerprints

How We Detect pbSocialNetworks

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/pbsocialnetworks/css/pbSocialNetworks.css/wp-content/plugins/pbsocialnetworks/css/visualize.css/wp-content/plugins/pbsocialnetworks/js/excanvas.js/wp-content/plugins/pbsocialnetworks/js/visualize.jQuery.js
Script Paths
/wp-content/plugins/pbsocialnetworks/js/excanvas.js/wp-content/plugins/pbsocialnetworks/js/visualize.jQuery.js
Version Parameters
pbsocialnetworks/css/pbSocialNetworks.css?ver=pbsocialnetworks/css/visualize.css?ver=pbsocialnetworks/js/excanvas.js?ver=pbsocialnetworks/js/visualize.jQuery.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- This Websites uses pbSocialNetworks Pro by Pascal-Bajorat.com to include and display Social Media Buttons: visit pbSocialNetworks.Pascal-Bajorat.com -->
Shortcode Output
[pbsn]
FAQ

Frequently Asked Questions about pbSocialNetworks