Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network CSRF needs no attacker privileges (PR:N) but requires an admin to click (UI:R); forged file writes yield full C/I/A impact, so 8.8.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Cross Site Request Forgery (CSRF) in WPIDE - File Manager & Code Editor <= 3.5.6 versions.
AnalysisAI
Cross-Site Request Forgery in the WPIDE - File Manager & Code Editor WordPress plugin (versions <= 3.5.6) allows a remote attacker to forge privileged requests that a logged-in administrator's browser executes without consent. Because WPIDE exposes filesystem read/write and code-editing functionality, a successful CSRF can lead to arbitrary file modification and effectively remote code execution on the WordPress host. No public exploit identified at time of analysis, and it is not listed in CISA KEV; EPSS was not provided.
Technical ContextAI
The affected component is WPIDE (vendor xplodedthemes, CPE cpe:2.3:a:xplodedthemes:wpide_-_file_manager_&_code_editor), a WordPress plugin that provides an in-dashboard file manager and code editor allowing operators to read, edit, create, and delete files directly on the server. The root cause is CWE-352 (Cross-Site Request Forgery): state-changing plugin actions are not protected by a properly validated anti-CSRF nonce, so the server cannot distinguish a legitimate admin-initiated request from one forged by a malicious third-party page. Because the plugin's core function is writing to the filesystem (including PHP source), a forged write request is far more damaging than a typical settings-change CSRF, since attacker-controlled PHP can be planted and executed.
RemediationAI
No vendor-released patch version is identified in the available data; the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/wpide/vulnerability/wordpress-wpide-file-manager-code-editor-plugin-3-5-6-cross-site-request-forgery-csrf-vulnerability) covers versions <= 3.5.6, so upgrade to any later release the vendor publishes above 3.5.6 once available and confirm it addresses CWE-352. Until a confirmed patched version exists, the highest-value compensating control is to deactivate and remove the WPIDE plugin, since its file-editing capability is the exact asset a CSRF weaponizes - the trade-off is loss of in-dashboard file management. If the plugin must remain, restrict wp-admin access by IP allowlisting or VPN so forged requests from arbitrary origins are less likely to reach an active admin session, require administrators to log out of WordPress when not actively working, and consider a WAF rule enforcing referer/origin checks on WPIDE endpoints, accepting that origin-based filtering can break legitimate workflows and is not a substitute for nonce validation.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41321
GHSA-jq6p-fffc-h97g