Vulnerabilidades conocidas, compatibilidad con PHP y alternativas más seguras para el plugin de WordPress Smart Slider 3 — verificado contra la base de datos de seguridad local de WP Clinic.
Qué hace este plugin
- Slug:
smart-slider-3
- 800000+ instalaciones activas
carousel slidergalleryimage slidersliderslideshow
Estado de mantenimiento
- Última versión conocida: 3.5.1.38
- Requiere PHP: 7.0+
- PHP máximo soportado (analizado): <8.0
Vulnerabilidades conocidas
11 CVEs conocidos registrados para Smart Slider 3.
| CVE |
Vulnerabilidad |
Tipo |
Gravedad |
Afectadas |
Corregido en |
Publicado |
Estado |
|
CVE-2026-12385
|
Smart Slider 3 [smart-slider-3] < 3.5.1.38 |
Exposición de información sensible a un actor no autorizado |
Media
4,3
|
< 3.5.1.38
|
3.5.1.38 |
2026-07-13 |
✓ corregido en la última versión
|
|
CVE-2026-9197
|
Smart Slider 3 [smart-slider-3] < 3.5.1.37 |
Limitación incorrecta de una ruta a un directorio restringido (Path Traversal) |
Media
4,9
|
< 3.5.1.37
|
3.5.1.37 |
2026-06-05 |
✓ corregido en la última versión
|
|
CVE-2024-3027
|
Smart Slider 3 [smart-slider-3] < 3.5.1.23 |
Autorización indebida |
Media
6,4
|
< 3.5.1.23
|
3.5.1.23 |
2024-04-12 |
✓ corregido en la última versión
|
|
CVE-2023-0660
|
Smart Slider 3 [smart-slider-3] < 3.5.1.14 |
Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) |
Media
5,4
|
< 3.5.1.14
|
3.5.1.14 |
2023-02-28 |
✓ corregido en la última versión
|
|
CVE-2022-45845
|
Smart Slider 3 [smart-slider-3] < 3.5.1.11 |
Deserialización de datos no confiables |
Media
4,3
|
< 3.5.1.11
|
3.5.1.11 |
2022-11-23 |
✓ corregido en la última versión
|
|
CVE-2022-45843
|
Smart Slider 3 [smart-slider-3] < 3.5.1.11 |
Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) |
Media
5,4
|
< 3.5.1.11
|
3.5.1.11 |
2022-11-23 |
✓ corregido en la última versión
|
|
CVE-2022-3357
|
Smart Slider 3 [smart-slider-3] < 3.5.1.11 |
Deserialización de datos no confiables |
Alta
8,8
|
< 3.5.1.11
|
3.5.1.11 |
2022-10-10 |
✓ corregido en la última versión
|
|
CVE-2021-24382
|
Smart Slider 3 [smart-slider-3] < 3.5.0.9 |
Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) |
Media
5,4
|
< 3.5.0.9
|
3.5.0.9 |
2021-06-07 |
✓ corregido en la última versión
|
CVE-2026-12385
The Smart Slider 3 plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.5.1.37 via the 'keyword' parameter. This makes it possible for authenticated attackers, with contributor-level access and above, to extract titles and full content excerpts of private, draft, pending, trashed, and auto-draft posts authored by any user, including Administrators and Editors. The required nonce is emitted on /wp-admin/post-new.php, which is accessible to Contributor-level users via the edit_posts capability, meaning any Contributor can obtain the nonce needed to trigger the injection.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
CVE.org
CVE-2026-9197
The Smart Slider 3 plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 3.5.1.36 via the replaceHTMLImage function. This makes it possible for authenticated attackers, with administrator-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
CVE.org
CVE-2024-3027
The Smart Slider 3 plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the upload function in all versions up to, and including, 3.5.1.22. This makes it possible for authenticated attackers, with contributor-level access and above, to upload files, including SVG files, which can be used to conduct stored cross-site scripting attacks.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
CVE.org
CVE-2023-0660
Update the WordPress Smart Slider 3 plugin to the latest available version (at least 3.5.1.14).
Erwan LR (WPScan) discovered and reported this Cross Site Scripting (XSS) vulnerability in WordPress Smart Slider 3 Plugin. This could allow a malicious actor to inject malicious scripts, such as redirects, advertisements, and other HTML payloads into your website which will be executed when guests visit your site. This vulnerability has been fixed in version 3.5.1.14.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Patchstack
CVE-2022-45845
The Smart Slider 3 plugin for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 3.5.1.9 via deserialization of untrusted input. This allows contributor-level attackers to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
CVE-2022-45843
The Smart Slider 3 plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 3.5.1.9 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
CVE-2022-3357
The Smart Slider 3 plugin for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 3.5.1.9 via deserialization of untrusted input when importing a file. This allows administrator-level attackers to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
CVE-2021-24382
The Smart Slider 3 Free and pro WordPress plugins before 3.5.0.9 did not sanitise the Project Name before outputting it back in the page, leading to a Stored Cross-Site Scripting issue. By default, only administrator users could access the affected functionality, limiting the exploitability of the vulnerability. However, some WordPress admins may allow lesser privileged users to access the plugin's functionality, in which case, privilege escalation could be performed.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
CVE.org
+ 3 vulnerabilidades conocidas más
| CVE |
Vulnerabilidad |
Tipo |
Gravedad |
Afectadas |
Corregido en |
Publicado |
Estado |
|
CVE-2025-6348
|
Smart Slider 3 [smart-slider-3] < 3.5.1.29 |
Neutralización incorrecta de elementos especiales en un comando SQL (inyección SQL) |
Media
4,9
|
< 3.5.1.29
|
3.5.1.29 |
0000-00-00 |
✓ corregido en la última versión
|
|
CVE-2026-3098
|
Smart Slider 3 [smart-slider-3] < 3.5.1.34 |
— |
Desconocido
|
< 3.5.1.34
|
3.5.1.34 |
0000-00-00 |
✓ corregido en la última versión
|
|
CVE-2026-4065
|
Smart Slider 3 [smart-slider-3] < 3.5.1.34 |
— |
Media
5,4
|
< 3.5.1.34
|
3.5.1.34 |
0000-00-00 |
✓ corregido en la última versión
|
CVE-2025-6348
The Smart Slider 3 plugin for WordPress is vulnerable to time-based SQL Injection via the ‘sliderid’ parameter in all versions up to, and including, 3.5.1.28 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
CVE-2026-3098
The Smart Slider 3 plugin for WordPress is vulnerable to Arbitrary File Read in all versions up to, and including, 3.5.1.33 via the 'actionExportAll' function. This makes it possible for authenticated attackers, with Subscriber-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
CVE-2026-4065
The Smart Slider 3 plugin for WordPress is vulnerable to unauthorized access and modification of data due to missing capability checks on multiple wp_ajax_smart-slider3 controller actions in all versions up to, and including, 3.5.1.33. The display_admin_ajax() method does not call checkForCap() (which requires unfiltered_html capability), and several controller actions only validate the nonce (validateToken()) without calling validatePermission(). This makes it possible for authenticated attackers, with Contributor-level access and above, to enumerate slider metadata and create, modify, and delete image storage records by obtaining the nextend_nonce exposed on post editor pages.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
Cómo solucionarlo
Mantén Smart Slider 3 actualizado — 3.5.1.38 es la última versión en wordpress.org, y cada CVE de arriba indica la versión exacta que lo corrigió ("Corregido en").
Este es el historial completo de vulnerabilidades conocidas del plugin, no un escaneo de una instalación específica — ejecuta un escaneo gratis de tu propio sitio para verificar tu versión instalada exacta.
Alternativas más seguras / más establecidas