What the vulnerability does
01Description
The Import any XML, CSV or Excel File to WordPress (WP All Import) plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 3.9.6. This is due to the use of eval() on unsanitized user-supplied input in the pmxi_if function within helpers/functions.php. This makes it possible for authenticated attackers, with import capabilities (typically administrators), to inject and execute arbitrary PHP code on the server via crafted import templates. This can lead to remote code execution.
Explanation of Vulnerability in Simple Terms
02Summary
WP All Import contains a code injection vulnerability in versions up to 3.9.6. An authenticated user with low privileges can inject and execute arbitrary PHP code on the site by manipulating import parameters or data. This allows complete compromise of the WordPress installation, including reading sensitive data, modifying content, and disrupting service. Update immediately to a version newer than 3.9.6.
What an attacker can do
03Attacker Capabilities
Run arbitrary PHP code on the site, read all data, modify content, and disable the site.
Potential impact on your site
04Site Impact
Any low-privilege user account can take over the entire site and access all sensitive information.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege WordPress user account (e.g., subscriber or contributor role).
Key dates
06Disclosure timeline
November 13, 2025
CVE published
April 8, 2026
Record updated