Skip to main content

WP Editor EUVDEUVD-2026-26497

| CVE-2026-3772 HIGH
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-05-01 Wordfence
8.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Analysis Generated
May 01, 2026 - 12:00 vuln.today
EUVD ID Assigned
May 01, 2026 - 11:45 euvd
EUVD-2026-26497
Analysis Generated
May 01, 2026 - 11:45 vuln.today
CVE Published
May 01, 2026 - 11:18 nvd
HIGH 8.8

DescriptionCVE.org

The WP Editor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.9.2. This is due to missing nonce verification in the 'add_plugins_page' and 'add_themes_page' functions. This makes it possible for unauthenticated attackers to overwrite arbitrary plugin and theme PHP files with attacker-controlled code via a forged request, granted they can trick a site administrator into performing an action such as clicking a link.

AnalysisAI

Cross-Site Request Forgery in WP Editor plugin through version 1.2.9.2 enables remote attackers to inject arbitrary PHP code into plugin and theme files. The vulnerability requires administrator interaction (clicking a malicious link) but no authentication for the attacker, allowing complete website compromise through file overwrite. EPSS data not available; no confirmed active exploitation at time of analysis. Patch available in changeset 3480577.

Technical ContextAI

WP Editor is a WordPress plugin (cpe:2.3:a:benjaminprojas:wp_editor) that provides functionality for editing plugin and theme files through the WordPress admin interface. The vulnerability stems from CWE-352 (Cross-Site Request Forgery) in the WPEditorPlugins.php and WPEditorThemes.php classes. Specifically, the 'add_plugins_page' (line 60) and 'add_themes_page' (line 103) functions process file modification requests without implementing WordPress nonce tokens, which are cryptographic tokens that prevent CSRF attacks. This architectural flaw allows state-changing operations (writing to PHP files) to occur without verifying the request originated from a legitimate admin session. The lack of nonce verification means any HTTP request containing valid-looking parameters will be processed if an authenticated administrator's browser sends it, regardless of the request's actual origin. This vulnerability class is particularly dangerous in content management systems where admin privileges enable direct file system manipulation.

RemediationAI

Update WP Editor plugin to version 1.2.9.3 or later, which implements nonce verification as shown in WordPress plugin repository changeset 3480577 (https://plugins.trac.wordpress.org/changeset/3480577/). The patch adds proper WordPress nonce tokens to the add_plugins_page and add_themes_page functions, preventing unauthorized state changes. If immediate patching is not possible, disable or uninstall the WP Editor plugin until update can be applied - this eliminates attack surface but removes plugin/theme editing functionality from WordPress admin panel (acceptable trade-off for most sites since core WordPress provides built-in file editor). Alternative compensating control: implement Web Application Firewall (WAF) rules to block requests to wp-admin/admin.php with WP Editor-specific parameters from external referrers, though this may cause usability issues for legitimate multi-tab workflows and does not protect against attacks originating from compromised trusted sites. Do NOT rely solely on administrator security awareness training as primary control - even security-conscious users can fall victim to sophisticated social engineering. Verify patch application by inspecting source code at lines referenced in vulnerability report or confirming changeset 3480577 is present in installed version.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

EUVD-2026-26497 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy