Overview
This report details the CVE-2023-6113 vulnerability, a critical flaw affecting both the WP STAGING WordPress Backup Plugin prior to version 3.1.3 and the WP STAGING Pro WordPress Backup Plugin prior to version 5.1.3. The vulnerability allows unauthenticated attackers to gain access to key information about ongoing backup processes and to download these backups. This poses a significant threat to WordPress sites using these plugins, as it may lead to system compromise or data leakage.
Vulnerability Summary
CVE ID: CVE-2023-6113
Severity: High (7.5 on CVSS scale)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Potential system compromise and data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
WP STAGING WordPress Backup Plugin | Before 3.1.3
WP STAGING Pro WordPress Backup Plugin | Before 5.1.3
How the Exploit Works
The WP STAGING and WP STAGING Pro WordPress Backup Plugins do not adequately protect information about ongoing backup processes. This allows an unauthenticated attacker to access the backup process information and subsequently download the backups. The attacker can then extract potentially sensitive data such as database content, configuration files, or proprietary code.
Conceptual Example Code
GET /wp-staging-backup-file HTTP/1.1
Host: vulnerable-wordpress-site.com
This simple HTTP GET request illustrates how an attacker might attempt to download a backup file from a vulnerable WordPress site. Note that the actual file location and request parameters would vary based on the specific site and backup configuration.
