WP Vulnerability WatchVulnerability data as of September 10, 2026

Vulnerability alerts / September 9, 2026

Vulnerability in Redux Framework — CVE-2026-5399

MediumSeverity
CVSS 6.4
Estimated exploit probability
EPSS
900,000+ sitesInstalls
4.5.14Fixed in

What to do now

Update Redux Framework to 4.5.14 or later.

Affected versions

  • Everything up to and including 4.5.13.1

Affected: Redux Framework (plugin, redux-framework)

Check: The plugin on wordpress.org / Our record for Redux Framework

What the vulnerability is

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.

This description is reproduced verbatim from the public vulnerability record.

Sources

Part of this record comes from Wordfence Intelligence. Original: https://www.wordfence.com/threat-intel/vulnerabilities/id/31c554cf-eee9-45a8-8fb6-198978620204
Copyright 2012-2026 Defiant Inc. / Full license text

This page is compiled automatically from public databases. Accuracy is not guaranteed; confirm against the vendor advisory before acting.

See other alerts