ShareMe Security & Risk Analysis

wordpress.org/plugins/share-me

Share-me is a simple social share plugin.

50 active installs v1.4.0 PHP + WP 3.0+ Updated Jun 6, 2017
iconspostssharesocial-networks
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is ShareMe Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "share-me" v1.4.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates excellent practices regarding SQL queries, utilizing prepared statements exclusively, and has no recorded vulnerability history, suggesting a history of stable and secure development.

However, significant concerns arise from the static analysis. The complete lack of output escaping is a critical flaw, presenting a high risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the presence of a shortcode which typically handles user-facing content. Additionally, the absence of nonce and capability checks across all identified entry points, including the shortcode, means that any functionality exposed through these could be exploited by unauthenticated or low-privileged users.

The taint analysis revealing a flow with unsanitized paths, even without a critical or high severity assigned, warrants attention. Coupled with the lack of output escaping, this unsanitized path could potentially be leveraged to inject malicious data that is later rendered insecurely. The plugin's strengths in SQL handling and vulnerability history are overshadowed by these fundamental security oversights in input validation and output sanitization.

Key Concerns

  • All outputs unescaped
  • No nonce checks
  • No capability checks
  • Flow with unsanitized paths
  • Shortcode without auth checks
Vulnerabilities
None known

ShareMe Security Vulnerabilities

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

ShareMe Code Analysis

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

SQL Query Safety

100% prepared32 total queries

Output Escaping

0% escaped15 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<admin-share-me> (admin-share-me.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

ShareMe Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[share_me] share-me.php:35
WordPress Hooks 6
actionsave_postadmin-share-me.php:28
actionwp_enqueue_scriptsshare-me.php:31
actionadmin_menushare-me.php:32
actionwp_headshare-me.php:33
actionadmin_enqueue_scriptsshare-me.php:34
filterthe_contentshare-me.php:42
Maintenance & Trust

ShareMe Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedJun 6, 2017
PHP min version
Downloads6K

Community Trust

Rating76/100
Number of ratings5
Active installs50
Developer Profile

ShareMe Developer Profile

tarek.chida

1 plugin · 50 total installs

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

How We Detect ShareMe

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

Asset Fingerprints

Asset Paths
/assets/css/style.css/assets/js/scripts.js/assets/css/admin-style.css
Script Paths
/assets/js/scripts.js

HTML / DOM Fingerprints

CSS Classes
share-meshare-leftshare-rightshare-upshare-down
Data Attributes
id='share-me'
Shortcode Output
<div id='share-me'><ul class='share-
FAQ

Frequently Asked Questions about ShareMe