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-2020-25213

CVE-2020-25213: File Manager Pro WordPress RCE Vulnerability

CVE-2020-25213 is a remote code execution vulnerability in the File Manager Pro WordPress plugin that lets attackers upload and execute malicious PHP code. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2020-25213 Overview

CVE-2020-25213 is a critical remote code execution vulnerability affecting the File Manager (wp-file-manager) plugin for WordPress prior to version 6.9. The vulnerability allows unauthenticated remote attackers to upload and execute arbitrary PHP code on affected WordPress installations. This occurs because the plugin renames an unsafe example elFinder connector file to have a .php extension, exposing powerful file manipulation capabilities to unauthenticated users. Attackers can leverage the elFinder upload, mkfile, and put commands to write malicious PHP code directly into the wp-content/plugins/wp-file-manager/lib/files/ directory, achieving full remote code execution on the target server.

Critical Impact

This vulnerability was actively exploited in the wild during August and September 2020, with reports indicating millions of WordPress sites were probed or attacked. It is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating confirmed exploitation in real-world attacks.

Affected Products

  • File Manager (wp-file-manager) plugin for WordPress versions prior to 6.9
  • WordPress installations with vulnerable wp-file-manager plugin installed
  • Filemanagerpro File Manager (Free edition for WordPress)

Discovery Timeline

  • September 9, 2020 - CVE-2020-25213 published to NVD
  • November 7, 2025 - Last updated in NVD database

Technical Details for CVE-2020-25213

Vulnerability Analysis

This vulnerability is classified as CWE-434: Unrestricted Upload of File with Dangerous Type. The core issue lies in the improper inclusion of elFinder library connector files within the WordPress plugin distribution. elFinder is a web-based file manager that provides a rich API for file operations. During the plugin's packaging or installation process, a connector example file (connector.minimal.php.dist) was renamed to connector.minimal.php, making it directly accessible without authentication.

The elFinder connector provides powerful file management capabilities including file upload, creation, modification, and deletion. When exposed without proper access controls, these capabilities become a direct pathway to remote code execution. Attackers can craft HTTP requests to the connector endpoint to upload webshells or create new PHP files containing malicious code.

The attack surface is particularly severe because it requires no authentication whatsoever—any network-accessible WordPress site running the vulnerable plugin version is immediately exploitable. Mass exploitation campaigns were documented affecting hundreds of thousands of WordPress sites, with threat actors deploying webshells, cryptocurrency miners, and other malicious payloads.

Root Cause

The root cause of this vulnerability is the improper inclusion and exposure of development/example files in the production plugin release. The elFinder library includes example connector files intended for development and testing purposes, which should never be deployed in production environments. The File Manager plugin inadvertently exposed the connector.minimal.php file (renamed from .dist) without implementing any authentication or authorization checks. This left the powerful elFinder API endpoints accessible to unauthenticated attackers, who could leverage them to upload arbitrary files including malicious PHP scripts.

Attack Vector

The attack is executed over the network without requiring any user interaction or prior authentication. Attackers send specially crafted HTTP POST requests to the exposed elFinder connector endpoint at a predictable path within the WordPress plugin directory. The elFinder API supports multiple commands that can be abused for code execution:

The exploitation flow typically involves:

  1. Identifying WordPress installations with the vulnerable File Manager plugin version
  2. Sending requests to the wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php endpoint
  3. Using the elFinder upload command to upload a PHP webshell, or using mkfile and put commands to create and write content to a new PHP file
  4. Accessing the uploaded malicious PHP file to execute arbitrary commands on the server

The attack can be easily automated, which contributed to the widespread exploitation observed in the wild. Detailed technical write-ups and proof-of-concept code are available in public repositories and security advisories such as the Packet Storm RCE Advisory and the Seravo 0-Day Blog Post.

Detection Methods for CVE-2020-25213

Indicators of Compromise

  • Presence of unexpected PHP files in wp-content/plugins/wp-file-manager/lib/files/ directory
  • HTTP requests to connector.minimal.php in web server access logs, particularly POST requests with elFinder commands
  • Suspicious PHP files with obfuscated code, base64-encoded content, or webshell indicators such as eval(), system(), exec(), or passthru() functions
  • Unexpected outbound network connections from the web server to unknown IP addresses

Detection Strategies

  • Monitor web server access logs for requests targeting /wp-file-manager/lib/php/connector.minimal.php with command parameters
  • Implement file integrity monitoring (FIM) on WordPress plugin directories to detect unauthorized file creation or modification
  • Deploy web application firewall (WAF) rules to block requests containing elFinder command parameters (cmd=upload, cmd=mkfile, cmd=put) to vulnerable paths
  • Scan for known webshell signatures and suspicious PHP patterns in the plugin's files directory

Monitoring Recommendations

  • Enable detailed access logging for WordPress installations and regularly review logs for exploitation attempts
  • Implement real-time alerting for file creation events in WordPress plugin directories, especially for .php files
  • Configure endpoint detection and response (EDR) solutions to monitor web server processes for suspicious child process execution
  • Establish baseline behavior for WordPress server processes and alert on anomalous command execution patterns

How to Mitigate CVE-2020-25213

Immediate Actions Required

  • Update the File Manager (wp-file-manager) plugin to version 6.9 or later immediately
  • If unable to update immediately, deactivate and remove the vulnerable plugin until patching is possible
  • Audit the wp-content/plugins/wp-file-manager/lib/files/ directory for any unauthorized or suspicious PHP files
  • Review web server access logs for evidence of exploitation attempts and investigate any identified compromises

Patch Information

The vulnerability was addressed in File Manager plugin version 6.9. The patch removes the exposed elFinder connector file and implements proper access controls. The official fix can be reviewed in the WordPress Trac Changeset. WordPress site administrators should update through the WordPress admin dashboard or by downloading the latest version from the WordPress Plugin Directory.

Workarounds

  • Delete or rename the connector.minimal.php file located at wp-content/plugins/wp-file-manager/lib/php/ to prevent exploitation
  • Implement web server access controls (e.g., .htaccess rules for Apache or location blocks for Nginx) to deny access to the elFinder library directory
  • Use a web application firewall (WAF) to block requests to the vulnerable connector endpoint
  • Consider uninstalling the plugin entirely if file management functionality is not required
bash
# Apache .htaccess workaround - add to WordPress root or plugin directory
# Block access to elFinder connector files
<FilesMatch "connector\.minimal\.php$">
    Require all denied
</FilesMatch>

# Alternative: Remove the vulnerable file entirely
rm /var/www/html/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFilemanagerpro

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability94.40%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-434
  • Technical References
  • Packet Storm RCE Advisory

  • Packet Storm Shell Upload Advisory

  • GitHub 0-Day Repository

  • Bitdefender Blog on WP Vulnerability

  • Seravo 0-Day Blog Post

  • Wordfence Vulnerability Impact Analysis

  • WordPress Plugin Developer Info

  • ZDNet Article on WP Attacks

  • CISA Known Exploited CVE Catalog
  • Vendor Resources
  • WordPress Trac Changeset
  • Related CVEs
  • CVE-2024-0761: File Manager Plugin Information Disclosure
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