Severity by source
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
Lifecycle Timeline
4DescriptionCVE.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.
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
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
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
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
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
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26497