TweetMeme Button Security & Risk Analysis

wordpress.org/plugins/tweetmeme-button

The TweetMeme Retweet button is the defacto standard in retweeting - used by some of the biggest websites in the world including Techcrunch.

30 active installs v1.8.2 PHP + WP 2.7.2+ Updated May 13, 2010
buttonretweettweetmemetwittervoting
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is TweetMeme Button Safe to Use in 2026?

Generally Safe

Score 85/100

TweetMeme Button 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 tweetmeme-button plugin v1.8.2 exhibits a concerning security posture primarily due to its unprotected AJAX handler. The static analysis reveals that out of one total entry point, one AJAX handler is exposed without any authentication checks. This is a significant weakness as it allows any unauthenticated user to interact with this part of the plugin, potentially triggering unintended actions or revealing sensitive information depending on the handler's functionality.

While the plugin demonstrates good practices in other areas, such as using prepared statements for all SQL queries and not bundling libraries, the lack of output escaping across all identified outputs is another red flag. This suggests a potential for Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is not properly sanitized before being displayed. The taint analysis, though showing no critical or high severity unsanitized flows, is limited by the number of flows analyzed and the overall lack of comprehensive checks, meaning vulnerabilities might still exist that were not detected.

The plugin's vulnerability history is clean, with no recorded CVEs. This is a positive indicator of past security diligence. However, the current static analysis findings, particularly the unprotected AJAX endpoint and widespread lack of output escaping, outweigh the clean history. The plugin has a small attack surface, but the unprotected nature of its sole entry point is a critical flaw. Future development should prioritize implementing nonce and capability checks for all AJAX handlers and ensuring all output is properly escaped.

Key Concerns

  • Unprotected AJAX handler
  • No output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

TweetMeme Button Security Vulnerabilities

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

TweetMeme Button Code Analysis

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

Output Escaping

0% escaped20 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
tm_ajax_elev_lookup (analytics.php:134)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

TweetMeme Button Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_tm_ajax_elev_lookuptweetmeme.php:452
WordPress Hooks 7
actionadmin_menutweetmeme.php:426
actionadmin_inittweetmeme.php:427
filterthe_contenttweetmeme.php:444
filterget_the_excerpttweetmeme.php:445
actionpublish_posttweetmeme.php:447
actionwp_headtweetmeme.php:449
actionadmin_print_scriptstweetmeme.php:451
Maintenance & Trust

TweetMeme Button Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedMay 13, 2010
PHP min version
Downloads9K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

TweetMeme Button Developer Profile

siddhartagautam

1 plugin · 30 total installs

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

How We Detect TweetMeme Button

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/tweetmeme-button/tweetmeme_button.css
Script Paths
http://api.tweetmeme.com/button.js
Version Parameters
tweetmeme-button/tweetmeme_button.css?ver=

HTML / DOM Fingerprints

CSS Classes
tweetmeme_button
Data Attributes
data-url
Shortcode Output
<div class="tweetmeme_button" style="<iframe src="http://api.tweetmeme.com/button.js<img src="http://api.tweetmeme.com/imagebutton.gif
FAQ

Frequently Asked Questions about TweetMeme Button