Simple Share Follow Button Security & Risk Analysis

wordpress.org/plugins/simple-share-follow-button

Displays the Share button and Follow button.

10 active installs v1.10 PHP 8.0+ WP 6.6+ Updated Unknown
followshare
100
A · Safe
CVEs total1
Unpatched0
Last CVEAug 2, 2023
Safety Verdict

Is Simple Share Follow Button Safe to Use in 2026?

Generally Safe

Score 100/100

Simple Share Follow Button has a strong security track record. Known vulnerabilities have been patched promptly. It's a solid choice for most WordPress installations.

1 known CVELast CVE: Aug 2, 2023
Risk Assessment

The "simple-share-follow-button" plugin v1.10 presents a mixed security picture. On the positive side, the static analysis reveals a commendably small attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events that are directly exposed to users. Furthermore, all identified output is properly escaped, and there are no detected dangerous functions, file operations, or external HTTP requests, which are good security indicators. The taint analysis also shows no critical or high-severity issues, suggesting a lack of easily exploitable data flow vulnerabilities within the analyzed code paths.

However, there are significant areas of concern, primarily stemming from the vulnerability history and the approach to database interactions. The plugin has a documented history of a medium-severity Cross-Site Scripting (XSS) vulnerability, which indicates a past weakness in input sanitization or output escaping, even though the latest scan reports 100% proper escaping. The presence of a SQL query that does not use prepared statements is a notable risk, as it opens the door to SQL injection vulnerabilities, especially if user-supplied data is incorporated into that query without proper sanitization. The complete absence of nonce checks and capability checks across any entry points is also a critical oversight, leaving the plugin potentially vulnerable to CSRF attacks or unauthorized actions if any form of interaction were to be introduced in future versions or if undocumented entry points exist.

In conclusion, while the plugin has a clean slate regarding critical static analysis findings and an absence of currently unpatched CVEs, the historical XSS vulnerability and the use of raw SQL queries without prepared statements are significant red flags. The lack of robust authentication and authorization checks (nonces and capabilities) on its existing, albeit small, attack surface is a considerable weakness that could be exploited in conjunction with any future functional additions. Users should be aware of these potential risks, especially concerning data integrity and potential for unauthorized actions.

Key Concerns

  • SQL queries without prepared statements
  • Medium severity CVE in history
  • No nonce checks
  • No capability checks
Vulnerabilities
1 published

Simple Share Follow Button Security Vulnerabilities

CVEs by Year

1 CVE in 2023
2023
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

WF-ed98d335-16f9-4be8-bace-06e2b5db4cb9-simple-share-follow-buttonmedium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Simple Share Follow Button <= 1.03 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode

Aug 2, 2023 Patched in 1.04 (174d)
Version History

Simple Share Follow Button Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

Simple Share Follow Button Code Analysis

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

SQL Query Safety

0% prepared1 total queries
Attack Surface

Simple Share Follow Button Attack Surface

Entry Points0
Unprotected0
Maintenance & Trust

Simple Share Follow Button Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedUnknown
PHP min version8.0
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple Share Follow Button Developer Profile

Katsushi Kawamori

54 plugins · 56K total installs

79
trust score
Avg Security Score
100/100
Avg Patch Time
178 days
View full developer profile
Detection Fingerprints

How We Detect Simple Share Follow Button

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-share-follow-button/public/css/sf.css/wp-content/plugins/simple-share-follow-button/public/js/sf.js
Script Paths
/wp-content/plugins/simple-share-follow-button/public/js/sf.js
Version Parameters
simple-share-follow-button/public/css/sf.css?ver=simple-share-follow-button/public/js/sf.js?ver=

HTML / DOM Fingerprints

CSS Classes
sf-share-buttonsf-follow-buttonsf-buttons
Data Attributes
data-sf-titledata-sf-urldata-sf-imgdata-sf-description
JS Globals
sf_share_buttonssf_follow_buttons
Shortcode Output
[simple_share][simple_follow]
FAQ

Frequently Asked Questions about Simple Share Follow Button