Skip to main content

PHP CVE-2026-4350

| EUVDEUVD-2026-18609 HIGH
Path Traversal (CWE-22)
2026-04-03 Wordfence GHSA-7hmf-75fm-xr24
8.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.1 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

4
Re-analysis Queued
Apr 24, 2026 - 18:22 vuln.today
cvss_changed
EUVD ID Assigned
Apr 03, 2026 - 07:45 euvd
EUVD-2026-18609
Analysis Generated
Apr 03, 2026 - 07:45 vuln.today
CVE Published
Apr 03, 2026 - 07:41 nvd
HIGH 8.1

DescriptionCVE.org

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 is 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(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary files on the server by using ../ path traversal sequences, including wp-config.php which would force WordPress into the installation wizard and allow full site takeover.

AnalysisAI

Arbitrary file deletion in Perfmatters WordPress plugin (≤2.5.9.1) allows authenticated attackers with Subscriber-level access to delete critical files including wp-config.php via path traversal, enabling full site takeover. The vulnerability stems from unsanitized GET parameter processing in PMCS::action_handler() without authentication or nonce checks. CVSS 8.1 reflects network-accessible attack requiring only low-privilege authentication with high integrity and availability impact. No public exploit identified at time of analysis, though the attack vector is straightforward given the lack of input validation.

Technical ContextAI

This vulnerability affects the Perfmatters performance optimization plugin for WordPress (CPE: cpe:2.3:a:perfmatters:perfmatters). The root cause is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, commonly known as path traversal). The PMCS::action_handler() method accepts user-controlled input from the $_GET['delete'] parameter and directly concatenates it with a storage directory path before passing to PHP's unlink() function without sanitization, authorization verification, or WordPress nonce validation. This classic path traversal vulnerability allows attackers to escape the intended directory using '../' sequences to traverse the filesystem hierarchy. The severity is amplified by WordPress's role-based access control where even the lowest authenticated role (Subscriber) can exploit this flaw, and the ability to delete wp-config.php forces WordPress into installation mode, granting complete administrative access to attackers.

RemediationAI

Immediate upgrade to Perfmatters version 2.5.9.2 or later is required, as versions through 2.5.9.1 remain vulnerable to arbitrary file deletion. Consult the official Perfmatters changelog at https://perfmatters.io/docs/changelog/ for the patched release. Until patching is complete, administrators should disable the Perfmatters plugin entirely to eliminate the attack surface. Additionally, restrict WordPress user registration or carefully audit existing Subscriber-level accounts, as any authenticated user can exploit this vulnerability. Implement file integrity monitoring to detect unauthorized deletion of critical files like wp-config.php. Review web server logs for suspicious GET requests containing '../' path traversal sequences targeting the vulnerable endpoint. After upgrading, verify that PMCS::action_handler() now includes proper input sanitization, nonce verification, and capability checks before processing file deletion requests. Detailed vulnerability analysis is available from Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/58b9dab8-8539-4b53-b08d-f6ee3e1e744c?source=cve.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-4350 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy