GloDer RSS Security & Risk Analysis

wordpress.org/plugins/gloder-rss

A plugin to add a sidebar widget for RSS feeds of the current site.

10 active installs v1.1 PHP + WP 3.0+ Updated May 19, 2014
rss-feedssidebar-widget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is GloDer RSS Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "gloder-rss" plugin v1.1 exhibits a mixed security posture. On the positive side, the absence of known CVEs, no recorded past vulnerabilities, and the use of prepared statements for all SQL queries are strong indicators of a relatively secure development history and current state. The plugin also shows no file operations or external HTTP requests, which can be common vectors for vulnerabilities.

However, significant concerns arise from the static code analysis. The presence of the `create_function` function is a critical red flag, as it is deprecated and can lead to code injection vulnerabilities if used with user-supplied input. Furthermore, a very low percentage (13%) of output is properly escaped, posing a substantial risk of Cross-Site Scripting (XSS) attacks. The complete lack of nonce and capability checks, coupled with zero AJAX handlers and REST API routes that require authentication, means that any future additions or even current, albeit undetected, entry points could be exploited without proper authorization or validation.

While the plugin currently has a small attack surface and no documented vulnerabilities, the identified code quality issues are serious. The `create_function` usage and widespread unescaped output create a precarious situation where a single misconfiguration or addition of a user-input-driven feature could lead to critical security flaws. The lack of security checks in general suggests a development approach that does not prioritize security best practices, which is concerning for long-term stability and safety.

Key Concerns

  • Presence of dangerous function create_function
  • Low output escaping (13%)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

GloDer RSS Security Vulnerabilities

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

GloDer RSS Release Timeline

v1.2
v1.1Current
v1.0
Code Analysis
Analyzed Mar 16, 2026

GloDer RSS Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
7
1 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("GloDerRSS");'));gloder-rss.php:72

Output Escaping

13% escaped8 total outputs
Attack Surface

GloDer RSS Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initgloder-rss.php:72
Maintenance & Trust

GloDer RSS Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedMay 19, 2014
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

GloDer RSS Developer Profile

andrewfrazier

2 plugins · 20 total installs

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

How We Detect GloDer RSS

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
widefat
Data Attributes
id="name="
Shortcode Output
<ul><li><a href="Syndicate this site using RSS 2.0Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li><li><a href="The latest comments to all posts in RSS
FAQ

Frequently Asked Questions about GloDer RSS