FP Responsive Slider Security & Risk Analysis

wordpress.org/plugins/fp-responsive-slider

This plugin will display image as slideshow with several effects. You can manage the options from FP Resposive Slider's Settings page or from wid …

10 active installs v1.0.0 PHP + WP 2.0.0+ Updated Jul 16, 2013
galleryimagesliderslideshowwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FP Responsive Slider Safe to Use in 2026?

Generally Safe

Score 85/100

FP Responsive Slider 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-responsive-slider plugin v1.0.0 exhibits a mixed security posture. On the positive side, it has a small attack surface consisting of a single shortcode and no AJAX handlers or REST API routes exposed without authentication. All SQL queries are properly prepared, and there are no file operations or external HTTP requests, which are good security practices. However, several significant concerns are raised by the static analysis. The presence of the `create_function` dangerous function is a red flag, as it can be a vector for code injection if used improperly. More critically, the output escaping is severely lacking, with only 7% of outputs being properly escaped. This opens the door to Cross-Site Scripting (XSS) vulnerabilities. Taint analysis indicates flows with unsanitized paths, though no critical or high severity issues were found in this specific analysis. The complete absence of nonce checks and capability checks on its entry points, combined with poor output escaping, presents a substantial risk.

The plugin has no recorded vulnerability history, which might suggest it has not been widely targeted or previously audited. However, the lack of historical issues should not be mistaken for inherent security. The current code analysis reveals specific weaknesses that, even without historical CVEs, pose real threats. The combination of vulnerable coding practices (e.g., `create_function`, poor output escaping) and missing security controls (nonce, capability checks) creates a significant risk of XSS and potentially other injection attacks, especially given that the single entry point (shortcode) is unprotected by any capability checks.

Key Concerns

  • Poor output escaping
  • Presence of dangerous function 'create_function'
  • No nonce checks on entry points
  • No capability checks on entry points
  • Unsanitized paths in taint flows
Vulnerabilities
None known

FP Responsive Slider Security Vulnerabilities

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

FP Responsive Slider Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
70
5 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("FprsliderWidget");') );fp_responsive_slider.php:300

Output Escaping

7% escaped75 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

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

FP Responsive Slider Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[fprslider] fp_responsive_slider.php:443
WordPress Hooks 8
actioninitfp_responsive_slider.php:20
filterpost_updated_messagesfp_responsive_slider.php:55
actioncontextual_helpfp_responsive_slider.php:75
actionadmin_headfp_responsive_slider.php:93
actionwidgets_initfp_responsive_slider.php:300
actionadmin_menufp_responsive_slider.php:302
filtermanage_fprslider_posts_columnsfp_responsive_slider.php:518
filtermanage_fprslider_posts_custom_columnfp_responsive_slider.php:519
Maintenance & Trust

FP Responsive Slider Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJul 16, 2013
PHP min version
Downloads5K

Community Trust

Rating60/100
Number of ratings4
Active installs10
Developer Profile

FP Responsive Slider 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 Responsive Slider

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/fp-responsive-slider/css/responsiveslides.css/wp-content/plugins/fp-responsive-slider/js/responsiveslides.min.js
Script Paths
/wp-content/plugins/fp-responsive-slider/js/responsiveslides.min.js
Version Parameters
fp-responsive-slider/css/responsiveslides.css?ver=fp-responsive-slider/js/responsiveslides.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
FprsliderWidgetfp_label
Data Attributes
id="menu-posts-fprslider"class="wp-menu-image"id="icon-edit.icon32-posts-fprslider"class="fp_label"
FAQ

Frequently Asked Questions about FP Responsive Slider