FP News Ticker Security & Risk Analysis

wordpress.org/plugins/fp-news-ticker

This plugin will display news/post from a specific category in a widget position with ticker(reveal) effects or fadeIn/fadeOut effects.

100 active installs v1.0.1 PHP + WP 2.0.0+ Updated Jun 26, 2013
scrollerslidertickerwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FP News Ticker Safe to Use in 2026?

Generally Safe

Score 85/100

FP News Ticker 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 fp-news-ticker v1.0.1 plugin presents a mixed security profile. On the positive side, the absence of known CVEs and a clean vulnerability history are encouraging signs, suggesting a developer who has historically maintained security. The plugin also demonstrates good practices in handling SQL queries, utilizing prepared statements exclusively, and avoids external HTTP requests and file operations, which are common vectors for vulnerabilities. However, significant concerns arise from the static analysis. The presence of the `create_function` is a known security risk as it can be exploited for code injection if not handled with extreme care. Furthermore, a complete lack of output escaping across all identified outputs is a critical flaw, opening the door to Cross-Site Scripting (XSS) vulnerabilities. The absence of capability checks, nonce checks, and any form of authentication on potential entry points (though currently zero) also leaves the plugin vulnerable to future expansion if new functionalities are added without proper security considerations. While the current attack surface is zero, the lack of fundamental security practices in output handling and the use of a dangerous function indicate a high potential for exploitation should any new entry points be introduced or if the existing code is modified without adequate security review.

Key Concerns

  • Use of dangerous function create_function
  • No output escaping properly implemented
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

FP News Ticker Security Vulnerabilities

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

FP News Ticker Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
51
0 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("NewstickerWidget");') );fp_news_ticker.php:201

Output Escaping

0% escaped51 total outputs
Attack Surface

FP News Ticker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initfp_news_ticker.php:201
Maintenance & Trust

FP News Ticker Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJun 26, 2013
PHP min version
Downloads10K

Community Trust

Rating80/100
Number of ratings4
Active installs100
Developer Profile

FP News Ticker Developer Profile

Flourish Pixel

6 plugins · 310 total installs

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

How We Detect FP 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/fp-news-ticker/css/ticker-style.css/wp-content/plugins/fp-news-ticker/js/jquery.ticker.js
Script Paths
/wp-content/plugins/fp-news-ticker/js/jquery.ticker.js

HTML / DOM Fingerprints

CSS Classes
NewstickerWidgetfp_label
Data Attributes
data-speeddata-pauseOnItemsdata-controlsdata-displayTypedata-directiondata-fadeInSpeed+2 more
JS Globals
jQuery
FAQ

Frequently Asked Questions about FP News Ticker