Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
The Database Backup for WordPress plugin for WordPress is vulnerable to unauthorized arbitrary file read and deletion in all versions up to, and including, 2.5.2. This is due to the plugin not properly enforcing the return value of its authorization check combined with a user-controlled backup directory parameter. This makes it possible for unauthenticated attackers to read and delete arbitrary files on the server, leading to Sensitive Information Exposure and potential site takeover. Note: This vulnerability is only exploitable in WordPress Multisite environments where the deprecated is_site_admin() function exists.
AnalysisAI
Arbitrary file read and deletion in Database Backup for WordPress (versions ≤2.5.2) allows unauthenticated attackers on WordPress Multisite installations to access sensitive files and potentially achieve site takeover. The vulnerability stems from improper authorization enforcement combined with user-controlled backup directory parameters, exploitable only in Multisite environments using the deprecated is_site_admin() function. CVSS 8.1 with high attack complexity (AC:H) reflects the Multisite-only prerequisite. No CISA KEV listing indicates limited observed exploitation despite the critical authorization bypass nature.
Technical ContextAI
This vulnerability (CWE-862: Missing Authorization) affects the Database Backup for WordPress plugin (CPE: cpe:2.3:a:wpengine:database_backup_for_wordpress). The flaw exists in the plugin's authorization framework where the return value of authorization checks is not properly enforced. Attackers can manipulate the backup directory parameter to specify arbitrary file paths. The vulnerability specifically relies on WordPress Multisite's deprecated is_site_admin() function, which was removed in WordPress 5.4 (2020) but may still exist in legacy Multisite installations. The combination of bypassed authorization checks and path traversal via user-controlled directory parameters enables both file enumeration (confidentiality breach) and deletion (integrity/availability impact), meeting the CVSS:3.1 ratings of C:H/I:H/A:H.
RemediationAI
Update to Database Backup for WordPress plugin version 2.5.3 or later, which addresses the authorization enforcement issue per changeset 3510595 visible at https://plugins.trac.wordpress.org/changeset/3510595/. For organizations unable to immediately update, implement compensating controls: disable the Database Backup for WordPress plugin entirely on Multisite installations until patched; upgrade WordPress core to version 5.4 or later (which removes the exploitable is_site_admin() function, effectively breaking the attack chain); restrict plugin access through .htaccess rules blocking direct access to wp-db-backup.php endpoints; implement Web Application Firewall rules detecting path traversal patterns in backup directory parameters (note: may cause legitimate backup operations to fail). Long-term, migrate away from deprecated Multisite functions and conduct security audit of all plugins relying on pre-5.4 WordPress APIs.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30273
GHSA-v7cf-3qh3-fc52