HORIZONTAL SLIDER Security & Risk Analysis

wordpress.org/plugins/horizontal-slider

Plugin/Widget for create slider menus or slider galleries with a fantastic css5 effect

60 active installs v2.4 PHP + WP 2.8.0+ Updated May 8, 2014
best-slider-plugincarouselcarousel-slidercoin-slidercoinslider
63
C · Use Caution
CVEs total1
Unpatched1
Last CVESep 22, 2025
Safety Verdict

Is HORIZONTAL SLIDER Safe to Use in 2026?

Use With Caution

Score 63/100

HORIZONTAL SLIDER has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Sep 22, 2025Updated 11yr ago
Risk Assessment

The "horizontal-slider" v2.4 plugin exhibits a mixed security posture. While it boasts zero identified entry points like AJAX handlers, REST API routes, shortcodes, or cron events, and no external HTTP requests or file operations, significant concerns are raised by the static analysis. The presence of the dangerous `create_function` indicates potential for code injection, and the fact that 50% of SQL queries are not using prepared statements suggests a risk of SQL injection vulnerabilities, especially when combined with the taint analysis findings. Furthermore, a concerning 0% of output is properly escaped, creating a high risk of Cross-Site Scripting (XSS) attacks. The vulnerability history, though only showing one medium CVE with a recent date, hints at a pattern of security weaknesses, with CSRF being a common type. While the plugin has a small attack surface and avoids common plugin vulnerabilities like unauthenticated AJAX endpoints, the critical issues of unescaped output and insecure SQL queries, coupled with the presence of `create_function`, present substantial risks that require immediate attention. The recent unpatched CVE also indicates ongoing security maintenance issues.

Key Concerns

  • Unescaped output (78 total outputs, 0% properly escaped)
  • SQL queries not using prepared statements (50%)
  • Dangerous function: create_function
  • Taint flows with unsanitized paths (2 flows)
  • Unpatched CVE (1 medium)
  • No nonce checks
  • No capability checks
Vulnerabilities
1

HORIZONTAL SLIDER Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-58676medium · 4.3Cross-Site Request Forgery (CSRF)

HORIZONTAL SLIDER <= 2.4 - Cross-Site Request Forgery

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

HORIZONTAL SLIDER Code Analysis

Dangerous Functions
1
Raw SQL Queries
4
4 prepared
Unescaped Output
78
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("wp_horizontalslider");') );init.php:898

SQL Query Safety

50% prepared8 total queries

Output Escaping

0% escaped78 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
horizontalslider_panel (init.php:710)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

HORIZONTAL SLIDER Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menuinit.php:893
actionwidgets_initinit.php:898
actioninitinit.php:899
filterthe_contentinit.php:900
actionadmin_headinit.php:901
Maintenance & Trust

HORIZONTAL SLIDER Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedMay 8, 2014
PHP min version
Downloads31K

Community Trust

Rating74/100
Number of ratings3
Active installs60
Developer Profile

HORIZONTAL SLIDER Developer Profile

extendyourweb

4 plugins · 130 total installs

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

How We Detect HORIZONTAL SLIDER

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/horizontal-slider/css/sliders.css/wp-content/plugins/horizontal-slider/js/jquery-1.9.1.min.js/wp-content/plugins/horizontal-slider/js/jquery.flexslider-min.js/wp-content/plugins/horizontal-slider/js/horizontal-slider.js
Script Paths
/wp-content/plugins/horizontal-slider/js/jquery-1.9.1.min.js/wp-content/plugins/horizontal-slider/js/jquery.flexslider-min.js/wp-content/plugins/horizontal-slider/js/horizontal-slider.js
Version Parameters
horizontal-slider/css/sliders.css?ver=horizontal-slider/js/jquery-1.9.1.min.js?ver=horizontal-slider/js/jquery.flexslider-min.js?ver=horizontal-slider/js/horizontal-slider.js?ver=

HTML / DOM Fingerprints

CSS Classes
tk-museo-sans
HTML Comments
Jquery horizontal slider
Data Attributes
data-thumb-heightdata-thumb-widthdata-thumb-typedata-bg-colordata-thumb-colordata-thumb-text-align+18 more
JS Globals
window.horizontal_slider_optshorizontal_slider_optsjQuery.flexslider
Shortcode Output
<div id="slider">
FAQ

Frequently Asked Questions about HORIZONTAL SLIDER