Social Media Pack – Twitter Module Security & Risk Analysis

wordpress.org/plugins/smp-twitter-module-oauth

The social media pack automatically sends your wordpress posts onto twitter

10 active installs v1.2 PHP + WP + Updated Aug 11, 2010
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Social Media Pack – Twitter Module Safe to Use in 2026?

Generally Safe

Score 85/100

Social Media Pack – Twitter Module has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 15yr ago
Risk Assessment

The smp-twitter-module-oauth plugin version 1.2 presents a mixed security posture. While it boasts a zero-attack surface in terms of exposed AJAX handlers, REST API routes, shortcodes, and cron events, which is a significant positive, several concerning code signals and taint analysis results indicate potential weaknesses.

The presence of the `unserialize` function, a known dangerous function, is a critical concern. This, coupled with a high-severity taint flow with an unsanitized path, strongly suggests a potential for remote code execution or other severe vulnerabilities if an attacker can control the data being unserialized or passed through the unsanitized path. Furthermore, the lack of output escaping on all identified outputs is a major vulnerability, opening the door to cross-site scripting (XSS) attacks.

The plugin has a clean vulnerability history with no recorded CVEs. This is a good sign, suggesting that the developers have either been diligent in past development or the plugin has not been a significant target for exploitation. However, the lack of known vulnerabilities does not negate the risks identified in the static and taint analysis, which highlight inherent dangers within the current codebase. The complete absence of nonce checks and a single capability check are also areas of concern, especially given the potential for insecure function usage.

In conclusion, while the plugin's minimal attack surface is commendable, the critical risks associated with `unserialize`, unsanitized taint flows, and lack of output escaping cannot be overlooked. The absence of known vulnerabilities is a positive but should not lead to complacency given these internal code weaknesses. Developers should prioritize addressing these identified issues.

Key Concerns

  • Dangerous function 'unserialize' present
  • High severity taint flow with unsanitized path
  • Output escaping not properly implemented (0%)
  • No nonce checks
  • Only 1 capability check found
  • SQL queries with potential for injection (40% prepared)
Vulnerabilities
None known

Social Media Pack – Twitter Module Security Vulnerabilities

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

Social Media Pack – Twitter Module Code Analysis

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

Dangerous Functions Found

unserialize$access_token = unserialize($access_token->access_token);socialmediapack.php:78
unserialize$access_token = unserialize($access_token->access_token);socialmediapack.php:148

SQL Query Safety

40% prepared5 total queries

Output Escaping

0% escaped4 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

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

Social Media Pack – Twitter Module Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_menusocialmediapack.php:29
actionpublish_postsocialmediapack.php:30
Maintenance & Trust

Social Media Pack – Twitter Module Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedAug 11, 2010
PHP min version
Downloads10K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Alternatives

Social Media Pack – Twitter Module Alternatives

No alternatives data available yet.

Developer Profile

Social Media Pack – Twitter Module Developer Profile

socialmediapack

1 plugin · 10 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 Media Pack – Twitter Module

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/smp-twitter-module-oauth/twitterFramework/twitteroauth.php

HTML / DOM Fingerprints

HTML Comments
<!-- window.location = "
JS Globals
window.location
FAQ

Frequently Asked Questions about Social Media Pack – Twitter Module