News In Stack Widget Security & Risk Analysis

wordpress.org/plugins/news-in-stack-widget

Just another recent post widget. Simple but flexible.

10 active installs v1.3.1 PHP + WP 3.0+ Updated Mar 5, 2015
categoriescategoryrecent-poststagtags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is News In Stack Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The news-in-stack-widget plugin v1.3.1 presents a mixed security posture. On one hand, the absence of known CVEs and a lack of recorded vulnerabilities suggest a history of responsible development and maintenance. The static analysis also indicates a clean record regarding SQL queries, with 100% using prepared statements, and no file operations or external HTTP requests, which are positive security indicators.

However, several significant concerns emerge from the code analysis. The presence of the deprecated and inherently insecure `create_function` function is a critical red flag, as it can be easily exploited for arbitrary code execution if any user-controlled input is passed to it. Furthermore, only 25% of output is properly escaped, leaving a substantial portion vulnerable to Cross-Site Scripting (XSS) attacks. The complete lack of nonce checks and capability checks, especially given the plugin's potential to interact with the WordPress environment, creates an open door for various unauthorized actions and privilege escalation if any of its entry points (though currently zero) were to become exposed or if the plugin were extended.

In conclusion, while the plugin has a clean vulnerability history, the identified code-level weaknesses, particularly the use of `create_function` and insufficient output escaping, represent serious security risks that require immediate attention. The lack of authentication checks on potential entry points is also a point of concern for future maintainability and security.

Key Concerns

  • Uses create_function (insecure)
  • Low output escaping coverage (25%)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

News In Stack Widget Security Vulnerabilities

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

News In Stack Widget Code Analysis

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

Dangerous Functions Found

create_function$new_excerpt_more = create_function('$more', 'return " ";');news-in-stack-widget.php:77
create_function$new_excerpt_length = create_function('$length', "return " . $excerpt_length . ";");news-in-stack-widget.php:82
create_functionadd_action('widgets_init', create_function('', 'return register_widget("News_In_Stack_Widget");'));news-in-stack-widget.php:450

Output Escaping

25% escaped75 total outputs
Attack Surface

News In Stack Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
filterimage_resize_dimensionsaq_resize.php:61
filterexcerpt_morenews-in-stack-widget.php:78
filterexcerpt_lengthnews-in-stack-widget.php:84
actionwidgets_initnews-in-stack-widget.php:450
Maintenance & Trust

News In Stack Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedMar 5, 2015
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings5
Active installs10
Developer Profile

News In Stack Widget Developer Profile

Eugen Bobrowski

3 plugins · 1K total installs

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

How We Detect News In Stack Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/news-in-stack-widget/aq_resize.php

HTML / DOM Fingerprints

CSS Classes
news-in-stack-widget
Data Attributes
data-widget-id
JS Globals
news_in_stack_widget_defaults
FAQ

Frequently Asked Questions about News In Stack Widget