Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-11170

CVE-2025-11170: WordPress CPI Migration Plugin RCE Flaw

CVE-2025-11170 is a remote code execution vulnerability in the WP移行専用プラグイン for CPI WordPress plugin, allowing unauthenticated attackers to upload malicious files. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-11170 Overview

CVE-2025-11170 is a critical arbitrary file upload vulnerability affecting the WP移行専用プラグイン for CPI plugin for WordPress. The vulnerability exists due to missing file type validation in the Cpiwm_Import_Controller::import function in all versions up to and including 1.0.2. This security flaw allows unauthenticated attackers to upload arbitrary files on the affected site's server, potentially enabling remote code execution.

Critical Impact

Unauthenticated attackers can exploit this vulnerability to upload malicious files such as PHP webshells, leading to complete server compromise and remote code execution without any authentication requirements.

Affected Products

  • WP移行専用プラグイン for CPI plugin for WordPress versions up to and including 1.0.2
  • WordPress installations running the vulnerable CPI WP Migration plugin
  • Web servers hosting WordPress sites with the affected plugin enabled

Discovery Timeline

  • 2025-11-11 - CVE-2025-11170 published to NVD
  • 2025-11-12 - Last updated in NVD database

Technical Details for CVE-2025-11170

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The WP移行専用プラグイン for CPI plugin, designed for WordPress site migration purposes, contains a critical flaw in its file import functionality. The Cpiwm_Import_Controller::import function fails to properly validate the type of files being uploaded during the import process.

Because there is no authentication requirement to access this function, any remote attacker can submit malicious files directly to the vulnerable endpoint. The complete lack of file type validation means attackers can upload executable PHP files, webshells, or other dangerous file types that the web server will execute.

Root Cause

The root cause of this vulnerability lies in the absence of file type validation within the Cpiwm_Import_Controller::import function. The plugin developers did not implement proper checks to verify that uploaded files match expected safe file types (such as legitimate migration data files). Additionally, the import functionality is exposed without requiring authentication, creating a direct attack surface for unauthenticated remote attackers.

Attack Vector

The vulnerability is exploitable over the network without any authentication requirements. An attacker can craft a malicious HTTP request targeting the import functionality endpoint, uploading a PHP file containing malicious code. Since the server does not validate the file type before accepting and storing the upload, the malicious file is placed on the server's filesystem. The attacker can then access the uploaded file directly through its URL, triggering execution of the malicious code and achieving remote code execution on the target server.

For detailed technical information about this vulnerability, refer to the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-11170

Indicators of Compromise

  • Unexpected PHP files appearing in WordPress upload directories or plugin directories
  • Web server access logs showing POST requests to CPI WP Migration import endpoints from unknown IP addresses
  • Presence of files with suspicious names or encoded content in the WordPress installation
  • Anomalous outbound network connections from the web server indicating potential reverse shell activity

Detection Strategies

  • Monitor web server access logs for unusual POST requests targeting WordPress plugin endpoints, particularly those related to file upload or import functionality
  • Implement file integrity monitoring (FIM) to detect newly created or modified PHP files in WordPress directories
  • Deploy web application firewalls (WAF) with rules to detect and block arbitrary file upload attempts
  • Use WordPress security plugins to scan for unauthorized file modifications and known webshell signatures

Monitoring Recommendations

  • Enable detailed logging for all file upload activities on the WordPress server
  • Configure alerting for any new executable files created in web-accessible directories
  • Monitor for unusual process spawning from web server processes (e.g., Apache, Nginx, PHP-FPM)
  • Review authentication logs for any unauthorized access attempts following potential exploitation

How to Mitigate CVE-2025-11170

Immediate Actions Required

  • Immediately deactivate and remove the WP移行専用プラグイン for CPI plugin if running version 1.0.2 or earlier
  • Conduct a thorough scan of the WordPress installation for any suspicious files that may have been uploaded
  • Review web server access logs for evidence of exploitation attempts
  • Consider restoring from a known-clean backup if compromise is suspected

Patch Information

Users should check the WordPress Plugin Directory for the latest version of the plugin that addresses this vulnerability. Until a patched version is confirmed, it is strongly recommended to keep the plugin deactivated and removed from the WordPress installation.

Workarounds

  • Remove or deactivate the WP移行専用プラグイン for CPI plugin completely until a patched version is available
  • Implement WAF rules to block requests to the vulnerable import endpoint
  • Restrict access to WordPress admin and plugin directories using web server configuration (.htaccess or Nginx rules)
  • Use server-level file upload restrictions to block executable file types in WordPress directories
bash
# Example .htaccess rule to block PHP execution in uploads directory
<Directory /var/www/html/wp-content/uploads>
    <FilesMatch "\.php$">
        Deny from all
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • WordPress Plugin Information

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3844: WordPress Breeze Cache Plugin RCE Flaw

  • CVE-2026-6518: WordPress CMP Plugin RCE Vulnerability

  • CVE-2026-5718: WordPress CF7 File Upload RCE Vulnerability

  • CVE-2026-5797: Quiz And Survey Master WordPress RCE 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