Description
The Theme Editor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.1. This is due to missing nonce validation on the ms_update AJAX action. This makes it possible for unauthenticated attackers to modify child theme CSS styles via a forged request granted they can trick an administrator into performing an action such as clicking on a link.
Published: 2026-08-01
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Theme Editor plugin for WordPress allows unauthenticated attackers to change the CSS of a child theme by exploiting missing nonce validation on the ms_update AJAX action. This flaw enables attackers to forge a request that, when an administrator unknowingly submits it (for example by clicking a malicious link), modifies the appearance of the site. While the vulnerability does not provide direct code execution, it can be used to alter a site’s visual presentation in ways that may mislead users or obscure legitimate content.

Affected Systems

The vulnerability affects the Theme Editor plugin from the vendor mndpsingh287, in all releases up to and including version 3.1.

Risk and Exploitability

With a CVSS score of 4.3 and an EPSS score of less than 1%, the risk level is moderate to low and the likelihood of exploitation is currently low, especially since the vuln is not listed in the CISA KEV catalog. Attackers must craft a forged HTTP request to the ms_update action and lures an administrator into executing the request, typically via a malicious link. Once triggered, the plugin updates the CSS file without validating the caller, allowing alteration of theme styles.

Generated by OpenCVE AI on August 2, 2026 at 03:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Theme Editor plugin to the latest release (v3.2 or later) where nonce validation has been added to the ms_update action.
  • Remove or rename any legacy ms_update.php files that may still be present after the update to prevent accidental execution of the vulnerable code.
  • Configure the web server or a security plugin to block or drop requests to wp‑admin/admin‑ajax.php with the action parameter set to ms_update until the plugin has been fully updated.

Generated by OpenCVE AI on August 2, 2026 at 03:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sat, 01 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Mndpsingh287
Mndpsingh287 theme Editor
Wordpress
Wordpress wordpress
Vendors & Products Mndpsingh287
Mndpsingh287 theme Editor
Wordpress
Wordpress wordpress

Sat, 01 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Description The Theme Editor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.1. This is due to missing nonce validation on the ms_update AJAX action. This makes it possible for unauthenticated attackers to modify child theme CSS styles via a forged request granted they can trick an administrator into performing an action such as clicking on a link.
Title Theme Editor <= 3.1 - Cross-Site Request Forgery to CSS Modification
Weaknesses CWE-352
References
Metrics cvssV3_1

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


Subscriptions

Mndpsingh287 Theme Editor
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-03T15:38:52.591Z

Reserved: 2025-12-10T16:45:24.726Z

Link: CVE-2025-14469

cve-icon Vulnrichment

Updated: 2026-08-03T13:46:22.480Z

cve-icon NVD

Status : Deferred

Published: 2026-08-01T08:16:29.167

Modified: 2026-08-12T21:00:37.147

Link: CVE-2025-14469

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T03:45:04Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)