Description
The Redux Framework plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Slider field in User Profile settings in versions up to and including 4.5.13.1. This is due to insufficient input sanitization in the user_meta_save() function (which only sanitizes array values, not scalar values) and improper output escaping in the Redux_Slider::render() method, which outputs slider values into unquoted HTML attributes. The vulnerability also exploits the fact that the clean_default() method only casts values to numeric types when they are empty or out of bounds, allowing malicious strings like '1 tabindex=0 autofocus onfocus=alert(1) x=' to pass validation through PHP's loose type comparison. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts into their user profile that will execute whenever an Administrator navigates to view the attacker's profile page.
Published: 2026-09-10
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Immediate Patch
AI Analysis

Impact

The Redux Framework plugin for WordPress is vulnerable to stored cross‑site scripting via the slider field in user profile settings. Insufficient sanitization in user_meta_save() and improper escaping in the rendering method allow malicious strings such as "1 tabindex=0 autofocus onfocus=alert(1) x=" to be stored. An authenticated user with Subscriber or higher privileges can inject arbitrary JavaScript that will run whenever an Administrator views that profile, enabling cookie theft, session hijacking, or malicious activity on the site.

Affected Systems

WordPress installations using the Redux Framework plugin version 4.5.13.1 or earlier are affected. The vulnerability is restricted to users who can edit their own profile and to site visitors with administrative view permissions over that profile.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.4, indicating moderate severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. The likely attack vector is authenticated exploitation: an attacker logs in, inserts a malicious slider value into their profile, saves it, and then waits for an administrator to view the profile page, at which point the stored script executes. Although it requires an authenticated user to prepare the payload, any user with Subscriber-level access can do so. Because the effect occurs only when an admin views the profile, the impact is largely confined to sites with multiple administrators and may lead to local privilege escalation or defacement.

Generated by OpenCVE AI on September 10, 2026 at 10:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Redux Framework plugin to the latest available version that addresses the weakness (currently 4.5.13.2 or later).
  • Remove or reset any existing slider field values from user profiles that contain non‑numeric characters or potential script code.
  • Implement additional input validation or output escaping for all slider values, or disable the slider field in user profile settings if it is not required.

Generated by OpenCVE AI on September 10, 2026 at 10:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 10 Sep 2026 09:45:00 +0000

Type Values Removed Values Added
Description The Redux Framework plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Slider field in User Profile settings in versions up to and including 4.5.13.1. This is due to insufficient input sanitization in the user_meta_save() function (which only sanitizes array values, not scalar values) and improper output escaping in the Redux_Slider::render() method, which outputs slider values into unquoted HTML attributes. The vulnerability also exploits the fact that the clean_default() method only casts values to numeric types when they are empty or out of bounds, allowing malicious strings like '1 tabindex=0 autofocus onfocus=alert(1) x=' to pass validation through PHP's loose type comparison. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts into their user profile that will execute whenever an Administrator navigates to view the attacker's profile page.
Title Redux Framework <= 4.5.13.1 - Authenticated (Subscriber+) Stored Cross-Site Scripting via Slider Field Value
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-10T12:55:57.736Z

Reserved: 2026-04-02T06:19:06.082Z

Link: CVE-2026-5399

cve-icon Vulnrichment

Updated: 2026-09-10T12:55:53.662Z

cve-icon NVD

Status : Deferred

Published: 2026-09-10T10:17:31.373

Modified: 2026-09-10T14:39:13.757

Link: CVE-2026-5399

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T10:30:04Z

Weaknesses
  • CWE-79

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