LM Easy Slider Security & Risk Analysis

wordpress.org/plugins/lm-easy-slider

LM Easy Slider is a plugin designed to make easy to insert sliders into a post, page or widget.

10 active installs v1.0 PHP 5.4+ WP 4.6+ Updated Mar 16, 2021
fotogalleriagalleryphotoslider
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is LM Easy Slider Safe to Use in 2026?

Generally Safe

Score 85/100

LM Easy Slider has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "lm-easy-slider" v1.0 plugin exhibits a mixed security posture. On the positive side, it has a very small attack surface with only one shortcode as an entry point, and importantly, there are no identified AJAX handlers or REST API routes lacking proper authentication or permission checks. Furthermore, its vulnerability history is clean, with no known CVEs or past security issues, which is a strong indicator of potentially good development practices in that regard. The presence of nonce and capability checks is also a positive sign for basic security implementations.

However, the static analysis reveals significant concerns. The use of the `create_function` function is a critical red flag, as it can lead to arbitrary code execution if not handled with extreme care, and its mere presence suggests potential for future vulnerabilities. The fact that 100% of its SQL queries are not using prepared statements is a major risk for SQL injection vulnerabilities. Coupled with only 30% of output being properly escaped, this plugin is highly susceptible to cross-site scripting (XSS) attacks. Taint analysis showing zero flows analyzed is not necessarily a positive; it might indicate the analysis tool had limitations or the code structure didn't lend itself to this type of automated flow tracing.

In conclusion, while the plugin's limited attack surface and clean vulnerability history are commendable, the critical code signals related to SQL, output escaping, and the use of `create_function` present substantial security risks. The absence of taint analysis results is inconclusive but doesn't negate the clear risks identified in other areas. Users should be highly cautious until these significant code-level vulnerabilities are addressed.

Key Concerns

  • Raw SQL queries without prepared statements
  • Low percentage of properly escaped output
  • Dangerous function used (create_function)
Vulnerabilities
None known

LM Easy Slider Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

LM Easy Slider Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

LM Easy Slider Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'return register_widget("LMEasySlider");' ) );includes\lm-easy-slider-widget.php:111

SQL Query Safety

0% prepared8 total queries

Output Escaping

30% escaped37 total outputs
Attack Surface

LM Easy Slider Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[LMEasySlider] includes\lm-easy-slider-functions.php:22
WordPress Hooks 12
actionplugins_loadedincludes\lm-easy-slider-functions.php:12
filterwidget_textincludes\lm-easy-slider-functions.php:24
actionadmin_footerincludes\lm-easy-slider-functions.php:48
filterattachment_fields_to_editincludes\lm-easy-slider-functions.php:173
actionedit_attachmentincludes\lm-easy-slider-functions.php:229
actioninitincludes\lm-easy-slider-menu.php:41
filtermanage_lm-easy-slider_posts_columnsincludes\lm-easy-slider-menu.php:69
actionmanage_lm-easy-slider_posts_custom_columnincludes\lm-easy-slider-menu.php:82
actionsave_postincludes\lm-easy-slider-save.php:154
actionwidgets_initincludes\lm-easy-slider-widget.php:111
actionwp_enqueue_scriptslm-easy-slider.php:20
actionwp_enqueue_scriptslm-easy-slider.php:36
Maintenance & Trust

LM Easy Slider Maintenance & Trust

Maintenance Signals

WordPress version tested5.7.15
Last updatedMar 16, 2021
PHP min version5.4
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

LM Easy Slider Developer Profile

leonardoboss

2 plugins · 20 total installs

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

How We Detect LM Easy Slider

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/lm-easy-slider/front-end/slider.js/wp-content/plugins/lm-easy-slider/dist/js/bootstrap.min.js/wp-content/plugins/lm-easy-slider/dist/css/bootstrap.min.css/wp-content/plugins/lm-easy-slider/front-end/slider.css
Script Paths
dist/js/bootstrap.min.jsfront-end/slider.js
Version Parameters
lm-easy-slider/style.css?ver=lm-easy-slider/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
imageFramecheckImageimmaginebutton-preview-wrapper
HTML Comments
<!-- THE KEY BUSINESS --><!-- Per disabilitare il submit quando il titolo è vuoto -->
Data Attributes
id="upload_image_button"id="newid="img-id="myplugin-image-inputnewname="myplugin_attachment_id_array[]"id="result"+6 more
JS Globals
myplugin_media_uploadlmEasySlider_checkDeletestringaIdChecknImages
Shortcode Output
<div class="carousel slide"><div class="carousel-inner"><div class="carousel-item"><a href="
FAQ

Frequently Asked Questions about LM Easy Slider