WP Tweetbox Security & Risk Analysis

wordpress.org/plugins/wp-tweetbox

WP Tweetbox adds a highly customizable Tweetbox at the end of blog posts and pages. Tweets are branded with your own website URL.

10 active installs v0.1 PHP + WP 2.9.2+ Updated Aug 26, 2010
socialsocial-bookmarkingsocial-media-sharingsocial-networkstwitter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Tweetbox Safe to Use in 2026?

Generally Safe

Score 85/100

WP Tweetbox 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 "wp-tweetbox" v0.1 plugin exhibits a mixed security posture. On the positive side, the static analysis reveals no known vulnerabilities in its history and a deliberate lack of complex attack surface points like AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, it demonstrates good practices by utilizing prepared statements for all SQL queries and including nonce and capability checks, indicating some level of security awareness in its development.

However, a significant concern arises from the complete lack of proper output escaping. With 16 total outputs and 0% properly escaped, this creates a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. Any user-supplied data or dynamically generated content that is displayed to users without sanitization or escaping is a potential vector for malicious code injection. While taint analysis showed no flows with unsanitized paths, this is likely due to the extremely limited scope of the analysis (0 flows analyzed), not necessarily the absence of risk.

In conclusion, while the plugin avoids common pitfalls like unpatched CVEs and raw SQL queries, the pervasive output escaping issue is a critical weakness. The absence of a large attack surface is a strength, but it is overshadowed by the vulnerability to XSS due to the lack of output sanitization. This plugin should be updated to address the output escaping concerns before deployment in any production environment.

Key Concerns

  • No properly escaped output found
  • Limited taint analysis coverage
Vulnerabilities
None known

WP Tweetbox Security Vulnerabilities

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

WP Tweetbox Code Analysis

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

Output Escaping

0% escaped16 total outputs
Attack Surface

WP Tweetbox Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
filterthe_contentwp-tweetbox.php:48
actionwp_headwp-tweetbox.php:57
actionadmin_menuwp-tweetbox.php:163
actionadmin_initwp-tweetbox.php:170
actionadmin_menuwp-tweetbox.php:400
actionsave_postwp-tweetbox.php:401
Maintenance & Trust

WP Tweetbox Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedAug 26, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Tweetbox Developer Profile

Riyaz

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 WP Tweetbox

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-tweetbox/images/riyaznet.ico

HTML / DOM Fingerprints

CSS Classes
wptb-tweetbox
JS Globals
twttrWPTB
Shortcode Output
<div id="wptb-tweetbox"></div>
FAQ

Frequently Asked Questions about WP Tweetbox