The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-14478

CVE-2025-14478: Demo Importer Plus WordPress XXE Flaw

CVE-2025-14478 is an XML External Entity Injection flaw in the Demo Importer Plus WordPress plugin affecting versions up to 2.0.9. Attackers with Author-level access can exploit this via SVG uploads for code execution.

Published: January 23, 2026

CVE-2025-14478 Overview

The Demo Importer Plus plugin for WordPress contains an XML External Entity (XXE) Injection vulnerability in all versions up to and including 2.0.9. The vulnerability exists in the SVG file upload functionality, which fails to properly sanitize XML input before processing. This allows authenticated attackers with Author-level access or above to inject malicious XML entities that can lead to code execution on vulnerable server configurations. Notably, this vulnerability only affects sites running PHP versions older than 8.0, as PHP 8.0 and later include default protections against XXE attacks.

Critical Impact

Authenticated attackers can achieve remote code execution through malicious SVG file uploads on WordPress sites running vulnerable PHP versions (< 8.0), potentially leading to complete server compromise.

Affected Products

  • Demo Importer Plus WordPress plugin versions ≤ 2.0.9
  • WordPress sites running PHP versions older than 8.0
  • Any WordPress installation with the vulnerable plugin where Author-level or higher access is compromised

Discovery Timeline

  • 2026-01-17 - CVE CVE-2025-14478 published to NVD
  • 2026-01-17 - Last updated in NVD database

Technical Details for CVE-2025-14478

Vulnerability Analysis

This XXE vulnerability resides in the class-demo-importer-plus-sites-helper.php file within the Demo Importer Plus plugin. The affected code processes SVG files uploaded by authenticated users without properly disabling external entity resolution. When a malicious SVG containing an XXE payload is uploaded, the XML parser processes external entities, allowing attackers to read arbitrary files from the server, perform server-side request forgery (SSRF), or achieve code execution depending on the server configuration.

The vulnerability requires Author-level or higher WordPress privileges to exploit, as attackers need the ability to upload files to the WordPress media library. However, this authentication requirement does not significantly reduce the risk in multi-author environments or compromised credential scenarios.

Root Cause

The root cause is the failure to disable external entity loading in the XML parser configuration before processing SVG file content. PHP's libxml_disable_entity_loader() function was not called prior to parsing user-supplied SVG content, and dangerous features like LIBXML_NOENT may have been enabled. PHP versions prior to 8.0 default to allowing external entity loading, making older PHP installations particularly vulnerable.

Attack Vector

The attack is network-based and requires authenticated access with Author-level or higher privileges. An attacker would craft a malicious SVG file containing XXE payloads that reference external entities or exploit PHP wrapper protocols. When the Demo Importer Plus plugin processes this SVG during the import workflow, the malicious entities are resolved, potentially leading to:

  • Disclosure of sensitive server files (e.g., /etc/passwd, wp-config.php)
  • Server-Side Request Forgery (SSRF) to internal services
  • Remote code execution via PHP wrapper exploitation on vulnerable configurations

The vulnerability mechanism exploits improper XML parsing in the SVG upload handler. When processing uploaded SVG files, the plugin parses XML content without disabling external entity resolution. An attacker can craft an SVG file with a DOCTYPE declaration that defines external entities pointing to local files or remote resources. Upon parsing, the XML processor resolves these entities, exposing file contents or triggering SSRF. For technical implementation details, see the WordPress Plugin Demo Importer Code and the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-14478

Indicators of Compromise

  • Unusual SVG file uploads containing DOCTYPE declarations or ENTITY definitions in the WordPress media library
  • Web server logs showing requests to internal resources or localhost addresses originating from the WordPress application
  • Error logs containing XML parsing errors or references to external entity resolution failures
  • Unexpected file access attempts in PHP error logs, particularly targeting configuration files

Detection Strategies

  • Monitor WordPress upload directories for SVG files containing suspicious XML patterns such as <!DOCTYPE, <!ENTITY, or SYSTEM keywords
  • Implement Web Application Firewall (WAF) rules to detect XXE payload patterns in file upload requests
  • Review WordPress user activity logs for unusual file upload behavior from Author-level accounts
  • Deploy SentinelOne Singularity to detect and prevent exploitation attempts through behavioral analysis

Monitoring Recommendations

  • Enable detailed PHP error logging to capture XML parsing anomalies
  • Configure file integrity monitoring for WordPress core files and the wp-config.php configuration file
  • Set up alerts for outbound connections from the web server to unexpected internal or external endpoints
  • Monitor for privilege escalation attempts following initial compromise through the XXE vector

How to Mitigate CVE-2025-14478

Immediate Actions Required

  • Update the Demo Importer Plus plugin to version 2.1.0 or later immediately
  • Upgrade PHP to version 8.0 or later, which includes default XXE protections
  • Review and revoke Author-level access for untrusted users until the patch is applied
  • Audit recent SVG uploads for potentially malicious content

Patch Information

The vulnerability has been patched in the Demo Importer Plus plugin. The fix involves properly disabling external entity loading before processing SVG content. The security update can be reviewed in the WordPress Demo Importer Changeset Update. Site administrators should update through the WordPress plugin update mechanism or download the latest version from the WordPress Plugin Directory.

Workarounds

  • Disable the Demo Importer Plus plugin entirely until the update can be applied
  • Restrict SVG uploads by adding filters to WordPress to block SVG MIME types temporarily
  • Implement server-level protections by configuring PHP to disable entity loading globally via php.ini
  • Use a Web Application Firewall (WAF) to filter requests containing XXE payload signatures
bash
# PHP configuration to mitigate XXE (add to php.ini)
; Disable external entity loading (for PHP < 8.0)
libxml.disable_entity_loader = On

# WordPress filter to temporarily block SVG uploads (add to functions.php)
# add_filter('upload_mimes', function($mimes) {
#     unset($mimes['svg']);
#     unset($mimes['svgz']);
#     return $mimes;
# });

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • WordPress Plugin Demo Importer Code

  • WordPress Plugin Demo Importer Code (Trunk)

  • WordPress Demo Importer Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2021-29447: WordPress XXE Vulnerability in Media Library

  • CVE-2023-54359: WordPress Adivaha Travel Plugin SQLI Flaw

  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English