Skip to main content

PHP EUVDEUVD-2026-22201

| CVE-2026-6227 HIGH
Path Traversal (CWE-22)
2026-04-14 Wordfence GHSA-6gj4-hcqg-pjc8
7.2
CVSS 3.1 · NVD
Share

Severity by source

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

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

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

Lifecycle Timeline

5
Re-analysis Queued
Apr 22, 2026 - 20:37 vuln.today
cvss_changed
Analysis Generated
Apr 14, 2026 - 02:55 vuln.today
EUVD ID Assigned
Apr 14, 2026 - 02:45 euvd
EUVD-2026-22201
Analysis Generated
Apr 14, 2026 - 02:45 vuln.today
CVE Published
Apr 14, 2026 - 02:25 nvd
HIGH 7.2

DescriptionCVE.org

The BackWPup plugin for WordPress is vulnerable to Local File Inclusion via the block_name parameter of the /wp-json/backwpup/v1/getblock REST endpoint in all versions up to, and including, 5.6.6 due to a non-recursive str_replace() sanitization of path traversal sequences. This makes it possible for authenticated attackers, with Administrator-level access and above, to include arbitrary PHP files on the server via crafted traversal sequences (e.g., ....//), which can be leveraged to read sensitive files such as wp-config.php or achieve remote code execution in certain configurations. Administrators have the ability to grant individual users permission to handle backups, which may then allow lower-level users to exploit this vulnerability.

AnalysisAI

Local file inclusion in BackWPup WordPress plugin versions ≤5.6.6 allows authenticated administrators to read sensitive configuration files or achieve remote code execution via path traversal bypass in the /wp-json/backwpup/v1/getblock REST endpoint. The vulnerability stems from insufficient sanitization using non-recursive str_replace(), enabling crafted sequences like ....// to bypass filtering. While requiring high privileges (PR:H), the plugin's permission delegation feature allows administrators to grant backup management rights to lower-privileged users, expanding the attack surface. No public exploit or active exploitation (CISA KEV) confirmed at time of analysis, though CVSS 7.2 reflects high confidentiality, integrity, and availability impact.

Technical ContextAI

The vulnerability affects the BackWPup WordPress Backup & Restore Plugin (cpe:2.3:a:wp_media:backwpup_-_wordpress_backup_&_restore_plugin) through version 5.6.6. The flaw resides in the REST API endpoint handler at src/Frontend/API/Rest.php (line 52) and path sanitization logic in inc/Utils/BackWPupHelpers.php (lines 23, 40). The root cause (CWE-22: Improper Limitation of a Pathname to a Restricted Directory) occurs because the sanitization function uses str_replace() in a non-recursive manner to remove directory traversal sequences. Attackers can bypass this by using double-encoded or nested sequences such as ....// which, after single-pass sanitization removing ../, resolve back to valid traversal patterns ../. This allows arbitrary file path construction in the block_name parameter, enabling PHP file inclusion attacks against the WordPress installation's filesystem. The REST API architecture in WordPress exposes this endpoint to authenticated HTTP requests without sufficient input validation depth.

RemediationAI

Upgrade to BackWPup plugin version 5.6.7 or later, which addresses the path traversal vulnerability through improved recursive sanitization logic as documented in the WordPress plugin repository changeset at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3490642%40backwpup%2Ftrunk&old=3475739%40backwpup%2Ftrunk&sfp_email=&sfph_mail=#file26. The patch modifies inc/Utils/BackWPupHelpers.php to implement recursive or more robust path traversal filtering that cannot be bypassed with nested sequences. WordPress administrators should update via the WordPress admin dashboard under Plugins > Updates, or manually download from the official WordPress plugin repository. As an interim mitigation if patching is delayed, restrict administrator-level access and revoke any delegated backup permissions granted to lower-privileged users through the plugin's permission system. Review WordPress user roles and ensure the principle of least privilege is enforced. Conduct post-patch review of server logs for suspicious REST API requests to /wp-json/backwpup/v1/getblock with traversal patterns to identify potential prior exploitation attempts.

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

EUVD-2026-22201 vulnerability details – vuln.today

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