Blogroll Widget with RSS Feeds Security & Risk Analysis

wordpress.org/plugins/blogroll-rss-widget

Displays the recent posts of your blogroll links via RSS Feeds in a customizable sidebar widget

200 active installs v2.2 PHP + WP 2.8+ Updated Aug 3, 2013
blogrollbookmarkslast-postlinksrecent-post
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Blogroll Widget with RSS Feeds Safe to Use in 2026?

Generally Safe

Score 85/100

Blogroll Widget with RSS Feeds 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 blogroll-rss-widget v2.2 plugin exhibits a mixed security posture. On the positive side, there are no known vulnerabilities (CVEs) associated with this plugin, and the code analysis shows that all SQL queries utilize prepared statements, which is a strong defense against SQL injection. Additionally, the absence of external HTTP requests, shortcodes, cron events, and REST API routes suggests a limited attack surface. However, several significant concerns are present. The static analysis reveals the use of the deprecated and insecure `create_function` function, which can be a vector for code injection if not handled with extreme care. Furthermore, a critically low percentage (4%) of output is properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The complete lack of nonce checks and capability checks on any potential entry points, coupled with the presence of the `create_function` function, creates a dangerous combination. While the plugin currently has no known CVEs and a seemingly small attack surface, the identified code quality issues and lack of fundamental security checks leave it vulnerable to exploitation.

Key Concerns

  • Dangerous function 'create_function' used
  • Low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Blogroll Widget with RSS Feeds Security Vulnerabilities

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

Blogroll Widget with RSS Feeds Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("Blogroll_Widget_RSS");'));blogroll-widget-rss.php:330
create_functionadd_filter( 'wp_feed_cache_transient_lifetime', create_function( '$a', 'return 1800;' ) );blogroll-widget-rss.php:408
create_functionremove_filter( 'wp_feed_cache_transient_lifetime', create_function( '$a', 'return 1800;' ) );blogroll-widget-rss.php:537

SQL Query Safety

100% prepared1 total queries

Output Escaping

4% escaped68 total outputs
Attack Surface

Blogroll Widget with RSS Feeds Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwidgets_initblogroll-widget-rss.php:330
filterwp_feed_cache_transient_lifetimeblogroll-widget-rss.php:408
Maintenance & Trust

Blogroll Widget with RSS Feeds Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedAug 3, 2013
PHP min version
Downloads53K

Community Trust

Rating100/100
Number of ratings1
Active installs200
Developer Profile

Blogroll Widget with RSS Feeds Developer Profile

Jan Teriete

3 plugins · 1K total installs

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

How We Detect Blogroll Widget with RSS Feeds

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/blogroll-rss-widget/blogroll-rss-widget.css/wp-content/plugins/blogroll-rss-widget/blogroll-rss-widget.js
Version Parameters
blogroll-rss-widget/blogroll-rss-widget.css?ver=blogroll-rss-widget/blogroll-rss-widget.js?ver=

HTML / DOM Fingerprints

CSS Classes
blogroll_widget_rss
FAQ

Frequently Asked Questions about Blogroll Widget with RSS Feeds