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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2023-54346

CVE-2023-54346: WordPress Backup Migration Plugin Leak

CVE-2023-54346 is an information disclosure flaw in WordPress Backup Migration Plugin 1.2.8 that lets unauthenticated attackers download database backups via predictable paths. This article covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2023-54346 Overview

CVE-2023-54346 is an information disclosure vulnerability in the WordPress Backup Migration plugin version 1.2.8. The flaw allows unauthenticated attackers to download complete database backups by accessing predictable file paths exposed by the plugin. Attackers enumerate backup directories through configuration files and complete logs, then construct direct download URLs to retrieve archives containing full database dumps. The vulnerability is classified under [CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory]. Because exploitation requires no authentication and only network access to the WordPress site, any internet-facing installation running the affected plugin version is exposed.

Critical Impact

Unauthenticated remote attackers can download full WordPress database backups, exposing user credentials, session data, post content, and configuration secrets.

Affected Products

  • WordPress Plugin Backup Migration (Backup Bliss) version 1.2.8
  • WordPress sites with the affected plugin installed and accessible over the network
  • Backup archives stored in plugin-default web-accessible directories

Discovery Timeline

  • 2026-05-05 - CVE-2023-54346 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2023-54346

Vulnerability Analysis

The Backup Migration plugin stores generated backup archives in a predictable directory under the WordPress installation. Configuration files and verbose log files reachable over HTTP reveal the directory structure, archive naming convention, and recent backup file names. An unauthenticated attacker requests these auxiliary files, parses them to recover archive paths, and then issues a direct GET request for the backup ZIP. The server returns the archive without performing authentication, capability, or referer checks. The archive typically contains a complete mysqldump of the WordPress database along with wp-config.php and uploaded media.

Root Cause

The root cause is improper access control on backup artifacts and operational metadata. The plugin places backup files inside a web-accessible path and does not enforce server-side authorization or use unguessable, single-use tokens for download URLs. Verbose logs and configuration files disclose enough information to reconstruct the file paths, defeating any reliance on path obscurity.

Attack Vector

Exploitation occurs entirely over the network with no user interaction and no authentication. An attacker first requests the plugin's configuration and log endpoints to enumerate the backup storage location and archive file names. The attacker then issues a direct HTTP GET to the archive URL and receives the full backup file. With the database dump in hand, the attacker can recover password hashes, session tokens, secret keys, and personally identifiable information. Technical details and a proof of concept are documented in the Exploit-DB entry #51445 and the VulnCheck advisory for the Backup Migration plugin.

No verified exploit code is reproduced here. Refer to the linked advisories for technical specifics.

Detection Methods for CVE-2023-54346

Indicators of Compromise

  • Unauthenticated HTTP GET requests to /wp-content/backups/ or /wp-content/backup-migration/ paths returning ZIP archives
  • Access log entries fetching plugin configuration or log files such as config.php or complete_logs from the backup-backup plugin directory
  • Outbound transfers of large ZIP files from the WordPress server to unfamiliar source IPs
  • Repeated 200-response downloads of files matching backup naming patterns from a single remote IP

Detection Strategies

  • Monitor web server access logs for unauthenticated requests targeting paths under the backup-backup plugin directory.
  • Alert on HTTP responses serving .zip, .sql, or .tar.gz files from /wp-content/ to clients lacking an authenticated WordPress session cookie.
  • Inspect WAF telemetry for requests containing the strings backup-backup, complete_logs, or known backup file extensions.

Monitoring Recommendations

  • Enable verbose access logging on the WordPress front-end web server and forward logs to a centralized analytics platform.
  • Track the volume and size of files served from wp-content directories to baseline normal behavior and flag anomalies.
  • Review file integrity monitoring alerts for new backup archives created in web-accessible directories.

How to Mitigate CVE-2023-54346

Immediate Actions Required

  • Update the Backup Migration plugin to a version later than 1.2.8 that addresses unauthenticated file access.
  • Delete or relocate any existing backup archives from web-accessible plugin directories to a path outside the document root.
  • Rotate WordPress secret keys, administrative passwords, and database credentials if backups may have been downloaded.

Patch Information

Update the plugin from the WordPress.org repository to the latest available release. The vulnerable build is distributed as backup-backup version 1.2.8; install a release that supersedes this version. Review the VulnCheck advisory for vendor-confirmed fixed versions and the Backup Bliss product page for vendor guidance.

Workarounds

  • Block public HTTP access to the plugin's backup, configuration, and log paths at the web server or WAF layer until patching is complete.
  • Add a Deny from all rule in .htaccess for the plugin's backup storage directory on Apache, or an equivalent location block on Nginx.
  • Disable the Backup Migration plugin and remove on-disk backups if an immediate update is not feasible.
bash
# Nginx: deny direct access to plugin backup and log artifacts
location ~* /wp-content/(backups|backup-migration)/ {
    deny all;
    return 403;
}

location ~* /wp-content/plugins/backup-backup/.*\.(log|sql|zip|tar\.gz)$ {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-538
  • Technical References
  • Backup Bliss Overview

  • WordPress Backup Plugin Download

  • Exploit-DB #51445

  • VulnCheck Advisory: Backup Plugin
  • Related CVEs
  • CVE-2026-41471: WordPress PayPal Plugin Disclosure Flaw

  • CVE-2026-6446: WordPress My Social Feeds Info Disclosure

  • CVE-2026-3504: Dokan WooCommerce Information Disclosure Flaw

  • CVE-2026-3454: GenerateBlocks Plugin IDOR Vulnerability
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