SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-19949

HIGH · CVSS 8.8 EPSS 0.54% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-25 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The 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.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-19949
Severity
HIGH
CVSS
8.8
EPSS
0.54%
WordPress

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.