CyberRota Analysis
AI-GeneratedThe All-in-One WP Migration and Backup plugin for WordPress is vulnerable to SQL Injection through its archive restore functionality, affecting all versions up to 7.109. This flaw allows unauthenticated attackers to manipulate SQL queries, potentially extracting sensitive information such as the ai1wm_secret_key, which could lead to remote code execution. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.