StatusNet Widget Security & Risk Analysis

wordpress.org/plugins/statusnet-widget

StatusNet Widget provides a widget to pull your status from StatusNet sites like identi.ca. Multiple sources are supported.

10 active installs v0.5 PHP + WP 2.8+ Updated Unknown
identicastatusnetwidget
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is StatusNet Widget Safe to Use in 2026?

Generally Safe

Score 100/100

StatusNet Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The statusnet-widget plugin version 0.5 exhibits a mixed security posture. On the positive side, the plugin has no recorded vulnerabilities or CVEs, and it demonstrates good practice by using prepared statements for all SQL queries. It also doesn't perform file operations or external HTTP requests, reducing common attack vectors. However, significant concerns arise from the static analysis. The presence of a `create_function` call is a direct indicator of potential for code injection vulnerabilities if user input is ever used within it. Furthermore, a substantial portion (71%) of output is not properly escaped, posing a clear risk of Cross-Site Scripting (XSS) vulnerabilities, especially if any dynamic content is displayed to users without sanitization. The lack of nonce checks and capability checks across all identified entry points (even though the attack surface appears small) is a critical oversight, leaving any potential future exposed functionalities vulnerable to CSRF and unauthorized access.

The absence of any historical vulnerabilities is encouraging, suggesting that past development might have been diligent or that the plugin has had limited exposure. However, this doesn't negate the immediate risks identified in the current code. The strengths lie in its clean record and SQL handling, but these are overshadowed by the identified code injection and XSS risks due to unescaped output and the use of `create_function`. The lack of any security checks on its entry points, however minimal they may be, is a significant weakness. This plugin requires immediate attention to address the identified code injection and XSS vulnerabilities to achieve a more secure state.

Key Concerns

  • Dangerous function used (create_function)
  • High percentage of unescaped output
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

StatusNet Widget Security Vulnerabilities

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

StatusNet Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("StatusNetWidget");'));statusnet-widget.php:221

Output Escaping

29% escaped38 total outputs
Attack Surface

StatusNet Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterwp_feed_cache_transient_lifetimestatusnet-widget.php:129
actionwidgets_initstatusnet-widget.php:221
actionwp_print_stylesstatusnet-widget.php:224
Maintenance & Trust

StatusNet Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedUnknown
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

StatusNet Widget Developer Profile

zhenech

2 plugins · 20 total installs

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

How We Detect StatusNet Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/statusnet-widget/css/style.css

HTML / DOM Fingerprints

CSS Classes
statusnet
Data Attributes
id="statusnet-widget-title"name="statusnet-widget-title"id="statusnet-widget-merged"name="statusnet-widget-merged"id="statusnet-widget-prefer_content"name="statusnet-widget-prefer_content"+6 more
FAQ

Frequently Asked Questions about StatusNet Widget