Description
The Slick Slider WordPress plugin before 0.5.3 does not sanitize and escape a shortcode attribute value before outputting it in an HTML attribute, allowing users with the Contributor role and above to perform Stored Cross-Site Scripting attacks that execute when a user views the affected post.
Published: 2026-08-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows a user with Contributor privileges or higher to embed unescaped JavaScript into a shortcode attribute. On a post containing the malicious payload, the script is rendered in the browser’s HTML attribute and executes when a visitor views the post, enabling arbitrary client‑side code execution. This could lead to credential theft, session hijacking, or defacement of the site. The flaw stems from a failure to sanitize and escape user input before output, classifying it as a classic stored XSS vulnerability.

Affected Systems

WordPress sites that have the Slick Slider plugin installed in a version older than 0.5.3 are affected. All users who can edit content (Contributors or higher) can inject the malicious attribute, and any visitor who opens the afflicted post will execute the payload.

Risk and Exploitability

Because the exploit requires only a user with Contributor privileges to edit a post, the attack surface is already within the authenticated user base. Once the payload is stored, it triggers for any page viewer, making the risk high for compromised accounts. No EPSS score is available and the vulnerability is not listed in CISA’s KEV catalog, but the typical severity for stored XSS is considered high given the broad impact on end‑users. The attack vector is internal via content editing, and no external trigger is required beyond edit access.

Generated by OpenCVE AI on August 6, 2026 at 07:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Slick Slider plugin to version 0.5.3 or later.
  • If an immediate upgrade is not possible, restrict Contributor privileges from using the gallery shortcode or remove the shortcode entirely from the site.
  • Implement input sanitization for shortcode attributes (e.g., use WordPress’s sanitize_text_field or esc_attr) to prevent similar injection flaws.

Generated by OpenCVE AI on August 6, 2026 at 07:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Thu, 06 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Slick Slider WordPress plugin before 0.5.3 does not sanitize and escape a shortcode attribute value before outputting it in an HTML attribute, allowing users with the Contributor role and above to perform Stored Cross-Site Scripting attacks that execute when a user views the affected post.
Title Slick Slider < 0.5.3 - Contributor+ Stored XSS via Gallery Shortcode
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-06T06:00:11.937Z

Reserved: 2026-07-22T09:36:14.725Z

Link: CVE-2026-16537

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T07:30:16Z

Weaknesses
  • CWE-79

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