VYPR
Unrated severityNVD Advisory· Published Nov 28, 2022· Updated Apr 28, 2025

WP Admin UI Customize < 1.5.13 - Admin+ Stored XSS

CVE-2022-3824

Description

The WP Admin UI Customize WordPress plugin before 1.5.13 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Stored XSS in WP Admin UI Customize before 1.5.13 allows admin-level users to inject scripts even when unfiltered_html is disallowed.

Vulnerability

The WP Admin UI Customize WordPress plugin prior to version 1.5.13 fails to sanitize and escape some of its settings. This allows high-privilege users, such as administrators, to store malicious JavaScript in plugin settings, leading to stored Cross-Site Scripting (XSS). The vulnerability is exploitable even in multisite configurations where the unfiltered_html capability is disallowed [1].

Exploitation

An attacker with administrator-level access to the WordPress admin area can inject arbitrary JavaScript into the plugin's settings fields. Because the plugin does not sanitize or escape the input before saving and rendering it on the admin pages, the injected script executes in the context of the admin panel whenever other administrators (or the attacker themselves) view those settings. No additional user interaction beyond viewing the settings page is required [1].

Impact

Successful exploitation enables an attacker to execute arbitrary JavaScript in the browser of any administrator who visits the affected settings page. This can lead to session hijacking, defacement, theft of sensitive information (e.g., nonces, cookies), or malicious actions performed on behalf of the victim administrator — all within the administrative interface [1].

Mitigation

Users should update the WP Admin UI Customize plugin to version 1.5.13, which was released on or before November 4, 2022, and contains the necessary input sanitization and output escaping fixes [1]. There is no known workaround for older versions; upgrading is the recommended action.

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.