Twitter Hash Tag Widget Security & Risk Analysis

wordpress.org/plugins/twitter-hash-tag-widget

A widget for displaying the most recent twitter status updates for a particular hash tag.

20 active installs v1.1 PHP + WP 2.8+ Updated May 25, 2010
hashtagtwittertwitter-hash-tag-widgetwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Twitter Hash Tag Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Twitter Hash Tag Widget 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 "twitter-hash-tag-widget" v1.1 plugin exhibits a mixed security posture. On the positive side, it has no recorded vulnerabilities (CVEs) and utilizes prepared statements for all its SQL queries, which is a strong defense against SQL injection. The absence of file operations and external HTTP requests also reduces the attack surface in those areas. However, several concerning findings are present in the static analysis. The use of the `create_function` is a significant security risk, as it's a deprecated and dangerous function that can lead to arbitrary code execution if improperly handled. Furthermore, the low percentage of properly escaped output (24%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. The lack of nonce and capability checks across all entry points is another major concern, making it susceptible to various attacks if any entry points are discovered or created.

The plugin's vulnerability history is clean, which is encouraging, suggesting a potentially good development practice in the past or a lack of targeted discovery. However, the static analysis reveals inherent weaknesses that could be exploited. The absence of any taint flows analyzed is a neutral point; it could mean no flows were found or that the analysis was incomplete. The overall security is compromised by the presence of `create_function` and insufficient output escaping, despite the good practices in SQL handling and lack of CVEs.

Key Concerns

  • Presence of dangerous function create_function
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Twitter Hash Tag Widget Security Vulnerabilities

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

Twitter Hash Tag Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("WP_Widget_Twitter_Hash_Tag")twitter-hash-tag-widget.php:122

Output Escaping

24% escaped25 total outputs
Attack Surface

Twitter Hash Tag Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_inittwitter-hash-tag-widget.php:122
Maintenance & Trust

Twitter Hash Tag Widget Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedMay 25, 2010
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Twitter Hash Tag Widget Developer Profile

Matt Martz

12 plugins · 5K total installs

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

How We Detect Twitter Hash Tag Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
twitter-hash-tag-widgetview-all
HTML Comments
<!--{$raw_response->errors['http_request_failed'][0]}-->
FAQ

Frequently Asked Questions about Twitter Hash Tag Widget