Responsive Thumbnail Slider < 1.1.53 - Reflected Cross-Site Scripting via 'id' Parameter

6.1
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVE CVE-2026-18344
CVSS 6.1 (Medium)
Publicly Published July 31, 2026
Last Updated August 1, 2026
Researcher Wordfence PRISM - Wordfence

Description

The Wp Responsive Thumbnail Slider plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'id' parameter in versions up to, and excluding, 1.1.53. This is due to insufficient input sanitization and output escaping in the responsive_thumbnail_image_management() function, which echoes $_GET['id'] directly into a double-quoted HTML attribute with no esc_attr() call. The only guard is a loose PHP numeric comparison ($_GET['id']>0) that a string beginning with a numeric prefix trivially satisfies, and the addslashes() applied by wp_magic_quotes() is inert in HTML-attribute context because backslash is not an HTML escape character. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a specially crafted link.

Learn more about Cross-Site Scripting vulnerabilities and how to prevent them.

References

Share

Vulnerability Details for Responsive Thumbnail Slider

Software Type Plugin
Software Slug wp-responsive-thumbnail-slider (view on wordpress.org)
Patched? Yes
Remediation Update to version 1.1.53, or a newer patched version
Affected Version
  • < 1.1.53
Patched Version
  • 1.1.53

Recent vulnerabilities in Responsive Thumbnail Slider

# Title CVE ID CVSS Researchers Date
1 Thumbnail carousel slider <= 1.0.4 - Authenticated (Admin+) SQL Injection CVE-2019-25222 4.9 Ala Arfaoui March 14, 2025
2 Thumbnail carousel slider <= 1.0 - Cross-Site Request Forgery to Mass Slider Deletion CVE-2023-5821 4.3 Ala Arfaoui October 26, 2023
3 Thumbnail carousel slider <= 1.1.9 - Reflected Cross-Site Scripting CVE-2023-1915 6.1 Chien Vuong April 18, 2023
4 Thumbnail carousel slider <= 1.1.9 - Reflected Cross-Site Scripting CVE-2023-2120 6.1 Marco Wotschka April 17, 2023
5 Thumbnail carousel slider < 1.0.1 - Stored Cross-Site Scripting and Cross-Site Request Forgery 7.1 Arash Khazaei December 28, 2020
6 Responsive Thumbnail Slider < 1.0.1 - Authenticated (Subscriber+) Arbitrary File Upload CVE-2015-10144 8.8 Arash Khazaei August 29, 2015

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation