Social Bookmarks Security & Risk Analysis

wordpress.org/plugins/social-bookmarks

It adds a list of XHTML graphic links at the end of your posts/pages that allow your visitors to easily submit them to bookmarking social sites.

80 active installs v4.1.6 PHP + WP 2.5.1+ Updated Mar 5, 2010
bookmarkslinkssocial
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Social Bookmarks Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "social-bookmarks" plugin version 4.1.6 exhibits a mixed security posture. On the positive side, the static analysis reveals a zero attack surface in terms of AJAX handlers, REST API routes, shortcodes, and cron events, with no entry points identified as unprotected. This indicates a good design practice in limiting direct interaction vectors. Furthermore, the absence of known CVEs and historical vulnerabilities suggests a relatively stable and well-maintained codebase in terms of discovered exploits.

However, significant concerns arise from the code analysis. The plugin performs all its SQL queries without using prepared statements, presenting a high risk of SQL injection vulnerabilities. Additionally, a substantial portion of its output is not properly escaped, leading to potential Cross-Site Scripting (XSS) vulnerabilities. The complete lack of nonce and capability checks on any entry points, although the entry points themselves are zero, still points to a general disregard for input validation and authorization mechanisms. The file operation usage also warrants attention without further context. The taint analysis yielding zero flows is positive but might be limited by the analysis depth given the other identified code weaknesses.

In conclusion, while the plugin benefits from a lack of known vulnerabilities and a minimal attack surface, the raw SQL queries and unescaped output represent critical security weaknesses that could be exploited. The absence of security checks like nonces and capability checks is also a concern that needs addressing. The plugin is recommended for immediate review and remediation of the identified SQL and XSS risks.

Key Concerns

  • All SQL queries use raw SQL, no prepared statements
  • 0% of outputs are properly escaped
  • 0 Nonce checks
  • 0 Capability checks
Vulnerabilities
None known

Social Bookmarks Security Vulnerabilities

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

Social Bookmarks Code Analysis

Dangerous Functions
0
Raw SQL Queries
4
0 prepared
Unescaped Output
18
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
2
External Requests
0
Bundled Libraries
0

SQL Query Safety

0% prepared4 total queries

Output Escaping

0% escaped18 total outputs
Attack Surface

Social Bookmarks Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionadmin_headsocial_view_admin.php:44
actionadmin_menusocial_view_admin.php:47
actionplugins_loadedsocial_view_public.php:38
actionwp_headsocial_view_public.php:62
filterthe_contentsocial_view_public.php:77
filterthe_excerptsocial_view_public.php:80
Maintenance & Trust

Social Bookmarks Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedMar 5, 2010
PHP min version
Downloads111K

Community Trust

Rating0/100
Number of ratings0
Active installs80
Developer Profile

Social Bookmarks Developer Profile

apostolis

2 plugins · 150 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 Bookmarks

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/social-bookmarks/social_bookmarks.css/wp-content/plugins/social-bookmarks/social_bookmarks.js
Script Paths
/wp-content/plugins/social-bookmarks/social_bookmarks.js
Version Parameters
social-bookmarks/social_bookmarks.css?ver=social-bookmarks/social_bookmarks.js?ver=

HTML / DOM Fingerprints

CSS Classes
sb_social_bookmark_list
HTML Comments
<!-- Social Bookmarks by Apostolos Dountsis -->
Data Attributes
data-sbb_tooltip_textdata-sbb_target
JS Globals
sbb_ajax_dropdown_enabledsbb_ajax_dropdown_hidesbb_ajax_dropdown_speed
Shortcode Output
[social_bookmarks]
FAQ

Frequently Asked Questions about Social Bookmarks