Simple Text Slider Security & Risk Analysis

wordpress.org/plugins/simple-text-slider

A simple text slider plugin for several vertical textslider via shortcode.

30 active installs v1.0.5 PHP + WP 3.5+ Updated Oct 31, 2016
sliderslidestexttextslidervertical
63
C · Use Caution
CVEs total1
Unpatched1
Last CVESep 5, 2025
Safety Verdict

Is Simple Text Slider Safe to Use in 2026?

Use With Caution

Score 63/100

Simple Text Slider has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Sep 5, 2025Updated 9yr ago
Risk Assessment

The simple-text-slider plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by not performing direct file operations or external HTTP requests, and all SQL queries utilize prepared statements. The attack surface appears small and, at first glance, lacks unauthenticated entry points based on the static analysis. However, a significant concern arises from the very low percentage (11%) of properly escaped outputs, indicating a high potential for Cross-Site Scripting (XSS) vulnerabilities, especially given the plugin's known vulnerability history. The absence of nonce checks and capability checks on its single shortcode, despite it being the sole entry point, is a critical oversight that could allow unauthorized users to trigger its functionality, potentially leading to XSS attacks. The single unpatched medium-severity CVE, historically an XSS vulnerability, further amplifies this risk. This pattern suggests a recurring weakness in input sanitization and output encoding within the plugin, requiring immediate attention. While the plugin avoids some common pitfalls, the prevalent output escaping issues and the lack of robust authentication on its entry points present a substantial risk.

Key Concerns

  • Unpatched medium vulnerability (CVE)
  • Low percentage of properly escaped output
  • Missing nonce checks on shortcode
  • Missing capability checks on shortcode
Vulnerabilities
1

Simple Text Slider Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-58882medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Simple Text Slider <= 1.0.5 - Authenticated (Contributor+) Stored Cross-Site Scripting

Sep 5, 2025Unpatched
Code Analysis
Analyzed Mar 16, 2026

Simple Text Slider Code Analysis

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

Output Escaping

11% escaped9 total outputs
Attack Surface

Simple Text Slider Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[simple-text-slider] simple-text-slider.php:106
WordPress Hooks 4
actionadmin_enqueue_scriptsinc\interface.php:12
actionadmin_menuinc\interface.php:28
actionadmin_initinc\interface.php:29
actionwp_enqueue_scriptssimple-text-slider.php:18
Maintenance & Trust

Simple Text Slider Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedOct 31, 2016
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings2
Active installs30
Developer Profile

Simple Text Slider Developer Profile

w1zzard

1 plugin · 30 total installs

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

How We Detect Simple Text Slider

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-text-slider/css/simpleTs_style.css/wp-content/plugins/simple-text-slider/js/jquery.keyframes.min.js/wp-content/plugins/simple-text-slider/js/simpleTs_scripts.js
Script Paths
/wp-content/plugins/simple-text-slider/js/simpleTs_scripts.js/wp-content/plugins/simple-text-slider/js/jquery.keyframes.min.js
Version Parameters
simple-text-slider/css/simpleTs_style.css?ver=simple-text-slider/js/jquery.keyframes.min.js?ver=simple-text-slider/js/simpleTs_scripts.js?ver=

HTML / DOM Fingerprints

CSS Classes
simpleTs_ContainersimpleTs_beforesimpleTs_outersimpleTs_innersimpleTs_item
Data Attributes
data-simpleTs-speed
Shortcode Output
<div class="simpleTs_Container" style="visibility: visible;"><div class="simpleTs_before"></div><div class="simpleTs_outer" style=""><div class="simpleTs_inner" data-simpleTs-speed=""><span class="simpleTs_item">
FAQ

Frequently Asked Questions about Simple Text Slider