What the vulnerability does
01Description
The Demo Importer Plus plugin for WordPress is vulnerable to XML External Entity Injection (XXE) in all versions up to, and including, 2.0.9 via the SVG file upload functionality. This makes it possible for authenticated attackers, with Author-level access and above, to achieve code execution in vulnerable configurations. This only impacts sites on versions of PHP older than 8.0.
Explanation of Vulnerability in Simple Terms
02Summary
Demo Importer Plus versions up to 2.0.9 contain an XML External Entity (XXE) vulnerability that allows unauthenticated attackers to read sensitive files from the server. The vulnerability exists in the plugin's XML parsing functionality, which does not properly disable external entity processing. An attacker can craft a malicious XML file and submit it through the import feature to extract confidential data.
What an attacker can do
03Attacker Capabilities
Read sensitive files from the server, such as configuration files containing database credentials or API keys.
Potential impact on your site
04Site Impact
Attackers can extract server configuration files and credentials without logging in, potentially leading to database compromise or further site takeover.
Conditions required to exploit
05Prerequisites
Network access to the site; no authentication or user interaction required.
Key dates
06Disclosure timeline
January 17, 2026
CVE published
April 8, 2026
Record updated