Description
The Slider Hero with Video Background, Animation WordPress plugin before 9.1.3 does not have authorisation and nonce checks on two of its request handlers, and does not escape a stored setting before outputting it, allowing unauthenticated users to store malicious JavaScript which will be executed in the context of an administrator viewing the Slider Hero with Video Background, Animation WordPress plugin before 9.1.3's admin area, as well as any visitor of a page embedding a slider.
Published: 2026-08-22
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in versions of the Slider Hero with Video Background, Animation WordPress plugin older than 9.1.3. Two request handlers lack proper authorisation and nonce validation, and a stored configuration value is not escaped before being output. This allows an unauthenticated user to submit malicious JavaScript that is persisted and later executed in the context of any administrator viewing the plugin’s admin area and on any site page that embeds a slider. The consequence is arbitrary script execution which could be leveraged to hijack admin sessions, exfiltrate credentials, or redirect users to malicious sites.

Affected Systems

WordPress sites that have the Slider Hero with Video Background, Animation plugin installed and running a version prior to 9.1.3. Site administrators and public visitors who load pages containing sliders are at risk, as the stored payload is rendered unfiltered within the slider markup.

Risk and Exploitability

Although an EPSS score is not available and the vulnerability is not listed in CISA KEV, the lack of authentication combined with stored XSS suggests a high exploitation probability in environments where the plugin is enabled. An attacker requires only the ability to send data to the vulnerable endpoints, which can be accomplished through a simple web request; no privileged credentials are necessary. The impact is significant because the JavaScript runs with the privileges of the viewing user, allowing credential theft or further lateral movement.

Generated by OpenCVE AI on August 22, 2026 at 07:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Slider Hero with Video Background, Animation plugin to version 9.1.3 or later.
  • If an upgrade is not possible, uninstall or disable the plugin to eliminate the attack surface.
  • For sites that must keep the plugin, limit access to the admin area to trusted users only, and ensure that no site visitors can load sliders containing stored data before deployment of a whitelist or view‑only mode.
  • As a temporary precaution, add a Content Security Policy that blocks inline scripts from the slider resource URLs.

Generated by OpenCVE AI on August 22, 2026 at 07:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-80
CWE-863

Sat, 22 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Slider Hero with Video Background, Animation WordPress plugin before 9.1.3 does not have authorisation and nonce checks on two of its request handlers, and does not escape a stored setting before outputting it, allowing unauthenticated users to store malicious JavaScript which will be executed in the context of an administrator viewing the Slider Hero with Video Background, Animation WordPress plugin before 9.1.3's admin area, as well as any visitor of a page embedding a slider.
Title Slider Hero < 9.1.3 - Unauthenticated Stored XSS via Slider Type Change and Add-Slider Handlers
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-22T06:00:17.246Z

Reserved: 2026-08-19T17:55:37.640Z

Link: CVE-2026-76789

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T06:16:16.643

Modified: 2026-08-22T06:16:16.643

Link: CVE-2026-76789

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:00:13Z

Weaknesses
  • CWE-80

    Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

  • CWE-863

    Incorrect Authorization