CVE Catalog

CVE-2026-5399

MediumCVSS 6.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.33%

26th percentile - higher than 26% of all known CVEs

Summary

The Redux Framework plugin for WordPress in versions up to and including 4.5.13.1 is vulnerable to stored cross-site scripting via the Slider field in User Profile settings. This is due to insufficient input sanitization in the user_meta_save() function and improper output escaping in the Redux_Slider::render() method. An authenticated attacker with Subscriber-level access or above can inject arbitrary scripts into their profile that execute when an Administrator views the attacker's profile page.

Risk Assessment

A low-privileged attacker can execute arbitrary JavaScript in the context of an administrator's session, potentially leading to account or full site compromise.

Recommendation

Update the Redux Framework plugin to a version later than 4.5.13.1.

Other vulnerabilities in Redux Framework

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS