Severity by source
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
Lifecycle Timeline
5DescriptionCVE.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.
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
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
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
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
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
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-22201
GHSA-6gj4-hcqg-pjc8