Social Media Engine Security & Risk Analysis

wordpress.org/plugins/social-media-engine

Social follow links shortcode. Built on FontAwesome icons. 30 social networks supported: 500px, behance, bitbucket, delicious, deviantart, digg, drib …

40 active installs v1.0.2 PHP + WP 4.0+ Updated Nov 5, 2016
follow-linkssocialsocial-bookmarkssocial-linkssocial-networking
64
C · Use Caution
CVEs total1
Unpatched1
Last CVEJan 14, 2025
Safety Verdict

Is Social Media Engine Safe to Use in 2026?

Use With Caution

Score 64/100

Social Media Engine has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Jan 14, 2025Updated 9yr ago
Risk Assessment

The "social-media-engine" plugin v1.0.2 exhibits a mixed security posture. While the static analysis reveals no directly exploitable attack vectors through AJAX or REST API endpoints, and all SQL queries use prepared statements, significant concerns arise from the complete lack of output escaping. This indicates a high probability of Cross-Site Scripting (XSS) vulnerabilities, where user-supplied input could be injected and executed within the browser. The absence of nonce checks and capability checks on the single identified shortcode entry point further exacerbates this risk, as it implies that actions triggered by the shortcode might not be properly authorized or protected against CSRF attacks.

The vulnerability history shows a known medium severity vulnerability of the Cross-Site Scripting type, which aligns with the concerns raised by the static analysis regarding output escaping. The fact that this vulnerability is currently unpatched is a critical red flag, indicating an immediate risk to users of this plugin. The consistent pattern of XSS vulnerabilities suggests a recurring lack of secure coding practices in handling user input and rendering output within the plugin.

In conclusion, while the plugin avoids some common pitfalls like raw SQL queries and a broad attack surface, the critical issues of unescaped output and an unpatched XSS vulnerability present a substantial security risk. The absence of essential security checks like nonces and capability checks on its entry point further weakens its security posture. Users should exercise extreme caution and consider updating to a patched version if available, or otherwise avoid using this plugin until these critical issues are addressed.

Key Concerns

  • Unpatched medium CVE (XSS)
  • 0% proper output escaping
  • 0 Nonce checks
  • 0 Capability checks
Vulnerabilities
1

Social Media Engine Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-22749medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Social Media Engine <= 1.0.2 - Authenticated (Contributor+) Stored Cross-Site Scripting

Jan 14, 2025Unpatched
Code Analysis
Analyzed Mar 16, 2026

Social Media Engine Code Analysis

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

Output Escaping

0% escaped33 total outputs
Attack Surface

Social Media Engine Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[sme_social_links] social-media-engine.php:245
WordPress Hooks 1
actionwp_enqueue_scriptssocial-media-engine.php:38
Maintenance & Trust

Social Media Engine Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedNov 5, 2016
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Social Media Engine Developer Profile

ThemesCraft.co

1 plugin · 40 total installs

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

How We Detect Social Media Engine

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/social-media-engine/css/style.css/wp-content/plugins/social-media-engine/font-awesome/css/font-awesome.css

HTML / DOM Fingerprints

CSS Classes
sme-social-follow
Shortcode Output
<div class="sme-social-follow<li><a href=<i class="fa fa-500px"></i><i class="fa fa-behance"></i>
FAQ

Frequently Asked Questions about Social Media Engine