CVE-2026-18344
Last modified
CVE-2026-18344 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| nik00726 | Responsive Thumbnail Slider | < 1.1.53 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-18344?
How severe is CVE-2026-18344?
How do I fix CVE-2026-18344?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-1832The ThriveDesk – Live Chat, AI Chatbot, Helpdesk & Knowledge…4.3
- CVE-2026-18321Buffer overflow in NTPsec's Zyfer refclock allows local atta…4.7
- CVE-2026-18322The Smart Popup by Supsystic plugin for WordPress is vulnera…8.8
- CVE-2026-18325The Forminator Forms – Contact Form, Payment Form & Custom F…7.2
- CVE-2026-1833The WaMate Confirm – Order Confirmation plugin for WordPress…5.3
- CVE-2026-1834The Ibtana – WordPress Website Builder plugin for WordPress …6.4
- CVE-2026-18348Missing authorization check in the upload_azure, upload_sftp…4.1
- CVE-2026-1835A vulnerability was identified in lcg0124 BootDo up to e93dd…4.3
- CVE-2026-18352The User Access Manager plugin for WordPress is vulnerable t…7.5
- CVE-2026-18353PIA's `POST /v1/upload/sbom` endpoint accepts a Bearer JWT a…8.8
- CVE-2026-18357The WPC Order Tip for WooCommerce WordPress plugin before 3.…7.5
- CVE-2026-18358A flaw was found in gnome-remote-desktop as shipped in Red H…7.5
Are you affected by CVE-2026-18344?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
