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
    • 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-9993

CVE-2025-9993: Bei Fen WordPress Backup Plugin RCE Flaw

CVE-2025-9993 is a remote code execution vulnerability in the Bei Fen WordPress Backup Plugin affecting versions up to 1.4.2. Attackers with subscriber-level access can execute arbitrary PHP code. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 19, 2026

CVE-2025-9993 Overview

CVE-2025-9993 is a Local File Inclusion (LFI) vulnerability in the Bei Fen – WordPress Backup Plugin for WordPress. The flaw exists in all versions up to and including 1.4.2 and is reachable through the task parameter. Authenticated users with Subscriber-level access or higher can include and execute arbitrary .php files on the server. The vulnerability only impacts sites running PHP 7.1 or older, where unrestricted file inclusion behavior allows the attack to succeed. Successful exploitation enables access control bypass, disclosure of sensitive data, and arbitrary PHP code execution when attackers can write .php content to a known path.

Critical Impact

Authenticated Subscriber-level attackers can execute arbitrary PHP code on vulnerable WordPress sites running PHP 7.1 or older.

Affected Products

  • Bei Fen – WordPress Backup Plugin versions up to and including 1.4.2
  • WordPress installations using the affected plugin with PHP 7.1 or older
  • Sites where Subscriber-level or higher accounts can register or authenticate

Discovery Timeline

  • 2025-09-30 - CVE-2025-9993 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-9993

Vulnerability Analysis

The vulnerability is classified as [CWE-98] Improper Control of Filename for Include/Require Statement in PHP Program. The plugin accepts a task parameter and uses it to construct a file path that is passed to a PHP include or require statement without adequate sanitization. Authenticated attackers can manipulate task to reference attacker-controlled .php files on the server. When PHP 7.1 or older processes the include, the referenced file executes within the WordPress process context. The attack is limited to PHP 7.1 and earlier because newer PHP versions and allow_url_include defaults restrict the inclusion behavior the plugin relies on.

Root Cause

The root cause is unsanitized user input flowing into a PHP file inclusion call inside beifen.php. The plugin does not validate that the task value resolves to an expected file within an allowlisted directory. It also fails to enforce capability checks that would limit the endpoint to administrators. Subscriber-level authentication is sufficient to reach the vulnerable code path.

Attack Vector

An attacker first obtains a Subscriber-level account on the target WordPress site, either through open registration or credential compromise. The attacker then issues an authenticated request to the plugin endpoint with a crafted task parameter that references a .php file already present on the filesystem. If the attacker can also upload .php content through any other plugin, media handler, or log injection vector, the included file executes attacker-supplied code with the privileges of the web server user. See the Wordfence Vulnerability Analysis and the affected source in the WordPress Plugin Code for the exact sink location.

Detection Methods for CVE-2025-9993

Indicators of Compromise

  • HTTP requests to WordPress admin-ajax or plugin handlers containing a task parameter with path traversal sequences such as ../ or absolute paths ending in .php
  • Unexpected PHP execution originating from uploads, log files, or session storage directories
  • New Subscriber accounts created shortly before suspicious plugin requests
  • Outbound network connections from the web server process following plugin requests

Detection Strategies

  • Inspect WordPress access logs for requests to plugin endpoints in /wp-content/plugins/bei-fen/ that include a task parameter with non-standard values
  • Correlate authenticated low-privilege user sessions with subsequent file inclusion patterns in webserver logs
  • Enable PHP error logging and watch for include, require, or file not found warnings referencing user-controlled paths
  • Hash and baseline plugin files in /wp-content/plugins/bei-fen/ to identify tampering

Monitoring Recommendations

  • Alert on creation of new .php files in writable WordPress directories such as wp-content/uploads/
  • Monitor the PHP version of WordPress hosts and flag any running PHP 7.1 or older as elevated risk
  • Track Subscriber account creation rate against historical baselines for sudden spikes

How to Mitigate CVE-2025-9993

Immediate Actions Required

  • Disable or remove the Bei Fen – WordPress Backup Plugin until a patched version is confirmed available
  • Upgrade PHP to a supported version (PHP 7.4 or later, ideally 8.x) to eliminate the precondition for exploitation
  • Audit existing user accounts and disable open user registration if it is not required
  • Rotate WordPress administrative credentials and review the filesystem for unauthorized .php files

Patch Information

No vendor patch is referenced in the NVD entry as of the last modified date 2026-04-15. Review the WordPress Plugin Code repository and the Wordfence Vulnerability Analysis for the latest remediation status before re-enabling the plugin.

Workarounds

  • Restrict access to plugin endpoints at the web server or web application firewall (WAF) layer using path and parameter rules
  • Set PHP open_basedir to limit file inclusion to specific directories outside of writable upload paths
  • Block requests containing ../ or absolute paths in the task parameter at the WAF
  • Remove Subscriber self-registration where business requirements permit
bash
# Example: disable open registration via wp-config or WP-CLI
wp option update users_can_register 0

# Example: nginx rule to block path traversal in the task parameter
if ($args ~* "task=.*\.\./") {
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.08%

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

  • WordPress Plugin Revision

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6271: Career Section WordPress Plugin RCE Flaw

  • CVE-2020-37169: Ultimate Member WordPress Plugin RCE Flaw

  • CVE-2026-3425: RTMKit Addons for Elementor RCE Flaw

  • CVE-2026-6433: WordPress Custom css-js-php RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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