Newstastic Post Slider Security & Risk Analysis

wordpress.org/plugins/newstastic-post-slider

A quick way to display your recent posts on any page with a slider for paging.

60 active installs v1.2.3 PHP + WP 3.3.1+ Updated Nov 3, 2014
latestlatest-postsnewspostsrecent-posts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Newstastic Post Slider Safe to Use in 2026?

Generally Safe

Score 85/100

Newstastic Post Slider 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 Newstastic Post Slider plugin, version 1.2.3, exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and has no known historical vulnerabilities (CVEs) or recorded common vulnerability types. The attack surface appears minimal, with no AJAX handlers or REST API routes exposed without authentication, and no cron events present. However, significant concerns arise from the static analysis. The presence of the `create_function` dangerous function is a red flag, as it can be exploited for code injection if used with user-supplied input. Furthermore, a very low percentage (19%) of output is properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the significant number of file operations and external HTTP requests which often involve user-controllable data. The lack of nonce and capability checks across all entry points, including the single shortcode, is a critical oversight that leaves the plugin susceptible to unauthorized actions and privilege escalation if any user-controllable input is processed by these functions.

Key Concerns

  • Dangerous function used (create_function)
  • Very low output escaping percentage
  • No nonce checks on entry points
  • No capability checks on entry points
  • Taint flows with unsanitized paths
Vulnerabilities
None known

Newstastic Post Slider Security Vulnerabilities

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

Newstastic Post Slider Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget("news_slider");' ) );newstastic-post-slider.php:1023

Output Escaping

19% escaped161 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
tryBrowserCache (inc\timthumb.php:334)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Newstastic Post Slider Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[show_slider] newstastic-post-slider.php:34
WordPress Hooks 3
actioninitnewstastic-post-slider.php:15
actioninitnewstastic-post-slider.php:143
actionwidgets_initnewstastic-post-slider.php:1023
Maintenance & Trust

Newstastic Post Slider Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.0
Last updatedNov 3, 2014
PHP min version
Downloads17K

Community Trust

Rating66/100
Number of ratings8
Active installs60
Developer Profile

Newstastic Post Slider Developer Profile

David Henry

2 plugins · 120 total installs

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

How We Detect Newstastic Post Slider

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/newstastic-post-slider/css/front.css/wp-content/plugins/newstastic-post-slider/css/join.css/wp-content/plugins/newstastic-post-slider/js/scroller.js/wp-content/plugins/newstastic-post-slider/js/front.js/wp-content/plugins/newstastic-post-slider/css/hor.css/wp-content/plugins/newstastic-post-slider/css/button.css/wp-content/plugins/newstastic-post-slider/css/nav.css/wp-content/plugins/newstastic-post-slider/css/vert.css+2 more
Script Paths
/wp-content/plugins/newstastic-post-slider/js/scroller.js/wp-content/plugins/newstastic-post-slider/js/front.js/wp-content/plugins/newstastic-post-slider/js/admin.js
Version Parameters
newstastic-post-slider/js/scroller.js?ver=newstastic-post-slider/js/front.js?ver=newstastic-post-slider/css/front.css?ver=newstastic-post-slider/css/join.css?ver=newstastic-post-slider/js/admin.js?ver=newstastic-post-slider/css/admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
news-slider-widget
HTML Comments
!!!Fixed IE issueNew Changes StartNew Changes End
Data Attributes
data-slider-widthdata-slider-heightdata-thumb-widthdata-thumb-heightdata-image-aligndata-post-num+18 more
Shortcode Output
<div class="news_slider_content">
FAQ

Frequently Asked Questions about Newstastic Post Slider