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-2026-4350

CVE-2026-4350: Perfmatters WordPress Path Traversal Flaw

CVE-2026-4350 is a path traversal vulnerability in the Perfmatters WordPress plugin allowing authenticated attackers to delete critical files. This article covers the technical details, affected versions, and steps to protect your site.

Published: April 10, 2026

CVE-2026-4350 Overview

The Perfmatters plugin for WordPress is vulnerable to arbitrary file deletion via path traversal in all versions up to, and including, 2.5.9.1. This vulnerability exists due to the PMCS::action_handler() method processing the $_GET['delete'] parameter without any sanitization, authorization check, or nonce verification. The unsanitized filename is concatenated with the storage directory path and passed to unlink(), enabling authenticated attackers with Subscriber-level access and above to delete arbitrary files on the server by using ../ path traversal sequences.

Critical Impact

Attackers can delete critical files including wp-config.php, which would force WordPress into the installation wizard and allow complete site takeover.

Affected Products

  • Perfmatters WordPress Plugin versions up to and including 2.5.9.1

Discovery Timeline

  • 2026-04-03 - CVE-2026-4350 published to NVD
  • 2026-04-03 - Last updated in NVD database

Technical Details for CVE-2026-4350

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal. The core issue lies in the PMCS::action_handler() method which accepts user-controlled input through the $_GET['delete'] parameter without implementing proper security controls.

The vulnerability chain involves three critical security failures: missing input sanitization allows path traversal sequences (../) to escape the intended directory, absent authorization checks permit any authenticated user (including low-privileged Subscribers) to trigger the deletion functionality, and the lack of nonce verification enables potential CSRF attacks.

When exploited, an attacker can traverse the filesystem and delete any file accessible to the web server process. The most devastating attack scenario involves deleting wp-config.php, WordPress's main configuration file containing database credentials and security keys. Removing this file forces WordPress into its installation wizard state, allowing the attacker to reconfigure the site with their own credentials and achieve complete site takeover.

Root Cause

The root cause is the direct use of unsanitized user input in a file system operation. The $_GET['delete'] parameter value is concatenated with a storage directory path and passed directly to PHP's unlink() function without validating that the resulting path stays within the intended directory bounds. The code lacks basename extraction, canonical path resolution, or any form of path containment checks.

Attack Vector

The attack is network-based and requires only Subscriber-level authentication to the WordPress site. An attacker sends a crafted HTTP GET request containing path traversal sequences in the delete parameter. Since no nonce verification exists, this request can be executed directly by an authenticated user or potentially through a CSRF attack against an authenticated administrator.

The exploitation path involves constructing a URL that includes directory traversal sequences (such as ../../../wp-config.php) in the delete parameter, causing the plugin to delete files outside its intended storage directory. The attack requires no user interaction beyond accessing the malicious URL while authenticated.

Detection Methods for CVE-2026-4350

Indicators of Compromise

  • Web server access logs showing GET requests to Perfmatters plugin endpoints containing ../ sequences in the delete parameter
  • Missing critical WordPress files such as wp-config.php or other core files
  • WordPress site suddenly displaying the installation wizard without administrative action
  • File system audit logs showing unexpected file deletions by the web server process

Detection Strategies

  • Monitor HTTP request logs for path traversal patterns (../, ..%2f, %2e%2e/) in query parameters targeting WordPress plugin directories
  • Implement file integrity monitoring for critical WordPress files including wp-config.php, .htaccess, and core WordPress files
  • Configure Web Application Firewall (WAF) rules to block requests containing path traversal sequences
  • Set up alerts for authentication events followed by suspicious file operations

Monitoring Recommendations

  • Enable WordPress security plugin logging to capture plugin-related activity and file modifications
  • Configure real-time file integrity monitoring with SentinelOne to detect unauthorized file deletions
  • Monitor for WordPress entering installation mode as an indicator of wp-config.php deletion
  • Review user role assignments to identify potentially compromised Subscriber accounts

How to Mitigate CVE-2026-4350

Immediate Actions Required

  • Update the Perfmatters plugin to a patched version immediately by checking the Perfmatters Changelog
  • If immediate patching is not possible, temporarily deactivate the Perfmatters plugin until the update can be applied
  • Audit WordPress user accounts and remove any unnecessary Subscriber-level accounts
  • Review file system backups to ensure wp-config.php and critical files can be restored if compromised

Patch Information

Review the Perfmatters Changelog for the latest security patches addressing this vulnerability. Additional technical details are available in the Wordfence Vulnerability Report. Update to a version newer than 2.5.9.1 that addresses this path traversal vulnerability.

Workarounds

  • Deactivate the Perfmatters plugin until a patched version is available
  • Implement Web Application Firewall rules to block requests containing path traversal sequences targeting the plugin
  • Restrict Subscriber registration if not required for business operations
  • Set immutable flags on critical files like wp-config.php at the operating system level where supported
  • Deploy file integrity monitoring to detect and alert on unauthorized file deletions

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.11%

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

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3243: Advanced Members ACF Path Traversal Flaw

  • CVE-2026-5436: MW WP Form Path Traversal Vulnerability

  • CVE-2026-3666: wpForo Forum Path Traversal Vulnerability

  • CVE-2025-15433: Shared Files Plugin Path Traversal 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