Simple News Ticker Security & Risk Analysis

wordpress.org/plugins/simple-news-ticker

Creates a Widget to display a News Ticker of posts or whatever custom post type you have. Includes 'Next', 'Prev' buttons.

10 active installs v1.0.2 PHP + WP 4.3+ Updated Nov 3, 2015
jquerynewstickerwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple News Ticker Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The simple-news-ticker plugin v1.0.2 exhibits a mixed security posture. On the positive side, it has no known vulnerabilities in its history, zero external HTTP requests, no file operations, and all SQL queries are properly prepared. This suggests a cautious approach to certain security aspects.

However, the static analysis reveals concerning practices. The presence of the `create_function` function is a significant risk, as it can be leveraged for code injection if used with user-supplied input. Furthermore, a low percentage (38%) of output is properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the lack of explicit entry points that would typically be protected by nonces or capability checks. The complete absence of nonce checks, capability checks, and REST API permission callbacks, combined with zero AJAX handlers and shortcodes, is unusual. While this reduces the direct attack surface, it means any implicit functionality that might be triggered without these protections is entirely vulnerable.

Overall, while the plugin has a clean vulnerability history, the code analysis highlights critical weaknesses, particularly in output escaping and the use of dangerous functions. The lack of standard WordPress security mechanisms like nonce and capability checks on potential implicit entry points is a major concern. The absence of known vulnerabilities might be due to the limited attack surface or simply a lack of discovered issues, rather than inherent robust security.

Key Concerns

  • Presence of dangerous function create_function
  • Low percentage of output properly escaped
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Simple News Ticker Security Vulnerabilities

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

Simple News Ticker Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
26
16 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( '', 'register_widget("Simple_News_Ticker");' ) );simple-news-ticker.php:302

Output Escaping

38% escaped42 total outputs
Attack Surface

Simple News Ticker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actioninitsimple-news-ticker.php:52
actionwp_enqueue_scriptssimple-news-ticker.php:70
actionwp_enqueue_scriptssimple-news-ticker.php:71
actionsave_postsimple-news-ticker.php:74
actiondeleted_postsimple-news-ticker.php:75
actionswitch_themesimple-news-ticker.php:76
actionwidgets_initsimple-news-ticker.php:302
Maintenance & Trust

Simple News Ticker Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedNov 3, 2015
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple News Ticker Developer Profile

mimo

8 plugins · 910 total installs

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

How We Detect Simple News Ticker

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-news-ticker/css/widget.css/wp-content/plugins/simple-news-ticker/css/custom.css/wp-content/plugins/simple-news-ticker/js/widget.js/wp-content/plugins/simple-news-ticker/js/jquery.flexslider.js
Script Paths
js/widget.jsjs/jquery.flexslider.js

HTML / DOM Fingerprints

CSS Classes
simple_news_ticker
FAQ

Frequently Asked Questions about Simple News Ticker