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.
Published: 2026-08-01
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the Responsive Thumbnail Slider WordPress plugin, specifically in the responsive_thumbnail_image_management() function. It echoes the user supplied $_GET['id'] value directly into a double‑quoted HTML attribute without proper sanitization or escaping. A loose numeric comparison guard ($_GET['id']>0) is easily bypassed by a string that begins with a numeric prefix, allowing an attacker to inject arbitrary JavaScript. When a victim follows a specially crafted link that includes the malicious id value, the embedded script executes in the victim’s browser, enabling defacement, cookie theft, phishing, or other client‑side attacks.

Affected Systems

All WordPress sites that have the Responsive Thumbnail Slider plugin from nik00726 installed in a pre‑1.1.53 version. The vulnerability affects any site where the plugin’s version is less than 1.1.53, regardless of other WordPress configuration.

Risk and Exploitability

The CVSS score of 6.1 classifies the flaw as a medium‑severe XSS, while the EPSS score of <1% indicates a low current probability of exploitation. The flaw is not yet listed in the CISA KEV catalog. Attackers do not need authentication; they only need to craft a URL containing the malicious id parameter and convince a victim to visit it. Given the ease of creating such links and the high impact of XSS, the risk is moderate but should be addressed promptly.

Generated by OpenCVE AI on August 2, 2026 at 03:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Responsive Thumbnail Slider to version 1.1.53 or later.
  • If an upgrade is not feasible, patch the plugin file responsive_thumbnail_image_management() by escaping the id parameter with esc_attr() or removing the unsanitized echo entirely.
  • Disable or remove the functionality that exposes the id query parameter if it is not required for site operation.

Generated by OpenCVE AI on August 2, 2026 at 03:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Nik00726
Nik00726 responsive Thumbnail Slider
Wordpress
Wordpress wordpress
Vendors & Products Nik00726
Nik00726 responsive Thumbnail Slider
Wordpress
Wordpress wordpress

Sat, 01 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
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.
Title Responsive Thumbnail Slider < 1.1.53 - Reflected Cross-Site Scripting via 'id' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Nik00726 Responsive Thumbnail Slider
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-03T19:28:19.629Z

Reserved: 2026-07-29T22:08:20.674Z

Link: CVE-2026-18344

cve-icon Vulnrichment

Updated: 2026-08-03T19:28:15.327Z

cve-icon NVD

Status : Deferred

Published: 2026-08-01T09:17:02.237

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-18344

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T20:31:45Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')