What the vulnerability does
01Description
The All-in-One WP Migration and Backup plugin for WordPress is vulnerable to SQL Injection via archive restore functionality in all versions up to, and including, 7.109 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This can be leveraged to obtain the ai1wm_secret_key when a site administrator performs an archive restore and achieve remote code execution once able to leverage the ai1wm_secret_key value.
Explanation of Vulnerability in Simple Terms
02Summary
All-in-One WP Migration and Backup versions 7.109 and earlier contain a SQL injection vulnerability. An authenticated attacker with low privileges can inject malicious SQL commands through the plugin, potentially reading, modifying, or deleting database contents. The vulnerability requires valid user credentials but no additional user interaction to exploit.
What an attacker can do
03Attacker Capabilities
Read, modify, or delete database records by injecting SQL commands through the plugin.
Potential impact on your site
04Site Impact
Database compromise: attackers can steal sensitive data, modify posts/users, or corrupt site functionality without admin knowledge.
Conditions required to exploit
05Prerequisites
Attacker must have a valid WordPress user account with low-level privileges (e.g., subscriber or contributor role).
Key dates
06Disclosure timeline
August 25, 2026
CVE published
August 27, 2026
Record updated