Rotating Links Widget Security & Risk Analysis

wordpress.org/plugins/rotating-links-widget

This plugin add widget which displays random links on your website.

20 active installs v0.1 PHP + WP 2.8+ Updated Aug 22, 2010
blogrolllinksrandomrotaterotating
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Rotating Links Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Rotating Links 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 "rotating-links-widget" plugin version 0.1 presents a mixed security posture. On the positive side, it has a very small attack surface with no exposed AJAX handlers, REST API routes, shortcodes, or cron events that are not properly secured. Furthermore, all identified SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which are common vectors for exploitation. The lack of any recorded vulnerabilities in its history is also a good sign.

However, significant concerns exist due to specific code signals. The presence of the `create_function` function is a critical red flag, as it is deprecated and considered insecure due to potential for arbitrary code execution if used with user-supplied input. Additionally, the output escaping is very poor, with only 31% of outputs properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. The complete absence of nonce checks and capability checks across all entry points, combined with the identified use of `create_function` and poor output escaping, creates a dangerous environment for potential attacks.

In conclusion, while the plugin benefits from a limited attack surface and secure SQL practices, the insecure use of `create_function` and widespread lack of output escaping represent severe security weaknesses that outweigh its strengths. The absence of past vulnerabilities might be due to the plugin's obscurity or limited usage, rather than inherent robust security.

Key Concerns

  • Use of create_function
  • Poor output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Rotating Links Widget Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Rotating Links Widget Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

Rotating Links Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
22
10 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("Rotating_Links_Widget");'));rotating-links-widget.php:106

Output Escaping

31% escaped32 total outputs
Attack Surface

Rotating Links Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initrotating-links-widget.php:106
Maintenance & Trust

Rotating Links Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedAug 22, 2010
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Rotating Links Widget Developer Profile

JohnnyPea

8 plugins · 140 total installs

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

How We Detect Rotating Links Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
rotlinkcat
Data Attributes
id="rotate_links-'
FAQ

Frequently Asked Questions about Rotating Links Widget